leahneukirchen / mblaze

Unix utilities to deal with Maildir
Other
441 stars 48 forks source link

mcom: allow tilde prefixed path for profile's outbox setting #187

Closed JNRowe closed 3 years ago

JNRowe commented 3 years ago

I assumed – perhaps incorrectly – that my outbox setting could be ~/Mail/Sent. However, doing so fails because the tilde isn’t expanded. This trivial change fixes that.

Thanks,

James

leahneukirchen commented 3 years ago

Thanks. Please use : instead of , in the sed, Unix home dirs can not really contain :.

JNRowe commented 3 years ago

Thanks. Please use : instead of , in the sed, Unix home dirs can not really contain :.

Fixed. I'll note that I noodled on the separator for a little while before making my commit, but simply couldn't figure out a truly valid one ;)