pazz / alot

Terminal-based Mail User Agent
GNU General Public License v3.0
702 stars 163 forks source link

Allow replying from an alias email #1220

Open dcbaker opened 6 years ago

dcbaker commented 6 years ago

Currently alot only allows sending mail (constructing a To header) using the primary email of the account, not using an addressed mached via an alias_regex or an alias. This should be possible.

Whatever work done needs to be sure to honor the reply_force_address option.

See #1219 for more

vrs commented 6 years ago

How much would you think this overlaps with #1177?

dcbaker commented 6 years ago

I think implementing this correctly would fix #1177.

vrs commented 5 years ago

With #1177 done and #1231 merged, is this fixed for you now?