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.
 
 
 
 

65 lines
2.0 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 = vim
  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 %Z %?X?A& ? %D %-15.15F %s (%-4.4c)"
  17. set forward_format = "Fwd: %s"
  18. set markers = no
  19. set mark_old = no
  20. set mime_forward = yes
  21. auto_view text/html
  22. auto_view application/pdf
  23. alternative_order text/plain text/enriched text/html
  24. # General remappings
  25. bind editor <space> noop
  26. bind index G last-entry
  27. bind index gg first-entry
  28. bind pager j next-line
  29. bind pager k previous-line
  30. bind attach,index,pager \CD next-page
  31. bind attach,index,pager \CU previous-page
  32. bind pager gg top
  33. bind pager G bottom
  34. bind index d half-down
  35. bind index u half-up
  36. bind index D delete-message
  37. bind index U undelete-message
  38. bind index F search
  39. bind index,pager R group-reply
  40. macro index,pager S '<sync-mailbox>
  41. macro index,pager \Cu |urlview\n
  42. # Notmuch searching
  43. 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"
  44. macro index A "<limit>all\n" "show all messages (undo limit)"
  45. # Sidebar mappings
  46. set sidebar_visible = yes
  47. set sidebar_width = 20
  48. set sidebar_short_path = yes
  49. set sidebar_next_new_wrap = yes
  50. set mail_check_stats
  51. set sidebar_format = '%B%?F? [%F]?%* %?N?%N/? %?S?%S?'
  52. bind index,pager \Ck sidebar-prev
  53. bind index,pager \Cj sidebar-next
  54. bind index,pager \Co sidebar-open
  55. bind index,pager <F3> sidebar-page-up
  56. bind index,pager <F4> sidebar-page-down
  57. bind index,pager \Cp sidebar-prev-new
  58. bind index,pager \Cn sidebar-next-new
  59. bind index,pager B sidebar-toggle-visible
  60. source personal.muttrc