# vim: filetype=neomuttrc # muttrc file for account email set realname = "Marvin Johanning" set from = "email@marvinjohanning.de" set sendmail = "msmtp -a email" alias me Marvin Johanning set folder = "/home/sophon/.local/share/mail/email" set header_cache = /home/sophon/.cache/mutt-wizard/email/headers set message_cachedir = /home/sophon/.cache/mutt-wizard/email/bodies set mbox_type = Maildir bind index,pager gg noop bind index,pager g noop bind index,pager M noop bind index,pager C noop bind index gg first-entry macro index o "mailsync -V email" "run mbsync to sync email" unmailboxes * set spoolfile = "+INBOX" set record = "+Sent" set postponed = "+Drafts" set trash = "+Trash" mailboxes "=Spam" "=Trash" "=Gesendete\ Objekte" "=CSBME" "=Sent" "=INBOX" "=Junk" "=Drafts" macro index,pager gi "=INBOX" "go to inbox" # mw-autogenerated macro index,pager Mi ";=INBOX" "move mail to inbox" # mw-autogenerated macro index,pager Ci ";=INBOX" "copy mail to inbox" # mw-autogenerated macro index,pager gs "=Sent" "go to sent" # mw-autogenerated macro index,pager Ms ";=Sent" "move mail to sent" # mw-autogenerated macro index,pager Cs ";=Sent" "copy mail to sent" # mw-autogenerated macro index,pager gd "=Drafts" "go to drafts" # mw-autogenerated macro index,pager Md ";=Drafts" "move mail to drafts" # mw-autogenerated macro index,pager Cd ";=Drafts" "copy mail to drafts" # mw-autogenerated macro index,pager gt "=Trash" "go to trash" # mw-autogenerated macro index,pager Mt ";=Trash" "move mail to trash" # mw-autogenerated macro index,pager Ct ";=Trash" "copy mail to trash" # mw-autogenerated macro index,pager gS "=Spam" "go to spam" # mw-autogenerated macro index,pager MS ";=Spam" "move mail to spam" # mw-autogenerated macro index,pager CS ";=Spam" "copy mail to spam" # mw-autogenerated macro index,pager gj "=Junk" "go to junk" # mw-autogenerated macro index,pager Mj ";=Junk" "move mail to junk" # mw-autogenerated macro index,pager Cj ";=Junk" "copy mail to junk" # mw-autogenerated