# vim: filetype=neomuttrc # muttrc file for account xyz set realname = "yigit sever" set from = "yigit@yigitsever.com" set sendmail = "msmtp -a xyz" alias me yigit sever set folder = "/home/yigit/.local/share/mail/xyz" set header_cache = /home/yigit/.cache/mutt-wizard/xyz/headers set message_cachedir = /home/yigit/.cache/mutt-wizard/xyz/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 xyz" "run mbsync to sync xyz" unmailboxes * set spoolfile = "+INBOX" set record = "+Sent" set postponed = "+Drafts" set trash = "+Trash" named-mailboxes " 📬 inbox" =INBOX named-mailboxes " 📦 archive" "=Archive" named-mailboxes " 📜 drafts" "=Drafts" named-mailboxes " 🐦 sent" "=Sent" named-mailboxes " 🚮 junk" "=Junk" named-mailboxes " ----- lists ----- " "=." named-mailboxes " 🔢 l/crypto" "=lists/crypto" named-mailboxes " 📅 l/remind" "=lists/remind" 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 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 macro index,pager ga "=Archive" "go to archive" # mw-autogenerated macro index,pager Ma ";=Archive" "move mail to archive" # mw-autogenerated macro index,pager Ca ";=Archive" "copy mail to archive" # mw-autogenerated macro index,pager gc "=crypto" "go to crypto" macro index,pager Mc ";=crypto" "move mail to crypto" macro index,pager Cc ";=crypto" "copy mail to crypto" set status_format="yigitsever.com: %f%?V?/%V? [%m%?M?, %M shown?%?n?, %n new?%?o?, %o old?%?d?, %d deleted?%?F?, %F flagged?%?t?, %t tagged?%?p?, %p postponed?] %> %P"