macro index 'c' '?^K+' # Source the passwords file #source "gpg2 -dq ~/.mutt/passwords.gpg |" set my_aber_password=`pass Aber/Main | head -n 1` # Get common settings source ~/.mutt/common.mutt # Encryption source ~/.mutt/gpg.rc # Mutt colors source ~/.mutt/colors.mutt # Mailbox specific settings set imap_user = "maf54@aber.ac.uk" set imap_pass = $my_aber_password set smtp_url = "smtp://maf54@aber.ac.uk@smtp.office365.com:587" set smtp_pass = $my_aber_password set from = "maf54@aber.ac.uk" set realname = "Maximilian Friedersdorff" set folder = "imaps://maf54@aber.ac.uk@outlook.office365.com:993" set spoolfile = "+Inbox" set postponed = "+Drafts" set header_cache = ~/.mutt/uk.co.aber.maf54/cache/headers set message_cachedir = ~/.mutt/uk.co.aber.maf54/cache/bodies set certificate_file = ~/.mutt/uk.co.aber.maf54/certificates set trash = "+Trash" set record = "+Sent" set pgp_sign_as="0xDA2EDF6D" mailboxes "+Inbox" "+Inbox/staging" "+Lists" "+Lists/ibers-all" "+Notifications" "+Notifications/ibers-cs" "+Notifications/ibers-cs/vmcpuload" "+Notifications/NPPC" "+Notifications/NPPC/Updates" "+Notifications/NPPC/Uptime" "+Notifications/NPPC/Icinga" "+UCU" "+Suppliers" "+Suppliers/BrightComputing" "+Suppliers/ClusterVision"