.muttrc 3.4 KB

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