chiark / gitweb /
el/dot-emacs.el: Better fontification for Ediff.
[profile] / dot / muttrc.local.distorted
index eab2f082f5b457f39a4b26c2bf979e4fdb7332b1..b22323f9eb2f8bfcf1f967c4ef1af0e20efd8744 100644 (file)
@@ -6,7 +6,7 @@
 ### IMAP configuration.
 
 ## Local mail.
-account-hook ^imap://mail\.distorted\.org\.uk \
+account-hook '^imap://mail\.distorted\.org\.uk' \
        'set imap_user=mdw; set imap_pass=$my_distorted_mail_passwd'
 set my_distorted_imap=imap://mail.distorted.org.uk/
 set spoolfile=$my_distorted_imap
@@ -14,7 +14,7 @@ set folder=$my_distorted_imap
 mailboxes $my_distorted_imap
 
 ## Google mail.
-account-hook ^imaps://imap\.gmail\.com \
+account-hook '^imaps://imap\.gmail\.com' \
        'set imap_user=distorted.mdw@gmail.com; set imap_pass=$my_gmail_passwd'
 mailboxes imaps://imap.gmail.com/
 
@@ -29,11 +29,10 @@ set smtp_pass=$my_distorted_mail_passwd
 ### Other issues.
 
 alternates -group me \
-       ^mdw([-+][^@]*|)@distorted\.org\.uk$ \
-       ^(markw|mdw)([-+][^@]*|)@odin\.gg$ \
-       ^distorted\.mdw@(google|g)mail\.com$
+       '^(mdw|markw)([-+][^@]*|)@(distorted\.org\.uk|escorted\.org\.uk|odin\.gg)$' \
+       '^distorted\.mdw@g(oogle|)mail\.com$'
 
 alternates -group admin \
-       ^(root|postmaster|abuse)@distorted\.org\.uk$
+       '^(root|postmaster|abuse)@(distorted\.org\.uk|escorted\.org\.uk|odin\.gg)$' \
 
 ###----- That's all, folks --------------------------------------------------