sup-heliotrope / sup

A curses threads-with-tags style email client (mailing list: supmua@googlegroups.com)
http://sup-heliotrope.github.io
GNU General Public License v2.0
901 stars 97 forks source link

Allow setting sent_source on a per account basis #395

Open lamarpavel opened 9 years ago

lamarpavel commented 9 years ago

In config.yaml the sent_source can be set to a source, allowing to synchronize your sent mail via offlineimap etc with other mail clients or instances of sup running on a different computer. However, this option is global and if I have more than one account, or several alternates for one account all the mail I send will be saved to the same sent_source (eg. a maildir associated with only one of your accounts) regardless of the account/address I'm sending the mail from.

This could probably be done with a hook somehow, but I feel this is essential enough to implement it as a supported feature.

kols commented 9 years ago

+1

gauteh commented 9 years ago

Related to #255