michael@478: ## michael@478: ## @l_prefix@/etc/mutt/Muttrc -- OpenPKG Mutt Global Configuration michael@478: ## Copyright (c) 1998-2003 Ralf S. Engelschall michael@478: ## michael@478: michael@478: # ignore CTRL-Z michael@478: unset suspend michael@478: michael@478: # use OpenPKG MTA michael@478: set sendmail = @l_prefix@/sbin/sendmail michael@478: michael@478: # use OpenPKG folder paths michael@478: set folder = ~/.mail michael@478: set record = ~/.mail/sent michael@478: set postponed = ~/.mail/postponed michael@478: set spoolfile = ~/.mail/inbox michael@478: set mbox = ~/.mail/inbox michael@478: mailboxes ~/.mail/inbox michael@478: michael@478: # aliases michael@478: #source ~/.muttrc.aliases michael@478: set alias_file = ~/.muttrc.aliases michael@478: set sort_alias = unsorted michael@478: michael@478: # signature michael@478: unset sig_dashes michael@478: set signature = ~/.signature michael@478: michael@478: # editor michael@478: set editor = `echo ${EDITOR-vi}` michael@478: set tmpdir = `echo ${TMPDIR-/tmp}` michael@478: michael@478: # addresses michael@478: set use_domain michael@478: michael@478: # pager michael@478: set pager = builtin michael@478: set pager_context = 1 michael@478: set pager_stop michael@478: set pager_index_lines = 0 michael@478: ignore received content- mime-version status x-status message-id sender michael@478: ignore references return-path lines michael@478: ignore x- michael@478: ignore "from " michael@478: michael@478: # display customization michael@478: set to_chars = "L CC " michael@478: set charset = iso-8859-1 michael@478: set quote_regexp="^[ \t]*([A-Za-z ]+>|[]>:}][]>:}]*)" michael@478: set smileys="(>From )|(>?[;:][-^]?[][)(><}{|/DP][)}]*)" michael@478: mono quoted bold michael@478: mono markers bold michael@478: set menu_scroll michael@478: unset mark_old michael@478: set help michael@478: set delete = yes michael@478: set wait_key = no michael@478: set confirmappend = no michael@478: set confirmcreate = no michael@478: folder-hook . set sort=date-sent michael@478: michael@478: # reply/forward customization michael@478: unset edit_hdrs michael@478: set autoedit michael@478: set fast_reply michael@478: set date_format = "!%a, %b %d, %Y" michael@478: set attribution = "On %d, %n wrote:\n" michael@478: set indent_str = "> " michael@478: set include = yes michael@478: set forw_format = "[FWD] %s" michael@478: unset mime_fwd michael@478: unset forw_quote michael@478: unset metoo michael@478: michael@478: # new mail generation michael@478: set hdrs michael@478: set use_8bitmime michael@478: michael@478: # autoviewing via .mailcap handlers michael@478: auto_view text/html image/* michael@478: michael@478: # no printing by default michael@478: set print = no michael@478: michael@478: # toggle sort mode michael@478: macro index \cxd set sort=date-sent michael@478: macro index \cxt set sort=threads michael@478: michael@478: # show documentation michael@478: macro generic "!`echo ${PAGER-more}` @l_prefix@/share/mutt/manual.txt\n" "Show Mutt Manual" michael@478: macro index "!`echo ${PAGER-more}` @l_prefix@/share/mutt/manual.txt\n" "Show Mutt Manual" michael@478: macro pager "!`echo ${PAGER-more}` @l_prefix@/share/mutt/manual.txt\n" "Show Mutt Manual" michael@478: