dot/gpg.conf.m4, dot/gpg-agent.conf, Makefile: Adopt GnuPG configuration.
[profile] / dot / muttrc.local.distorted
CommitLineData
ce39049e
MW
1### -*-muttrc-*-
2###
3### Configuration for Mutt specific to distorted.org.uk
4
5###--------------------------------------------------------------------------
6### IMAP configuration.
7
8## Local mail.
277521fa 9account-hook '^imap://mail\.distorted\.org\.uk' \
ce39049e
MW
10 'set imap_user=mdw; set imap_pass=$my_distorted_mail_passwd'
11set my_distorted_imap=imap://mail.distorted.org.uk/
12set spoolfile=$my_distorted_imap
13set folder=$my_distorted_imap
14mailboxes $my_distorted_imap
15
16## Google mail.
277521fa 17account-hook '^imaps://imap\.gmail\.com' \
ce39049e
MW
18 'set imap_user=distorted.mdw@gmail.com; set imap_pass=$my_gmail_passwd'
19mailboxes imaps://imap.gmail.com/
20
21###--------------------------------------------------------------------------
22### SMTP configuration.
23
24## Submit to the main mail server.
25set smtp_url=smtp://mdw@mail.distorted.org.uk:587/
26set smtp_pass=$my_distorted_mail_passwd
27
28###--------------------------------------------------------------------------
29### Other issues.
30
31alternates -group me \
277521fa
MW
32 '^(mdw|markw)([-+][^@]*|)@(distorted\.org\.uk|escorted\.org\.uk|odin\.gg)$' \
33 '^distorted\.mdw@g(oogle|)mail\.com$'
ce39049e
MW
34
35alternates -group admin \
277521fa 36 '^(root|postmaster|abuse)@(distorted\.org\.uk|escorted\.org\.uk|odin\.gg)$' \
ce39049e
MW
37
38###----- That's all, folks --------------------------------------------------