OfflineIMAP / offlineimap

Read/sync your IMAP mailboxes (python2) [LEGACY: move to offlineimap3]
http://www.offlineimap.org
Other
1.78k stars 360 forks source link

exec() the tunnel command #656

Closed madduck closed 4 years ago

madduck commented 4 years ago

There is no reason that the shell invoking the tunnel command needs to stay around. Using exec to replace the parent with the tunnel command works just fine and results in a cleaner process table.

nicolas33 commented 4 years ago

Applied into the 'next' branch. Thanks.