4 Commits

Author SHA1 Message Date
  Luke Smith fdba98af8d
Merge pull request #750 from ask1234560/master 2 years ago
  Ananthu 99c0466a34
enhancement; college domain smtp port change 2 years ago
  ananthu 852cacce7a enhancement; added college domain 2 years ago
  ananthu 8e5bb8bd09 bug; argument getting splitted by space 2 years ago
2 changed files with 3 additions and 0 deletions
Split View
  1. +2
    -0
      bin/mw
  2. +1
    -0
      share/domains.csv

+ 2
- 0
bin/mw View File

@@ -228,6 +228,7 @@ getboxes() { if [ -n "${force+x}" ] ; then
[ "$type" = "pop" ] && mailboxes="INBOX"
getaccounts; for x in $(seq 1 9); do echo "$accounts" | grep -q "^$x:" || { export idnum="$x"; break ;}; done
toappend="mailboxes $(echo "$mailboxes" | sed "s/^/\"=/;s/$/\"/" | paste -sd ' ' - )"
IFS=$'\n'
for x in $mailboxes; do
case "$x" in
*[Ss][Ee][Nn][Tt]*) setBox record "$x"; formatShortcut s sent "$x" ;;
@@ -239,6 +240,7 @@ getboxes() { if [ -n "${force+x}" ] ; then
*[Ii][Nn][Bb][Oo][Xx]) formatShortcut i inbox "$x"; setBox spoolfile "$x" inbox="$x" ;;
esac
done
unset IFS
}

finalize() { echo "$toappend" >> "$accdir/$idnum-$fulladdr.muttrc"


+ 1
- 0
share/domains.csv View File

@@ -157,6 +157,7 @@ loves.dicksinmyan.us,mail.cock.li,993,mail.cock.li,587
lukesmith.xyz,mail.lukesmith.xyz,993,mail.lukesmith.xyz,587
luther.edu,imap.gmail.com,993,smtp.gmail.com,587
mac.com,imap.mail.me.com,993,smtp.mail.me.com,587
mace.ac.in,imap.gmail.com,993,smtp.gmail.com,587
mail.com,imap.mail.com,993,smtp.mail.com,587
mail.de,imap.mail.de,993,smtp.mail.de,465
mail.mcgill.ca,outlook.office365.com,993,smtp.office365.com,587


Loading…
Cancel
Save