Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
2.4 KiB

  1. # vim: filetype=neomuttrc
  2. # muttrc file for account yigit@yigitcolakoglu.com
  3. set realname = "Yigit Colakoglu"
  4. set from = "yigit@yigitcolakoglu.com"
  5. set sendmail = "msmtp -a yigit@yigitcolakoglu.com"
  6. alias me yigit <yigit@yigitcolakoglu.com>
  7. set folder = "/home/yigit/.local/share/mail/yigit@yigitcolakoglu.com"
  8. set header_cache = /home/yigit/.cache/mutt-wizard/yigit@yigitcolakoglu.com/headers
  9. set message_cachedir = /home/yigit/.cache/mutt-wizard/yigit@yigitcolakoglu.com/bodies
  10. set mbox_type = Maildir
  11. set signature = "/home/yigit/.config/mutt/accounts/formal.sig"
  12. bind index,pager gg noop
  13. bind index,pager g noop
  14. bind index,pager M noop
  15. bind index,pager C noop
  16. bind index gg first-entry
  17. unmailboxes *
  18. unalternates *
  19. unset signature
  20. unmacro index o
  21. macro index o "<shell-escape>mw -y yigit@yigitcolakoglu.com<enter>" "run mbsync to sync yigit@yigitcolakoglu.com"
  22. mailboxes "=Archived Mail" "=Mailspring/Snoozed" "=Spam" "=Sent" "=Trash/Mailspring/Snoozed" "=Drafts" "=INBOX"
  23. macro index,pager ga "<change-folder>=Archived<enter>" "go to archive"
  24. macro index,pager Ma ";<save-message>=Archived<enter>" "move mail to archive"
  25. macro index,pager Ca ";<copy-message>=Archived<enter>" "copy mail to archive"
  26. macro index,pager gS "<change-folder>=Spam<enter>" "go to spam"
  27. macro index,pager MS ";<save-message>=Spam<enter>" "move mail to spam"
  28. macro index,pager CS ";<copy-message>=Spam<enter>" "copy mail to spam"
  29. set record = "+Sent"
  30. macro index,pager gs "<change-folder>=Sent<enter>" "go to sent"
  31. macro index,pager Ms ";<save-message>=Sent<enter>" "move mail to sent"
  32. macro index,pager Cs ";<copy-message>=Sent<enter>" "copy mail to sent"
  33. macro index,pager gt "<change-folder>=Trash/Mailspring/Snoozed<enter>" "go to trash"
  34. macro index,pager Mt ";<save-message>=Trash/Mailspring/Snoozed<enter>" "move mail to trash"
  35. macro index,pager Ct ";<copy-message>=Trash/Mailspring/Snoozed<enter>" "copy mail to trash"
  36. set trash = "+Trash"
  37. set postponed = "+Drafts"
  38. macro index,pager gd "<change-folder>=Drafts<enter>" "go to drafts"
  39. macro index,pager Md ";<save-message>=Drafts<enter>" "move mail to drafts"
  40. macro index,pager Cd ";<copy-message>=Drafts<enter>" "copy mail to drafts"
  41. macro index,pager gi "<change-folder>=INBOX<enter>" "go to inbox"
  42. macro index,pager Mi ";<save-message>=INBOX<enter>" "move mail to inbox"
  43. macro index,pager Ci ";<copy-message>=INBOX<enter>" "copy mail to inbox"
  44. set spoolfile = "+INBOX"