### -*-muttrc-*- ### ### Configuration for Mutt specific to distorted.org.uk ###-------------------------------------------------------------------------- ### IMAP configuration. ## Local mail. 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 set folder=$my_distorted_imap mailboxes $my_distorted_imap ## Google mail. account-hook '^imaps://imap\.gmail\.com' \ 'set imap_user=distorted.mdw@gmail.com; set imap_pass=$my_gmail_passwd' mailboxes imaps://imap.gmail.com/ ###-------------------------------------------------------------------------- ### SMTP configuration. ## Submit to the main mail server. set smtp_url=smtp://mdw@mail.distorted.org.uk:587/ set smtp_pass=$my_distorted_mail_passwd ###-------------------------------------------------------------------------- ### Other issues. alternates -group me \ '^(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|escorted\.org\.uk|odin\.gg)$' \ ###----- That's all, folks --------------------------------------------------