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.

36 lines
2.3 KiB

4 years ago
4 years ago
  1. # vim: filetype=neomuttrc
  2. source /home/yigit/.config/mutt/accounts/1-yigitcolakoglu@hotmail.com.muttrc
  3. source /home/yigit/.config/mutt/colors.muttrc
  4. source /home/yigit/.config/mutt/keys.muttrc
  5. set editor="/usr/bin/nvim"
  6. set mailcap_path = /home/yigit/.config/mutt/mailcap:$mailcap_path
  7. set mime_type_query_command = "file --mime-type -b %s"
  8. set date_format="%y/%m/%d %I:%M%p"
  9. set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)"
  10. set sort = 'reverse-date'
  11. set smtp_authenticators = 'gssapi:login'
  12. set query_command = "abook --mutt-query '%s'"
  13. set rfc2047_parameters = yes
  14. set sleep_time = 0 # Pause 0 seconds for informational messages
  15. set markers = no # Disables the `+` displayed at line wraps
  16. set mark_old = no # Unread mail stay unread until read
  17. set mime_forward = yes # attachments are forwarded with mail
  18. set wait_key = no # mutt won't ask "press key to continue"
  19. set fast_reply # skip to compose when replying
  20. set fcc_attach # save attachments with the body
  21. set forward_format = "Fwd: %s" # format of subject when forwarding
  22. set forward_quote # include message in forwards
  23. set reverse_name # reply as whomever it was to
  24. set include # include message in replies
  25. set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example)
  26. set pager_index_lines = 10 # number of index lines to show
  27. set pager_context = 3 # number of context lines to show
  28. # Encryted Mails and Signing
  29. set crypt_use_gpgme
  30. set pgp_default_key = "yigitcolakoglu@hotmail.com"
  31. macro index,pager i1 '<sync-mailbox><enter-command>source /home/yigit/.config/mutt/accounts/1-yigitcolakoglu@hotmail.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to yigitcolakoglu@hotmail.com"
  32. macro index,pager i2 '<sync-mailbox><enter-command>source /home/yigit/.config/mutt/accounts/2-yigit@yigitcolakoglu.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to yigit@yigitcolakoglu.com"
  33. macro index,pager i3 '<sync-mailbox><enter-command>source /home/yigit/.config/mutt/accounts/3-Y.Colakoglu@student.tudelft.nl.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to Y.Colakoglu@student.tudelft.nl"
  34. macro index,pager i4 '<sync-mailbox><enter-command>source /home/yigit/.config/mutt/accounts/3-yigit@fr1nge.xyz.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to yigit@fr1nge.xyz"