Re: How to make mhstore write to CWD?
Ken Hornstein <[email protected]> Thu, 09 Jan 2025 10:43:41 -0500
| Newsgroups | gmane.mail.nmh.devel |
|---|---|
| Message-ID | <[email protected]> |
>$ mhstore 5867 >storing message 5867 part 1 as file 5867.1.txt >storing message 5867 part 2 to folder nmhworkers as message 5871 I'm assuming that part 2 was a message/rfc822; by default nmh will store that as a new message in the current folder. Personally I've always found that default behavior a little sub-optimal, but I've not been motivated to change it. I believe that specificing something like: mhn-store-message/rfc822: %m%P.%s in your mhprofile should work, but I didn't test it. --Ken