.muttrc 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. # -*- muttrc -*-
  2. #
  3. # Mutt configuration file
  4. # 2006, kolter <kolter@openics.org>
  5. #
  6. # This file is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY
  8. #
  9. # Global configuration file for Mutt.
  10. #
  11. set realname = "Emmanuel Bouthenot"
  12. set from = "kolter@openics.org"
  13. set signature = "~/.identity/signature"
  14. alternates "(kolter|emmanuel\.bouthenot|manu|emmanuel)@(openics\.org|debian\.org|free\.fr|bouthenot\.name)"
  15. set envelope_from = yes # set return-path to from instead of user@hostname
  16. set hostname = openics.org
  17. set locale = "en_US.UTF-8"
  18. set charset = "utf-8"
  19. source ~/.mutt/accounts/default # where are my mails ?
  20. set header_cache = ~/.mutt/cache
  21. set tmpdir = ~/.mutt/tmp
  22. set mail_check = 60
  23. set timeout = 240
  24. set pgp_use_gpg_agent = yes
  25. # sidebar settings
  26. set sidebar_visible = yes
  27. set sidebar_width = 42
  28. #set sidebar_shortpath
  29. set sidebar_newmail_only = yes
  30. #set mask="^[^.]"
  31. #set editor = "emacs -nw"
  32. set editor = "vim"
  33. set pager_stop = yes # Do not move to the next message when at the end of a message
  34. set pager_context = 2
  35. set pager_index_lines = 15
  36. set edit_headers = no
  37. set query_command = "abook --mutt-query '%s'"
  38. set sleep_time = 0
  39. set smart_wrap = yes # force wrapping of long lines
  40. set wrapmargin = 10 # margin of wraped lines
  41. auto_view text/html
  42. alternative_order text/enriched text/plain text
  43. set reverse_name = yes # reply with address used by mail
  44. set recall = no
  45. set mark_old = no # Do not mark unread messages as old when leaving
  46. set delete = ask-yes
  47. set print = ask-yes
  48. set include = yes
  49. #set index_format = "%3C %Z | %4c | %[%a %d %b %Y] %[%H:%M] | %-23.23n | %s %> %?y?%Y?"
  50. set index_format = "%3C %Z | %4c | %[%a %d %b %Y] %[%H:%M] | %-25.25n | %s %> %-30.30t"
  51. set pager_format = "| %C | %e | %Z | %c | %[%a %d %b %Y] | %[%H:%M] | %L (%a) | %s %?y?| %.20Y?"
  52. set xterm_set_titles = yes
  53. set tilde = yes
  54. #set narrow_tree = yes
  55. set strict_threads = yes
  56. set sort = reverse-threads
  57. #set sort = threads # Sort by threads
  58. #set sort_aux = reverse-date # Then sort by date
  59. source ~/.mutt/conf/headers # Configure header display.
  60. source ~/.mutt/conf/my-headers # Set personnal headers.
  61. source ~/.mutt/conf/colors # Define colours.
  62. source ~/.mutt/conf/macros # Define macros.
  63. source ~/.mutt/conf/keys # Define keybindings.
  64. source ~/.mutt/conf/subscribes # Define subscribing lists.
  65. source ~/.mutt/conf/identities # Define identities.
  66. set mailcap_path = "~/.mutt/etc/mailcap:/etc/mailcap"
  67. set alias_file="~/.mutt/conf/aliases"
  68. source ~/.mutt/conf/aliases