.muttngrc 3.7 KB

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