muttrc 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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 = "~/.signatures/main"
  14. alternates "kolter|emmanuel\.bouthenot|openics\.org|netconfig|bouthenot\.name"
  15. set envelope_from = yes # set return-path to from instead of user@hostname
  16. set hostname = openics.org
  17. set locale = "fr_FR.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. # sidebar settings
  25. ifdef sidebar_visible set sidebar_visible = yes
  26. ifdef sidebar_width set sidebar_width = 38
  27. #set mask="^[^.]"
  28. #set editor = "emacs -nw"
  29. set editor = "vim"
  30. set pager_stop = yes # Do not move to the next message when at the end of a message
  31. set pager_context = 2
  32. set pager_index_lines = 15
  33. set edit_headers = no
  34. set query_command = "abook --mutt-query '%s'"
  35. set sleep_time = 0
  36. set smart_wrap = yes # force wrapping of long lines
  37. set wrapmargin = 10 # margin of wraped lines
  38. auto_view text/html
  39. alternative_order text/enriched text/plain text
  40. set reverse_name = yes # reply with address used by mail
  41. set recall = no
  42. set mark_old = no # Do not mark unread messages as old when leaving
  43. set delete = ask-yes
  44. set print = ask-yes
  45. set include = yes
  46. set index_format = "%3C %Z | %4c | %[%a %d %b %Y] | %[%H:%M] | %-27.27n | %s"
  47. set pager_format = "| %C | %e | %Z | %c | %[%a %d %b %Y] | %[%H:%M] | %L (%a) | %s"
  48. set xterm_set_titles = yes
  49. set tilde = yes
  50. #set narrow_tree = yes
  51. set strict_threads = yes
  52. set sort = reverse-threads
  53. #set sort = threads # Sort by threads
  54. #set sort_aux = reverse-date # Then sort by date
  55. source ~/.mutt/conf/headers # Configure header display.
  56. source ~/.mutt/conf/my-headers # Set personnal headers.
  57. source ~/.mutt/conf/colors # Define colours.
  58. source ~/.mutt/conf/macros # Define macros.
  59. source ~/.mutt/conf/keys # Define keybindings.
  60. source ~/.mutt/conf/subscribes # Define subscribing lists.
  61. source ~/.mutt/conf/identities # Define identities.
  62. set mailcap_path = "~/.mutt/etc/mailcap:/etc/mailcap"
  63. set alias_file="~/.mutt/conf/aliases"
  64. source ~/.mutt/conf/aliases