# Account Settings ----------------------------------- set spoolfile = "+moebius/INBOX" set mbox = "+moebius/archive" set record = "+moebius/sent" set trash = "+moebius/trash" set postponed = "+moebius/drafts" set from = "jan@moebiusband.org" set envelope_from_address="jan@moebiusband.org" set realname = "Jan Eitzinger" set signature = ~/.mutt/sig my_hdr Reply-To: jan@moebiusband.org # Go to folder... macro index,pager gi "+moebius/INBOX" "open inbox" macro index,pager ga "+moebius/archive" "open drafts" macro index,pager gd "+moebius/drafts" "open drafts" macro index,pager gs "+moebius/sent" "open sent" macro index,pager gt "+moebius/trash" "open trash" macro index,pager si "+moebius/INBOX" "move message to inbox" macro index,pager sa "+moebius/archive" "move message to archive" # send mail set sendmail = "msmtp -a moebius" # Sync email macro index o "mbsync moebius" "run mbsync to sync inbox"