4 Commits

Author SHA1 Message Date
  Luke Smith e6087481ad
Merge pull request #783 from ghalvorsen/patch-1 2 years ago
  Luke Smith e205ec6643
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2 years ago
  Luke Smith 29f264db23
Revert "allow dynamically loading available mailboxes" 2 years ago
  Gunnar K. Halvorsen eba3b0eb00
Added domain to list 2 years ago
2 changed files with 2 additions and 1 deletions
Split View
  1. +1
    -1
      bin/mw
  2. +1
    -0
      share/domains.csv

+ 1
- 1
bin/mw View File

@@ -226,7 +226,7 @@ getboxes() { if [ -n "${force+x}" ] ; then
idnum=$((idnum + 1))
[ "$idnum" -eq "$x" ] || break
done
toappend="mailboxes \`mdir=$maildir/$fulladdr/; find \$mdir -mindepth 1 -type d -name cur | sed -e 's:/cur\$:\":' -e \"s:\$mdir:\\\"=:\" | sort | tr '\\\n' ' '\`"
toappend="mailboxes $(echo "$mailboxes" | sed "s/^/\"=/;s/$/\"/" | paste -sd ' ' - )"
}

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


+ 1
- 0
share/domains.csv View File

@@ -111,6 +111,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
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


Loading…
Cancel
Save