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.

32 lines
1.7 KiB

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 mailcap_path = /home/yigit/.config/mutt/mailcap:$mailcap_path
  6. set mime_type_query_command = "file --mime-type -b %s"
  7. set date_format="%y/%m/%d %I:%M%p"
  8. set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)"
  9. set sort = 'reverse-date'
  10. set smtp_authenticators = 'gssapi:login'
  11. set query_command = "abook --mutt-query '%s'"
  12. set rfc2047_parameters = yes
  13. set sleep_time = 0 # Pause 0 seconds for informational messages
  14. set markers = no # Disables the `+` displayed at line wraps
  15. set mark_old = no # Unread mail stay unread until read
  16. set mime_forward = yes # attachments are forwarded with mail
  17. set wait_key = no # mutt won't ask "press key to continue"
  18. set fast_reply # skip to compose when replying
  19. set fcc_attach # save attachments with the body
  20. set forward_format = "Fwd: %s" # format of subject when forwarding
  21. set forward_quote # include message in forwards
  22. set reverse_name # reply as whomever it was to
  23. set include # include message in replies
  24. set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example)
  25. set pager_index_lines = 10 # number of index lines to show
  26. set pager_context = 3 # number of context lines to show
  27. # Encryted Mails and Signing
  28. set crypt_use_gpgme
  29. set pgp_default_key = "yigitcolakoglu@hotmail.com"
  30. 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"