1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- # -*- madmuttrc -*-
- #
- # Madmutt configuration file
- # 2008, kolter <kolter@openics.org>
- #
- # This file is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY
- #
- # Global configuration file for Madmutt.
- #
- set realname = "Emmanuel Bouthenot"
- set locale = "fr_FR.UTF-8"
- ## set charset = "utf-8"
- set folder = "~/Mail/imap"
- set mask = "^\\.[^.]"
- set mbox = "~/Mail/imap"
- set postponed = "+.Drafts"
- set spoolfile = "~/Mail/imap"
- set timeout = 240
- # sidebar settings
- set sidebar_visible = yes
- set sidebar_width = 46
- set sidebar_shorten_hierarchy = yes
- set pager_stop = yes # Do not move to the next message when at the end of a message
- set pager_context = 2
- set pager_index_lines = 15
- set edit_headers = no
- set query_command = "abook --mutt-query '%s'"
- set sleep_time = 0
- set smart_wrap = yes # force wrapping of long lines
- set wrapmargin = 10 # margin of wraped lines
- set reverse_name = yes # reply with address used by mail
- set recall = no
- set mark_old = no # Do not mark unread messages as old when leaving
- set delete = ask-yes
- set print = ask-yes
- set include = yes
- set index_format = "%3C %Z | %4c | %[%a %d %b %Y] | %[%H:%M] | %-27.27n | %s"
- set pager_format = "| %C | %e | %Z | %c | %[%a %d %b %Y] | %[%H:%M] | %L (%a) | %s"
- set xterm_set_titles = yes
- set tilde = yes
- #set narrow_tree = yes
- set strict_threads = yes
- set sort = reverse-threads
- #set sort = threads # Sort by threads
- #set sort_aux = reverse-date # Then sort by date
- source ~/.madmutt/colors # Define colours.
- source ~/.madmutt/macros # Define macros.
- source ~/.madmutt/keys # Define keybindings
- source ~/.madmutt/my-headers # Custom headers
|