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 set alias_file="~/.addresses" source ~/.addresses 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 # index view settings set date_format = "%m/%d" set index_format = "[%Z] %D %-20.20F %s" set sort = threads set sort_aux = reverse-last-date-received set uncollapse_jump set sort_re set reply_regexp = "^(([RrAa][EeWw]?(\[[0-9]+\])?: *)?(\[[^]]+\] *)?)*" set markers=no bind index collapse-thread macro index C "?" "copy a message to a mailbox" macro index M "?" "move a message to a mailbox" # sidebar set sidebar_visible = yes set sidebar_width = 24 set sidebar_shortpath = yes bind index,pager j sidebar-next bind index,pager k sidebar-prev bind index,pager sidebar-open set status_chars = " *%A" set status_format = "───[ %f ]───[%r%m messages%?n? (%n new)?%?d? (%d to delete)?%?t? (%t tagged)? ]───%>─%?p?( %p postponed )?───" # 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 auto_view application/rar alternative_order text/plain text/html # labelling set index_format="%4C %Z %{%b %d} %-15.15L %?M?(#%03M)&(%4l)? %?y?[%.20Y] ?%s" # bindings ## edit/move many messages macro index = macro index * ## special settings for individual folders folder-hook lu 'macro index A s=lu/INBOX.archived' folder-hook htwk 'macro index A s=htwk/archived' folder-hook htwk 'set from=lucas.stadler@stud.htwk-leipzig.de' folder-hook htwk.imn 'macro index A s=htwk.imn/archived' folder-hook htwk 'set from=lstadler@imn.htwk-leipzig.de' ## changing mailboxes bind index n next-unread-mailbox ## searching using notmuch macro index S "unset wait_keymutt-notmuch.py ~/.mails/temporary/search+temporary/search" "search mail (using notmuch)" # colors source $HOME/t/mutt-colors-solarized/mutt-colors-solarized-dark-16.muttrc