.muttngrc 3.5 KB

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