Re: Reply/multiple accounts: Setting From to To of original mail
On 05.04. I wrote: > I have multiple mail addresses and some received mails are directed > to a certain folder. > > When replying to one of those mails in that folder I like to set my > >From like the To of the mail I'm replying to. reverse_name and reverse_realname did it.
Mutt losing folders with new mails with additional session
Hi, My issue seems to be similar to this: http://lists.mutt.org/pipermail/mutt-users/Week-of-Mon-20200106/001471.html I'm running procmail and mbox folders on Gentoo. mutt-1.10.1 works fine. When using mutt 1.13.5 or 1.14.4-r1 opening an additional session makes the first session forget about folders with new mails. Example: - Folder a defined by 'mailboxes' command - Start 'mutt -y' (session 1), switch to foder x - Incoming mail in folder a, 1.14.4-r1 shows new mail notice for folder a at once, 1.10.1 shows new mail notice for folder a after key press (e.g. some cursor key) - Hitting 'c' suggests switching to folder a, abort by Ctrl-g - Start additional 'mutt -y' session. When running 1.10.1 session 2 shows 'N' flag for newest folder a but 1.14.4-r1 does not - Hitting 'c' in session 1 again (1.14.4-r1) does not suggest any folder anymore, 1.10.1 still does Don't know if this is important: Without having changed the use flags manually the ebuilds' IUSE variables of 1.14.4-r1 and 1.10.1 differ: < autocrypt > crypt > gpg > nntp > notmuch > smime Any idea what causes the first session to forget about the folder with new mail in versions >1.10.1? Thank you. Mike
Re: Mutt losing folders with new mails with additional session
* On 07.07. Kevin J. McCarthy muttered: > On Mon, Jul 06, 2020 at 08:39:49PM -0700, Kevin J. McCarthy wrote: > >Also, I wonder if you would mind trying a vanilla mutt 1.14.5 release. Here vanilla mutt 1.14.5 also looses the information of the new-mail-folder like stated for Gentoo-mutt 1.13.5 or 1.14.4-r1. > >A quick test on my side wasn't able to duplicate this, Hm. Why do I encounter the issue with the same version? Can I provide more information? > Do you have $mail_check_stats set? No. Mike
display_filter and multipart mails
I receive mails from someone using Content-Type: multipart/alternative with two parts. First: text/plain, second: text/html. The first part is always buggy (missing blanks and incorrect paragraphs). This is why in this case I like to display the second part. It seems display_filter always receives the first part of an email. How can I tell mutt to pass a certain part other than the first to display_filter? Mike