.muttngrc 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. # -*- muttngrc -*-
  2. #
  3. # Muttng 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 Muttng.
  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 ~/.muttngrc-imapauth # get authentication params for imap
  24. set mbox_type = Maildir
  25. set folder = "~/Mail/imap"
  26. set mask = "^\\.[^.]"
  27. set mbox = "~/Mail/imap"
  28. set record = "+.Sent"
  29. set postponed = "+.Drafts"
  30. set spoolfile = "~/Mail/imap"
  31. set header_cache = ~/.muttng/cache
  32. set tmpdir = ~/.muttng/tmp
  33. set mail_check = 60
  34. set timeout = 240
  35. # nntp settings
  36. set nntp_host = "news.free.fr"
  37. set nntp_cache_dir = ~/.muttng/cache-nntp
  38. #set nntp_catchup = yes
  39. set nntp_mail_check = 10
  40. #set nntp_reconnect = yes
  41. #set nntp_group_index_format="%4C %M%N %n %5s %-45.45f %d"
  42. # sidebar settings
  43. set sidebar_visible = yes
  44. set sidebar_width = 46
  45. set sidebar_shorten_hierarchy = yes
  46. # user defined vars
  47. set user_mua = "`muttng -v | head -1`"
  48. set user_os = "Debian GNU/`uname -s` `cat /etc/debian_version` (`uname -r | cut -d'.' -f1-3`)"
  49. set user_gpg_id = '414EC36E'
  50. set user_gpg_fprint = '04DE 2F33 3CEF EF4F 46BF D6EA A475 EA19 414E C36E'
  51. #set mask="^[^.]"
  52. set editor = "emacs -nw"
  53. set pager_stop = yes # Do not move to the next message when at the end of a message
  54. set pager_context = 2
  55. set pager_index_lines = 15
  56. set edit_headers = no
  57. set query_command = "abook --mutt-query '%s'"
  58. set sleep_time = 0
  59. set smart_wrap = yes # force wrapping of long lines
  60. set wrapmargin = 10 # margin of wraped lines
  61. auto_view text/html
  62. alternative_order text/enriched text/plain text
  63. set reverse_name = yes # reply with address used by mail
  64. set recall = no
  65. set mark_old = no # Do not mark unread messages as old when leaving
  66. set delete = ask-yes
  67. set print = ask-yes
  68. set include = yes
  69. set index_format = "%3C %Z | %4c | %[%a %d %b %Y] | %[%H:%M] | %-27.27n | %s"
  70. set pager_format = "| %C | %e | %Z | %c | %[%a %d %b %Y] | %[%H:%M] | %L (%a) | %s"
  71. set xterm_set_titles = yes
  72. set tilde = yes
  73. #set narrow_tree = yes
  74. set strict_threads = yes
  75. set sort = reverse-threads
  76. #set sort = threads # Sort by threads
  77. #set sort_aux = reverse-date # Then sort by date
  78. source ~/.muttng/conf/mailboxes
  79. source ~/.muttng/conf/headers # Configure header display.
  80. source ~/.muttng/conf/my-headers # Set personnal headers.
  81. source ~/.muttng/conf/colors # Define colours.
  82. source ~/.muttng/conf/macros # Define macros.
  83. source ~/.muttng/conf/keys # Define keybindings.
  84. source ~/.muttng/conf/subscribes # Define subscribing lists.
  85. source ~/.muttng/conf/identities # Define identities.
  86. set mailcap_path = "~/.muttng/etc/mailcap:/etc/mailcap"
  87. set alias_file="~/.muttng/conf/aliases"
  88. source ~/.muttng/conf/aliases