commit 6e0258542b4a41c70ca47d160c683e0d5845ee0d
parent 30c4647c98e2e04b86ef6189bf7974b1a3bc20bd
Author: Luke Smith <luke@lukesmith.xyz>
Date: Thu, 24 Dec 2020 20:40:48 -0500
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/bin/mw b/bin/mw
@@ -239,7 +239,7 @@ Archive" && return 0
finalize() { echo "$mailboxes" | xargs -I {} mkdir -p "$maildir/$fulladdr/{}/cur" "$maildir/$fulladdr/{}/tmp" "$maildir/$fulladdr/{}/new"
sed -ibu "/$MARKER/d" "$accdir/$idnum-$fulladdr.muttrc" ; rm -f "$accdir/$idnum-$fulladdr.muttrcbu"
- toappend="mailboxes $(echo "$mailboxes" | sed "s/^/\"=/;s/$/\"/" | paste -sd ' ' )"
+ toappend="mailboxes $(echo "$mailboxes" | sed "s/^/\"=/;s/$/\"/" | paste -sd ' ' - )"
for x in $mailboxes; do
case "$x" in
*[Ss][Ee][Nn][Tt]*) setBox record "$x"; formatShortcut s sent "$x" ;;
diff --git a/share/domains.csv b/share/domains.csv
@@ -219,6 +219,7 @@ runbox.com,mail.runbox.com,993,mail.runbox.com,587
rwth-aachen.de,mail.rwth-aachen.de,993,mail.rwth-aachen.de,587
sapo.pt,imap.sapo.pt,993,smtp.sapo.pt,587
seznam.cz,imap.seznam.cz,993,smtp.seznam.cz,465
+shu.edu.cn,imap.shu.edu.cn,143,smtp.shu.edu.cn,25
smail.inf.h-brs.de,imap.inf.h-brs.de,993,smtp.inf.h-brs.de,587
sms.ed.ac.uk,pod51015.outlook.com,993,pod51015.outlook.com,587
southwales.ac.uk,imap.gmail.com,993,smtp.gmail.com,587