nmalkin / multimail

a primitive mail merge for email, using Mutt and Python
GNU General Public License v3.0
6 stars 3 forks source link

Addition of alternate muttrc file usage & from name and address specification #4

Closed tristancollins closed 6 years ago

tristancollins commented 9 years ago

Updates allow the user to define what muttrc file to use for the merge.

Additional options added are to allow one-off setting of 'from name' and 'from address'. This means a custom .muttrc does not need to be created for a quick send, and all the relevant settings remain in the batch.cfg.

nmalkin commented 6 years ago

Sorry to have left this PR in limbo! It looks like I forgot about it.

I think these changes are good and useful. I can also see how all the new options might be a bit confusing for users who only want the basic features (especially since the from name can't have spaces). To address this, I put the changes onto an advanced branch and added a pointer to it from the main README.