set mbox_type=Maildir # where all mail lives set folder="~/.mails/" # default mailbox set spoolfile="+lu/INBOX" set postponed="+postponed" set record="+lu/INBOX.Sent" set sleep_time = 0 # faster mailbox switching mailboxes +lu/lu \ +lu.sprd/lu.sprd \ +htwk/htwk \ +htwk.imn/htwk.imn \ +temporary/search alternates lu@papill0n.org \ work-with-lu@papill0n.org \ lstadler@imn.htwk-leipzig.de \ lucas.stadler@stud.htwk-leipzig.de set edit_headers=yes # msmtp set sendmail="/usr/bin/msmtp -a lu" set from="lu@papill0n.org" set use_from=yes set envelope_from=yes auto_view text/html alternative_order text/plain text/html # labelling set index_format="%4C %Z %{%b %d} %-15.15L %?M?(#%03M)&(%4l)? %?y?[%.20Y] ?%s" macro index A "set editor=\"~/k/editlabel append\"\nset editor=vim\n" "Append label" macro index \Ca "set editor=\"~/k/editlabel append\"\nset editor=vim\n" "Append label" macro index E "set editor=\"~/k/editlabel menu\"\nset editor=vim\n" "Edit labels" # bindings ## edit/move many messages macro index = macro index * ## changing mailboxes macro index 1 "=lu/INBOX" macro index 2 "=htwk.imn/INBOX" macro index 3 "=htwk/INBOX" bind index n next-unread-mailbox # colors source $HOME/t/mutt-colors-solarized/mutt-colors-solarized-dark-16.muttrc