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 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 = "~/mail_aber" set spoolfile = "+Inbox" set postponed = "+Drafts" set trash = "+Trash" set record = "+Sent" set pgp_sign_as="0x251C939D" mailboxes "+Inbox" "+Inbox/staging" "+Lists" "+Lists/ibers-all" "+Lists/centos-sec" "+Lists/ubuntu-sec" "+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"