.muttrc 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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/kolter_openics"
  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. #set folder = "imap://127.0.0.1"
  20. #set mbox = "imap://127.0.0.1/INBOX"
  21. #set spoolfile = "imap://127.0.0.1/INBOX"
  22. #set record = "imap://127.0.0.1/Sent" # where to save sent mails
  23. #set postponed = "imap://127.0.0.1/Draft" # where to save drafts
  24. #source ~/.muttrc-imapauth # get authentication params for imap
  25. set mbox_type = Maildir
  26. set folder = "~/Mail/Mailbox"
  27. set mask = "^\\.[^.]"
  28. set mbox = "~/Mail/Mailbox"
  29. set record = "+.Sent"
  30. set postponed = "+.Drafts"
  31. set spoolfile = "~/Mail/Mailbox"
  32. set header_cache = ~/.mutt/cache
  33. set tmpdir = ~/.mutt/tmp
  34. set mail_check = 60
  35. set timeout = 240
  36. # sidebar settings
  37. ifdef sidebar_visible set sidebar_visible = yes
  38. ifdef sidebar_width set sidebar_width = 38
  39. #set mask="^[^.]"
  40. #set editor = "emacs -nw"
  41. set editor = "vim"
  42. set pager_stop = yes # Do not move to the next message when at the end of a message
  43. set pager_context = 2
  44. set pager_index_lines = 15
  45. set edit_headers = no
  46. set query_command = "abook --mutt-query '%s'"
  47. set sleep_time = 0
  48. set smart_wrap = yes # force wrapping of long lines
  49. set wrapmargin = 10 # margin of wraped lines
  50. auto_view text/html
  51. alternative_order text/enriched text/plain text
  52. set reverse_name = yes # reply with address used by mail
  53. set recall = no
  54. set mark_old = no # Do not mark unread messages as old when leaving
  55. set delete = ask-yes
  56. set print = ask-yes
  57. set include = yes
  58. set index_format = "%3C %Z | %4c | %[%a %d %b %Y] | %[%H:%M] | %-27.27n | %s"
  59. set pager_format = "| %C | %e | %Z | %c | %[%a %d %b %Y] | %[%H:%M] | %L (%a) | %s"
  60. set xterm_set_titles = yes
  61. set tilde = yes
  62. #set narrow_tree = yes
  63. set strict_threads = yes
  64. set sort = reverse-threads
  65. #set sort = threads # Sort by threads
  66. #set sort_aux = reverse-date # Then sort by date
  67. source ~/.mutt/conf/mailboxes
  68. source ~/.mutt/conf/headers # Configure header display.
  69. source ~/.mutt/conf/my-headers # Set personnal headers.
  70. source ~/.mutt/conf/colors # Define colours.
  71. source ~/.mutt/conf/macros # Define macros.
  72. source ~/.mutt/conf/keys # Define keybindings.
  73. source ~/.mutt/conf/subscribes # Define subscribing lists.
  74. source ~/.mutt/conf/identities # Define identities.
  75. set mailcap_path = "~/.mutt/etc/mailcap:/etc/mailcap"
  76. set alias_file="~/.mutt/conf/aliases"
  77. source ~/.mutt/conf/aliases