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.
 
 
 
 

70 lines
2.3 KiB

  1. # vim: filetype=neomuttrc
  2. # This is the general mutt config which has the settings that all accounts use.
  3. bind index,pager i noop
  4. bind index,pager g noop
  5. bind index \Cf noop
  6. source etc/muttcol
  7. source etc/aliases
  8. set sleep_time = 0
  9. set sort = 'reverse-date'
  10. set editor = $EDITOR
  11. #set copy = no
  12. set timeout = "5"
  13. set mail_check = "10"
  14. set mailcap_path = ~/.config/mutt/etc/mailcap
  15. set date_format="%m/%d %I:%M"
  16. set index_format="%2C %?X?A& ? %D %-15.15F %s (%-4.4c)"
  17. #set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)"
  18. set forward_format = "Fwd: %s"
  19. set markers = no
  20. set mark_old = no
  21. set mime_forward = yes
  22. set smtp_authenticators = 'gssapi:login'
  23. auto_view text/html
  24. auto_view application/pdf
  25. alternative_order text/plain text/enriched text/html
  26. # General remappings
  27. bind editor <space> noop
  28. bind index G last-entry
  29. bind index gg first-entry
  30. bind pager j next-line
  31. bind pager k previous-line
  32. bind attach,index,pager \CD next-page
  33. bind attach,index,pager \CU previous-page
  34. bind pager gg top
  35. bind pager G bottom
  36. bind index d half-down
  37. bind index u half-up
  38. bind index D delete-message
  39. bind index U undelete-message
  40. bind index F search
  41. bind index,pager R group-reply
  42. macro index,pager S '<sync-mailbox>
  43. macro index,pager \Cu |urlview\n
  44. #Ctrl-R to mark all as read
  45. macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read"
  46. # Notmuch searching
  47. macro index \Cf "<enter-command>unset wait_key<enter><shell-escape>read -p 'notmuch query: ' x; echo \$x >~/.cache/mutt_terms<enter><limit>~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;chomp@a;s/\^id:// for@a;$,=\"|\";print@a'\`\"<enter>" "show only messages matching a notmuch pattern"
  48. macro index A "<limit>all\n" "show all messages (undo limit)"
  49. # Sidebar mappings
  50. set sidebar_visible = yes
  51. set sidebar_width = 20
  52. set sidebar_short_path = yes
  53. set sidebar_next_new_wrap = yes
  54. set mail_check_stats
  55. set sidebar_format = '%B%?F? [%F]?%* %?N?%N/? %?S?%S?'
  56. bind index,pager \Ck sidebar-prev
  57. bind index,pager \Cj sidebar-next
  58. bind index,pager \Co sidebar-open
  59. bind index,pager <F3> sidebar-page-up
  60. bind index,pager <F4> sidebar-page-down
  61. bind index,pager \Cp sidebar-prev-new
  62. bind index,pager \Cn sidebar-next-new
  63. bind index,pager B sidebar-toggle-visible
  64. source personal.muttrc