From 64454c2d4d8b8e773f14655b446c248426e2837d Mon Sep 17 00:00:00 2001 From: Satya Benson Date: Mon, 15 May 2023 18:18:29 -0400 Subject: [PATCH 1/7] fix typo in set crypt_auto_sign --- share/mutt-wizard.muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc index 316a572..95a9ae9 100644 --- a/share/mutt-wizard.muttrc +++ b/share/mutt-wizard.muttrc @@ -91,7 +91,7 @@ macro index,pager ga "=Archive" "go to archive" macro index,pager Ma ";=Archive" "move mail to archive" macro index,pager Ca ";=Archive" "copy mail to archive" -#set crypt_autosign = yes +#set crypt_auto_sign = yes #set crypt_opportunistic_encrypt = yes #set pgp_self_encrypt = yes #set pgp_default_key = 'your@gpgemailaddre.ss' From 4ef696446ca62c13dd95e07ebb0ea2f6cb3425f7 Mon Sep 17 00:00:00 2001 From: "Gunnar K. Halvorsen" Date: Fri, 26 May 2023 17:07:10 +0200 Subject: [PATCH 2/7] Update domains.csv --- share/domains.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/domains.csv b/share/domains.csv index 950e35d..1e0e87c 100644 --- a/share/domains.csv +++ b/share/domains.csv @@ -118,7 +118,7 @@ fsmpi.rwth-aachen.de,mail.fsmpi.rwth-aachen.de,993,mail.fsmpi.rwth-aachen.de,465 fsu-jena,exchange.uni-jena.de,993,smtp.uni-jena.de,587 gcc.edu,imap-mail.outlook.com,993,smtp-mail.outlook.com,587 getbackinthe.kitchen,mail.cock.li,993,mail.cock.li,587 -ghalv.no,mail.ghalv.no,993,mail.ghalv.no,587 +ghalv.no,mail.ghalv.no,993,mail.ghalv.no,465 gmail.com,imap.gmail.com,993,smtp.gmail.com,587 gmx.*,imap.gmx.net,993,mail.gmx.net,587 go2.pl,poczta.o2.pl,993,poczta.o2.pl,465 From f3c2d88e55822d2794d3f1105182c1e670d016ae Mon Sep 17 00:00:00 2001 From: vlashada <79418781+vlashada@users.noreply.github.com> Date: Tue, 30 May 2023 18:57:36 +0200 Subject: [PATCH 3/7] Update domains.csv --- share/domains.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/share/domains.csv b/share/domains.csv index 950e35d..36299d3 100644 --- a/share/domains.csv +++ b/share/domains.csv @@ -89,6 +89,7 @@ diplomats.com,imap.mail.com,993,smtp.mail.com,587 dismail.de,imap.dismail.de,993,smtp.dismail.de,465 disroot.org,disroot.org,993,disroot.org,587 distruzione.org,mail.autistici.org,993,smtp.autistici.org,465 +domeneshop.no,imap.domeneshop.no,993,smtp.domeneshop.no,587 dorriseaton.com,outlook.office365.com,993,smtp.office365.com,587 dr.com,imap.mail.com,993,smtp.mail.com,587 duke.edu,outlook.office365.com,993,smtp.office365.com,587 From e0dd9f8193a9a3c38a867eeb3f3f18c4c170d8df Mon Sep 17 00:00:00 2001 From: speedie <71722170+speediegq@users.noreply.github.com> Date: Tue, 20 Jun 2023 19:52:33 +0200 Subject: [PATCH 4/7] Add gettext dependency to README gettext which provides the envsubst command is not installed on all distributions. Void for instance does not come with this, so I think it should be mentioned in the README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5883014..76e2461 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Specifically, this wizard: - `msmtp` - sends the email. - `pass` - safely encrypts passwords (required at install). - `ca-certificates` - required for SSL. Probably installed already. +- `gettext` - writes config files. Probably installed already. **Note**: There's a chance of errors if you use a slow-release distro like Ubuntu, Debian, or Mint. If you get errors in `neomutt`, install the most From e894c486c090968d324b8ab1ff98dee4626a2aaf Mon Sep 17 00:00:00 2001 From: Aisha Tammy Date: Sun, 16 Jul 2023 11:09:10 -0400 Subject: [PATCH 5/7] exclude dovecot special folders fts-flatcurve/virtual --- share/mbsync-temp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mbsync-temp b/share/mbsync-temp index 46cd51b..4e77b09 100644 --- a/share/mbsync-temp +++ b/share/mbsync-temp @@ -16,7 +16,7 @@ Channel $fulladdr Expunge Both $master :$fulladdr-remote: $slave :$fulladdr-local: -Patterns * !"[Gmail]/All Mail" +Patterns * !"[Gmail]/All Mail" !"*fts-flatcurve*" !"*virtual*" Create Both SyncState * MaxMessages $maxmes From 268da5d51b1e710f244507296f911cd847fb8dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Faikl=20=28astro=29?= Date: Wed, 26 Jul 2023 01:38:52 +0200 Subject: [PATCH 6/7] pipe password directly to pass - also change slightly confusing naming for (re)inserting given passwords to pass store --- bin/mw | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/bin/mw b/bin/mw index 81c75d9..eaec3a9 100755 --- a/bin/mw +++ b/bin/mw @@ -174,20 +174,14 @@ askinfo() { hostname="${fulladdr#*@}" login="${login:-$fulladdr}" if [ -n "${password+x}" ]; then - createpass + insertpass else getpass fi } -createpass() { - echo "$password" >"$PASSWORD_STORE_DIR/$passprefix$fulladdr" - "$GPG" -qe $(printf -- " -r %s" $(cat "$PASSWORD_STORE_DIR/.gpg-id")) "$PASSWORD_STORE_DIR/$passprefix$fulladdr" - case "$(uname)" in - Darwin | *BSD) rm -P "$PASSWORD_STORE_DIR/$passprefix$fulladdr" ;; - *) shred -u "$PASSWORD_STORE_DIR/$passprefix$fulladdr" ;; - esac - rm -f "$PASSWORD_STORE_DIR/$passprefix$fulladdr" +insertpass() { + printf "%s" "$password" | pass insert -fe "$PASSWORD_STORE_DIR/$passprefix$fulladdr" } errorexit() { From 8d78212cad1fa48d7918d0130905d3a0c6c254f3 Mon Sep 17 00:00:00 2001 From: Jonas Dujava Date: Fri, 11 Aug 2023 18:53:30 +0200 Subject: [PATCH 7/7] fix: reorder action --- bin/mw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mw b/bin/mw index 81c75d9..2a63315 100755 --- a/bin/mw +++ b/bin/mw @@ -328,7 +328,7 @@ reorder() { while getopts "rfpXlhodTYD:y:i:I:s:S:u:a:n:P:x:m:t:" o; do case "${o}" in l) setact list ;; - r) setact reorder1 ;; + r) setact reorder ;; d) setact delete ;; D) setact delete