Re: Two copies of email when cc-ed in mailing lists

2024-10-27 Thread Marcus C. Gottwald
#x27;d never want messages to be hidden (and much less deleted) automatically. I'd suggest to "set sort=threads" (and "set sort_aux=last-date-received"), and then living with the copies should be easy. Cheers, Marcus -- Marcus C. Gottwald ·· @mcg:cheers.de

Re: [OT-ish] Want command line program to selectively delete emails

2023-08-04 Thread Marcus C. Gottwald
t to delete mails that "have not yet been seen by any mail application" [1], let "find" also look at new/. Entries in new/ never contain an info part (the stuff after the colon), so you can drop the check for an unset "F" flag if you need to invoke "f

Re: [ext] Apple displays flowed text

2022-10-31 Thread Marcus C. Gottwald
t; The Macintosh mail reader also displays flowed text correctly, and rewraps > > on the fly when you change the size of the window. > > And the question is? I guess Kurt's message should have referenced another of Kurt's messages, . I still have that older message flagg

Re: The way mutt handles long lines, seems odd/wrong to me

2022-09-30 Thread Marcus C. Gottwald
configuration variable called "markers" what you're looking for? Quoting from the manual: markers Type: boolean Default: yes Controls the display of wrapped lines in the internal pager. If set, a “+” marker is displayed at the beginning of wrapped lines

Re: Visualising contents of a Maildir

2022-08-18 Thread Marcus C. Gottwald
hat manually), then you could use Mutt running in the xterm window... Cheers, Marcus -- Marcus C. Gottwald ·· @mcg:cheers.de

Re: ask-yes for sending?

2022-06-07 Thread Marcus C. Gottwald
fingers, I moved from using "y" to "Y": bind compose y noop bind compose Y send-message Cheers, Marcus -- Marcus C. Gottwald ·· @mcg:cheers.de

Re: Slightly OT: I'm looking for a tool to merge maildirs

2022-01-25 Thread Marcus C. Gottwald
t;fdupes" to remove duplicates (= identical content in differently named files) if there's a chance for duplicates being created. Cheers, Marcus -- Marcus C. Gottwald ·· @mcg:cheers.de

Re: How to create local label and enlist/see them

2021-09-18 Thread Marcus C. Gottwald
five spaces and right-aligned, overwriting a long subject. Cheers, Marcus -- Marcus C. Gottwald ·· @mcg:cheers.de

Re: Assigning multiple labels (X-Label) to a message

2020-12-17 Thread Marcus C. Gottwald
, depending on what looks better as part of %y in the index. :-) Cheers, Marcus -- Marcus C. Gottwald ·· @mcg:cheers.de

Re: Assigning multiple labels (X-Label) to a message

2020-12-17 Thread Marcus C. Gottwald
tion. I'll change my procmail recipes to modify an existing X-Label header line instead of adding additional ones. Cheers, Marcus -- Marcus C. Gottwald ·· @mcg:cheers.de

Assigning multiple labels (X-Label) to a message

2020-12-16 Thread Marcus C. Gottwald
, are there any advantages in using a specific delimiter (space, comma, ...)? Cheers, Marcus -- Marcus C. Gottwald ·· @mcg:cheers.de

Re: Folding or weeding long lists of emails in To/CC fields, or skip to content key

2020-12-04 Thread Marcus C. Gottwald
nks! I've been using that approach (bound to the "+" character) for the last few days, and it works fine for me. Lines consisting of only whitespace get highlighted (obviously), but that's no reason not to use the feature. Cheers, Marcus -- Marcus C. Gottwald ·· @mcg:cheers.de

Re: Folding or weeding long lists of emails in To/CC fields, or skip to content key

2020-11-27 Thread Marcus C. Gottwald
not. I'm using Mutt from current Debian stable, 1.10.1. Cheers, Marcus -- Marcus C. Gottwald ·· @mcg:cheers.de

Re: Folding or weeding long lists of emails in To/CC fields, or skip to content key

2020-11-26 Thread Marcus C. Gottwald
Raphaël Fournier-S'niehotta wrote (Thu 2020-Nov-26 15:54:26 +0100): > ... Or is there a key to "skip to the body of the email" quickly, in the > pager? +1 for adding such a function if it doesn't already exist. Cheers, Marcus -- Marcus C. Gottwald ·· @mcg:cheers.de

Re: mutt not showing transparency in xfce4-terminal

2020-08-10 Thread Marcus C. Gottwald
Trey Sizemore wrote (Mon 2020-Aug-10 09:58:48 -0400): > > [...] I'd suggest to start with the object called "normal". > > It looks like default is used in the majority of cases in my .muttrc: [This space intentionally left blank.] -- Marcus C. Gottwald ·· @mcg:cheers.de

Re: mutt not showing transparency in xfce4-terminal

2020-08-10 Thread Marcus C. Gottwald
ably have to set the background color of several objects to "default" (in your muttrc). I'd suggest to start with the object called "normal". Cheers, Marcus -- Marcus C. Gottwald ·· @mcg:cheers.de

Re: Preferred way to get imap emails

2019-07-30 Thread Marcus C. Gottwald
key press) triggering the execution of a macro along the lines of: ~N ~z <10K ~b whatever all The idea is that Mutt will need to look at the email bodies (~b) and will have to fetch them in order to be able to look at them. Cheers, Marcus -- Marcus C. Gottwald ·· https://cheers.de

Re: Is there a way to record b[ounced] messages in sentmail?

2018-09-19 Thread Marcus C. Gottwald
t should be able to reliably identify these emails. You could get them highlighted in the index via "color index", use a save-hook for easy filing, etc. Cheers, Marcus -- Marcus C. Gottwald ·· https://cheers.de

Re: Is there a way to record b[ounced] messages in sentmail?

2018-09-19 Thread Marcus C. Gottwald
nge to $sendmail around calling the function could be performed using a macro. Cheers, Marcus -- Marcus C. Gottwald ·· https://cheers.de

Re: Clear subject field

2017-11-20 Thread Marcus C. Gottwald
Pétùr wrote (Mon 2017-Nov-20 12:19:10 +0100): > Is there a way to quickly clear the subject of an email? Pressing Ctrl+U while editing the field should do what you are looking for. Cheers, Marcus -- Marcus C. Gottwald ·· https://cheers.de

Re: Open mutt with only messages from one person

2017-06-25 Thread Marcus C. Gottwald
ed string »Jian«) whose value might not only contain spaces but also quotation marks, which could confuse Mutt while parsing the line; so using a generic approach might be best. Maybe using Bash's builtin "printf" with its "%q" might help, but I am not sure how Mutt reacts to backslash-escaped single quotes. I would suggest asserting that the value neither contains quotation marks nor spaces. :-) Cheers, Marcus -- Marcus C. Gottwald ·· https://cheers.de

Re: Open mutt with only messages from one person

2017-06-25 Thread Marcus C. Gottwald
ort while if there is no match for your pattern. Not sure if this is acceptable -- if not, initially setting the indicator's colors to "black on black" might be required, too -- but setting them back to the default coloring must only happen after the has been applied... Cheers, Marcus -- Marcus C. Gottwald ·· https://cheers.de

Re: strip of some filename chars in folder_format setting

2017-04-24 Thread Marcus C. Gottwald
if there is no X-Label, the index row will look just like before. Cheers, Marcus -- Marcus C. Gottwald ·· https://cheers.de

Re: best practices answering multiple mails (at once?)

2016-11-08 Thread Marcus C. Gottwald
can easily think of relations between emails that will not result in an easy-to-read drawing even in a graphical environment... Cheers, Marcus -- Marcus C. Gottwald ·· https://cheers.de

Re: mutt deletes temporary HTML file before I can view it

2016-06-26 Thread Marcus C. Gottwald
It might then be necessary to work around the race condition regarding the filename recycling. The solution might not suit you at all because it doesn't actually invoke a web browser of your choice; but maybe it does provide some inspiration. Cheers, Marcus -- Marcus C. Gottwald ·· https://cheers.de

Re: quickly switching to an alternate for "from"

2015-05-22 Thread Marcus C. Gottwald
something else). > ... and limit the choice to just those email > addresses that I have set as alternates? alternates is a pattern, so which input would you like to get checked against that pattern? Cheers, Marcus -- Marcus C. Gottwald ·· https://cheers.de

Re: Mutt accepting expired, locally stored certificate as CA certificate?

2013-12-23 Thread Marcus C. Gottwald
Hello Mick, you wrote (Sun 2013-Dec-22 09:05:25 +): > On Saturday 21 Dec 2013 20:50:39 Marcus C. Gottwald wrote: .. > > The server admin generated a new self-signed certificate and installed > > it, and what surprised me was that Mutt immediately accepted the > > ne

Mutt accepting expired, locally stored certificate as CA certificate?

2013-12-21 Thread Marcus C. Gottwald
n't, would my best choice currently be to only add certificates issued by really trustworthy people to "~/.mutt_certificates", and to manually verify the fingerprint on each other connection? (Hm, using a specific "mutt_certificates" file per server would also help, I guess.) Thanks in advance, Marcus -- Marcus C. Gottwald ·· https://cheers.de