Mutterer: a config file generator for mutt, offlineimap, and msmtp

2015-05-03 Thread mwnx
I posted this earlier to the offlineimap mailing list and I think it might interest some subscribers of this list too. I hope this is not inappropriate. -- mwnx --- Begin Message --- Hello, Hoping this is an appropriate place to do so, I'd like to present a project of mine which might int

Re: Sort by newest in thread?

2015-07-13 Thread mwnx
s like you're looking for: set sort = threads set sort_aux = last-date-received (specifically the second line) -- mwnx GPG: AEC9 554B 07BD F60D 75A3 AF6A 44E8 E4D4 0312 C726

Re: highlighting *bold* and _underline_ in mutt

2015-09-01 Thread mwnx
y_ansi' which would permit ANSI sequences to be added by the display filter while still filtering out ANSI sequences present in the original message. Oh well, ... maybe I'll see about writing a patch. -- mwnx GPG: AEC9 554B 07BD F60D 75A3 AF6A 44E8 E4D4 0312 C726

Re: highlighting *bold* and _underline_ in mutt

2015-09-02 Thread mwnx
[-- PGP output follows (current time: Wed Sep 2 11:15:01 2015) --] gpg: Signature made Wed Aug 19 22:17:44 2015 CEST using RSA key ID 0312C726 gpg: Good signature from "mwnx " Primary key fingerprint: AEC9 554B 07BD F60D 75A3 AF6A 44E8 E4D4 0312 C726 [-- End of

Re: highlighting *bold* and _underline_ in mutt

2015-09-06 Thread mwnx
t; sequences that mutt uses to identify the start of an ANSI sequence before creating our own. This filtering can be done in the highlighting script itself, by adding a new line at the start: s/\[/\^\[\[/g Resulting in: s/\[/^[[/g /^[^]/{ s/\*\([^*][^*]*\)\*/\1/g s/\([ ]\)_\([^_][^_]*\)_\([ ]\)/\1\2\3/g } -- mwnx GPG: AEC9 554B 07BD F60D 75A3 AF6A 44E8 E4D4 0312 C726

Re: Use multiple accounts

2015-09-09 Thread mwnx
o user 1. > Could you please help me to organize multiple accounts with mutt? Thank you > very much. > -- > Yours sincerely, Jayson Willson Well, I guess this is my time to shamelessly advertise. I wrote a program/script called Mutterer that helps with that. See: https://github.com

Re: Use multiple accounts

2015-09-10 Thread mwnx
st get rid of 'source[...]' in your macro and replace '!' with 'path_to_folder' (replacing path_to_folder of course). -- mwnx GPG: AEC9 554B 07BD F60D 75A3 AF6A 44E8 E4D4 0312 C726

Re: mutt with offlineimap

2016-12-03 Thread mwnx
= yes sslcacertfile = /etc/ssl/certs/ca-certificates.crt type = IMAP Good luck! [1] https://www.github.com/mwnx/mutterer -- mwnx GPG: AEC9 554B 07BD F60D 75A3 AF6A 44E8 E4D4 0312 C726

Re: choices on reading HTML emails

2018-05-15 Thread mwnx
d a fix, is that you can only open one page at once or thunderbird will complain about an existing instance. I'm pretty sure there must be some option to force a new instance, or, in the worst case, it should be possible to containerize thunderbird to make it unaware of other instances. -- mwnx GPG: AEC9 554B 07BD F60D 75A3 AF6A 44E8 E4D4 0312 C726