diff options
-rw-r--r-- | share/domains.csv | 3 | ||||
-rw-r--r-- | share/mutt-wizard.muttrc | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/share/domains.csv b/share/domains.csv index 950e35d..835d96c 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 @@ -118,7 +119,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 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 "<change-folder>=Archive<enter>" "go to archive" macro index,pager Ma ";<save-message>=Archive<enter>" "move mail to archive" macro index,pager Ca ";<copy-message>=Archive<enter>" "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' |