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.

42 lines
2.2 KiB

4 years ago
4 years ago
  1. # vim: filetype=neomuttrc
  2. # muttrc file for account yigitcolakoglu@hotmail.com
  3. set realname = "Yigit Colakoglu"
  4. set from = "yigitcolakoglu@hotmail.com"
  5. set sendmail = "msmtp -a yigitcolakoglu@hotmail.com"
  6. alias me Yigit Colakoglu <yigitcolakoglu@hotmail.com>
  7. set folder = "/home/yigit/.local/share/mail/yigitcolakoglu@hotmail.com"
  8. set header_cache = /home/yigit/.cache/mutt-wizard/yigitcolakoglu@hotmail.com/headers
  9. set message_cachedir = /home/yigit/.cache/mutt-wizard/yigitcolakoglu@hotmail.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. unmacro index o
  20. macro index o "<shell-escape>mw -y yigitcolakoglu@hotmail.com<enter>" "run mbsync to sync yigitcolakoglu@hotmail.com"
  21. mailboxes "=Archive" "=Archived Mail" "=Deleted" "=Drafts" "=INBOX" "=Junk" "=Mailspring/Snoozed" "=Notes" "=Outbox" "=Sent" "=Sync Issues/Conflicts" "=Sync Issues/Local Failures" "=Sync Issues/Server Failures"
  22. macro index,pager ga "<change-folder>=Archive<enter>" "go to archive"
  23. macro index,pager Ma ";<save-message>=Archive<enter>" "move mail to archive"
  24. macro index,pager Ca ";<copy-message>=Archive<enter>" "copy mail to archive"
  25. set postponed = "+Drafts"
  26. macro index,pager gd "<change-folder>=Drafts<enter>" "go to drafts"
  27. macro index,pager Md ";<save-message>=Drafts<enter>" "move mail to drafts"
  28. macro index,pager Cd ";<copy-message>=Drafts<enter>" "copy mail to drafts"
  29. macro index,pager gi "<change-folder>=INBOX<enter>" "go to inbox"
  30. macro index,pager Mi ";<save-message>=INBOX<enter>" "move mail to inbox"
  31. macro index,pager Ci ";<copy-message>=INBOX<enter>" "copy mail to inbox"
  32. set spoolfile = "+INBOX"
  33. macro index,pager gj "<change-folder>=Junk<enter>" "go to junk"
  34. macro index,pager Mj ";<save-message>=Junk<enter>" "move mail to junk"
  35. macro index,pager Cj ";<copy-message>=Junk<enter>" "copy mail to junk"
  36. set record = "+Sent"
  37. macro index,pager gs "<change-folder>=Sent<enter>" "go to sent"
  38. macro index,pager Ms ";<save-message>=Sent<enter>" "move mail to sent"
  39. macro index,pager Cs ";<copy-message>=Sent<enter>" "copy mail to sent"