--- /dev/null
+text/html; lynx -stdin -dump -force_html ; copiousoutput
set imap_user = "max@friedersdorff.com"
set imap_pass = $my_personal_password
-set smtp_url = "smtp://max@mail.friedersdorff.com:587"
+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@mail.friedersdorff.com:993"
+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
+++ /dev/null
-set imap_user = "maxf130@gmail.com"
-set imap_pass = $my_personal_gmail_password
-set smtp_url = "smtp://maxf130@smtp.gmail.com:587"
-set smtp_pass = $my_personal_gmail_password
-set from = "maxf130@gmail.com"
-set realname = "Maximilian Friedersdorff"
-set folder = "imaps://imap.gmail.com:993"
-set spoolfile = "+INBOX"
-set postponed = "+[Gmail]/Drafts"
-set header_cache = ~/.mutt/com.gmail.maxf130/cache/headers
-set message_cachedir = ~/.mutt/com.gmail.maxf130/cache/bodies
-set certificate_file = ~/.mutt/com.gmail.maxf130/certificates
-
-set trash = ""
-set record = ""
-
-set pgp_sign_as="0x153CBB66"
--- /dev/null
+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.ac.aber.maf54/cache/headers
+set message_cachedir = ~/.mutt/uk.ac.aber.maf54/cache/bodies
+set certificate_file = ~/.mutt/uk.ac.aber.maf54/certificates
+
+set trash = "+Trash"
+set record = "+Sent"
\ No newline at end of file
+++ /dev/null
-set imap_user = "mf195@student.le.ac.uk"
-set imap_pass = $my_student_password
-set smtp_url = "smtp://mf195@student.le.ac.uk@smtp.office365.com:587"
-set smtp_pass = $my_student_password
-set from = "mf195@student.le.ac.uk"
-set realname = "Maximilian Friedersdorff"
-set folder = "imaps://outlook.office365.com:993"
-set spoolfile = "+INBOX"
-set postponed = "+Drafts"
-set header_cache = ~/.mutt/uk.ac.le.student.mf195/cache/headers
-set message_cachedir = ~/.mutt/uk.ac.le.student.mf195/cache/bodies
-set certificate_file = ~/.mutt/uk.ac.le.student.mf195/certificates
-
-set trash="+Trash"
-set record="+Sent"
-
-set pgp_sign_as="0x33FA1EFF"
+++ /dev/null
-set imap_user = "max@musoft.co.uk"
-set imap_pass = $my_musoft_password
-set smtp_url = "smtp://max@musoft.co.uk@smtp.gmail.com:587/"
-set smtp_pass = $my_musoft_password
-set from = "max@musoft.co.uk"
-set realname = "Maximilian Friedersdorff"
-set folder = "imaps://imap.gmail.com:993"
-set spoolfile = "+INBOX"
-set postponed ="+[Gmail]/Drafts"
-set header_cache = ~/.mutt/uk.co.musoft.max/cache/headers
-set message_cachedir = ~/.mutt/uk.co.musoft.max/cache/bodies
-set certificate_file = ~/.mutt/uk.co.musoft.max/certificates
-
-set trash = ""
-set record = ""
-
-set pgp_sign_as="0x2EA4B143"
--- /dev/null
+# vim: filetype=muttrc
+
+color normal brightyellow default
+color error red default
+color tilde black default
+color message cyan default
+color markers red white
+color attachment white default
+color search brightmagenta default
+color status brightyellow black
+color indicator brightblack yellow
+color tree yellow default # arrow in threads
+
+color index brightmagenta default "~Q" # messages that have been replied to
+color index blue default "~U" # unread messages
+color index blue default "~U~$" # unread, unreferenced messages
+color index black red "~D" # deleted messages
+++ /dev/null
-text/html; w3m -I %{charset} -T text/html; copiousoutput
# Macro keys for different mailboxes
macro index \e1 '<sync-mailbox><change-folder>imaps://mail.friedersdorff.com<enter>'
macro index \e2 '<sync-mailbox><change-folder>imaps://outlook.office365.com<enter>'
-macro index \e3 '<sync-mailbox><change-folder>imaps://maxf130@imap.gmail.com<enter>'
-macro index \e4 '<sync-mailbox><change-folder>imaps://max@musoft.co.uk@imap.gmail.com<enter>'
# Configuration files for different mailboxes
folder-hook 'friedersdorff.com' 'source ~/.mutt/account.com.friedersdorff.max'
-folder-hook 'office365.com' 'source ~/.mutt/account.uk.ac.le.student.mf195'
-folder-hook 'maxf130@imap.gmail.com' 'source ~/.mutt/account.com.gmail.maxf130'
-folder-hook 'max@musoft.co.uk@imap.gmail.com' 'source ~/.mutt/account.uk.co.musoft.max'
+folder-hook 'outlook.office365.com' 'source ~/.mutt/account.uk.ac.aber.maf54'
macro index 'c' '<change-folder>?<change-dir><home>^K+<enter>'
# Source the passwords file
-source "gpg -dq ~/.mutt/passwords.gpg |"
+source "gpg2 -dq ~/.mutt/passwords.gpg |"
# Always check personal email first
source ~/.mutt/account.com.friedersdorff.max
macro pager \cb "|urlview\n"
set text_flowed=yes
+set reflow_text=yes
set editor="vim +':set textwidth=72' +'set fo=aw'"
# Encryption
source ~/.mutt/gpg.rc
+
+# Speed up folder switch
+set sleep_time=0
+
+# Mutt colors
+source ~/.mutt/colors.mutt
+
+set sort=threads
+set sort_aux=last-date-received
+
+set fast_reply=yes
\ No newline at end of file