From 67b704808d64850461ecb11d9f6086086dbc1db6 Mon Sep 17 00:00:00 2001 From: Slin Lee Date: Wed, 9 Mar 2022 22:33:24 -0800 Subject: [PATCH 1/4] Wrap text when reading emails at 80 chars For increased legibility. --- share/mutt-wizard.muttrc | 1 + 1 file changed, 1 insertion(+) diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index f99d74d..3537aa8 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -27,6 +27,7 @@ auto_view text/html # automatically show html (mailcap uses lynx) auto_view application/pgp-encrypted #set display_filter = "tac | sed '/\\\[-- Autoview/,+1d' | tac" # Suppress autoview messages. alternative_order text/plain text/enriched text/html +set width = 80 # wordwrap when reading emails bind index,pager i noop bind index,pager g noop From 641587fbf751eec16818a5b858a8944aad305da5 Mon Sep 17 00:00:00 2001 From: Erick Chacon Date: Fri, 11 Mar 2022 23:49:23 -0500 Subject: [PATCH 2/4] Lancaster University (UK) and National University of Engineering (PERU) --- share/domains.csv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/domains.csv b/share/domains.csv index f1fb031..e0aa74c 100644 --- a/share/domains.csv +++ b/share/domains.csv @@ -150,6 +150,7 @@ kean.edu,imap.gmail.com,993,smtp.gmail.com,587 kipras.org,mail.kipras.org,993,mail.kipras.org,587 krutt.org,mail.autistici.org,993,smtp.autistici.org,465 kth.se,webmail.kth.se,993,smtp.kth.se,587 +lancaster.ac.uk,outlook.office365.com,993,smtp.office365.com,587 larbs.xyz,mail.larbs.xyz,993,mail.larbs.xyz,587 lavabit.com,lavabit.com,993,lavabit.com,587 librem.one,imap.librem.one,993,smtp.librem.one,465 @@ -293,6 +294,7 @@ ucsc.edu,imap.gmail.com,993,smtp.gmail.com,587 ukr.net,imap.ukr.net,993,smtp.ukr.net,465 uni-duesseldorf.de,mail.hhu.de,993,mail.hhu.de,465 uni-jena.de,imap.uni-jena.de,993,smtp.uni-jena.de,587 +uni.edu.pe,imap.gmail.com,993,smtp.gmail.com,587 uni.strath.ac.uk,outlook.office365.com,993,smtp.office365.com,587 unilodz.eu,outlook.office365.com,993,smtp.office365.com,587 unitn.it,imap.gmail.com,993,smtp.gmail.com,587 From 65af1f047e672e2c5d42d457d891043bb407476d Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 29 Mar 2022 09:23:15 -0400 Subject: [PATCH 3/4] less secure fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 372aa02..b46408c 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ See Luke's website [here](https://lukesmith.xyz). Email him at - Gmail accounts need to create an [App Password](https://support.google.com/accounts/answer/185833?hl=en) to - use with _**less secure**_ applications. This password is single-use (i.e. + use with "less secure" applications. This password is single-use (i.e. for setup) and will be stored and encrypted locally. Enabling third-party applications requires turning off two-factor authentication and this will circumvent that. You might also need to manually "Enable IMAP" in the From e0f34910f34c2464d2fd57125d2a0542b4b75e63 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 29 Mar 2022 09:24:28 -0400 Subject: [PATCH 4/4] Revert "Wrap text when reading emails at 80 chars" This reverts commit 67b704808d64850461ecb11d9f6086086dbc1db6. --- share/mutt-wizard.muttrc | 1 - 1 file changed, 1 deletion(-) diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index 3537aa8..f99d74d 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -27,7 +27,6 @@ auto_view text/html # automatically show html (mailcap uses lynx) auto_view application/pgp-encrypted #set display_filter = "tac | sed '/\\\[-- Autoview/,+1d' | tac" # Suppress autoview messages. alternative_order text/plain text/enriched text/html -set width = 80 # wordwrap when reading emails bind index,pager i noop bind index,pager g noop