--- /dev/null
+macro index 'c' '<change-folder>?<change-dir><home>^K+<enter>'
+
+# Source the passwords file
+#source "gpg2 -dq ~/.mutt/passwords.gpg |"
+set my_personal_password=`pass Home/xenon/mail/max@friedersdorff.com | head -n 1`
+
+# Get common settings
+source ~/.mutt/common.mutt
+
+# Encryption
+source ~/.mutt/gpg.rc
+
+# Mutt colors
+source ~/.mutt/colors.mutt
+
+# Mailbox specific settings
+unmailboxes *
+
+set imap_user = "max@friedersdorff.com"
+set imap_pass = $my_personal_password
+set smtp_url = "smtp://max@friedersdorff.com@mail.friedersdorff.com:587"
+set smtp_pass = $my_personal_password
+set from = "max@friedersdorff.com"
+set realname = "Maximilian Friedersdorff"
+set folder = "imaps://max@friedersdorff.com@mail.friedersdorff.com:993"
+set spoolfile = "+INBOX"
+set postponed = "+Drafts"
+set header_cache = ~/.mutt/com.friedersdorff.max/cache/headers
+set message_cachedir = ~/.mutt/com.friedersdorff.max/cache/bodies
+set certificate_file = ~/.mutt/com.friedersdorff.max/certificates
+
+set trash = "+Trash"
+set record = "+Sent"
+
+set pgp_sign_as="0xDA2EDF6D"
+
+mailboxes "+INBOX" "+todo" "+quicknote" "+google"
--- /dev/null
+macro index 'c' '<change-folder>?<change-dir><home>^K+<enter>'
+
+# 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" "+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"