Re: [PATCH 4/4] Modify compose temp files to use $tmpdraftdir functions.
Oswald Buddenhagen via Mutt-dev <[email protected]>
| Newsgroups | gmane.mail.mutt.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Mar 11, 2026 at 02:59:26PM +0800, Kevin J. McCarthy wrote: >Handle the most common cases: > - compose and compose with $edit_headers > - postponed messages > - resend-message > - -H draft files via command line argument > - -i include body files via command line argument. > it's illogical to split this from patch 3, as that already updates the documentation. >There are some other cases that are borderline where tempfiles should >go, but it's not easy to untangle when the code is shared between >multiple use-cases. > i think it would be worthwhile to elaborate on these cases here.