pazz / alot

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

Support env variables in mail_container path #1625

Closed milhnl closed 10 months ago

milhnl commented 10 months ago

Hey!

I noticed that environment variable expansion did not work with draft_box. This patch will add that, and for sent_box too. (Implemented it in mail_container). The change itself is just 1 line, the rest is documentation.

I'd use this to have the same configuration on macOS and Linux, because my mail directory is in different places on these systems.

Any feedback is of course welcome!