1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mutt/muttrc Sun Aug 05 21:46:09 2012 +0200 1.3 @@ -0,0 +1,93 @@ 1.4 +## 1.5 +## @l_prefix@/etc/mutt/Muttrc -- OpenPKG Mutt Global Configuration 1.6 +## Copyright (c) 1998-2003 Ralf S. Engelschall <rse@engelschall.com> 1.7 +## 1.8 + 1.9 +# ignore CTRL-Z 1.10 +unset suspend 1.11 + 1.12 +# use OpenPKG MTA 1.13 +set sendmail = @l_prefix@/sbin/sendmail 1.14 + 1.15 +# use OpenPKG folder paths 1.16 +set folder = ~/.mail 1.17 +set record = ~/.mail/sent 1.18 +set postponed = ~/.mail/postponed 1.19 +set spoolfile = ~/.mail/inbox 1.20 +set mbox = ~/.mail/inbox 1.21 +mailboxes ~/.mail/inbox 1.22 + 1.23 +# aliases 1.24 +#source ~/.muttrc.aliases 1.25 +set alias_file = ~/.muttrc.aliases 1.26 +set sort_alias = unsorted 1.27 + 1.28 +# signature 1.29 +unset sig_dashes 1.30 +set signature = ~/.signature 1.31 + 1.32 +# editor 1.33 +set editor = `echo ${EDITOR-vi}` 1.34 +set tmpdir = `echo ${TMPDIR-/tmp}` 1.35 + 1.36 +# addresses 1.37 +set use_domain 1.38 + 1.39 +# pager 1.40 +set pager = builtin 1.41 +set pager_context = 1 1.42 +set pager_stop 1.43 +set pager_index_lines = 0 1.44 +ignore received content- mime-version status x-status message-id sender 1.45 +ignore references return-path lines 1.46 +ignore x- 1.47 +ignore "from " 1.48 + 1.49 +# display customization 1.50 +set to_chars = "L CC " 1.51 +set charset = iso-8859-1 1.52 +set quote_regexp="^[ \t]*([A-Za-z ]+>|[]>:}][]>:}]*)" 1.53 +set smileys="(>From )|(>?[;:][-^]?[][)(><}{|/DP][)}]*)" 1.54 +mono quoted bold 1.55 +mono markers bold 1.56 +set menu_scroll 1.57 +unset mark_old 1.58 +set help 1.59 +set delete = yes 1.60 +set wait_key = no 1.61 +set confirmappend = no 1.62 +set confirmcreate = no 1.63 +folder-hook . set sort=date-sent 1.64 + 1.65 +# reply/forward customization 1.66 +unset edit_hdrs 1.67 +set autoedit 1.68 +set fast_reply 1.69 +set date_format = "!%a, %b %d, %Y" 1.70 +set attribution = "On %d, %n wrote:\n" 1.71 +set indent_str = "> " 1.72 +set include = yes 1.73 +set forw_format = "[FWD] %s" 1.74 +unset mime_fwd 1.75 +unset forw_quote 1.76 +unset metoo 1.77 + 1.78 +# new mail generation 1.79 +set hdrs 1.80 +set use_8bitmime 1.81 + 1.82 +# autoviewing via .mailcap handlers 1.83 +auto_view text/html image/* 1.84 + 1.85 +# no printing by default 1.86 +set print = no 1.87 + 1.88 +# toggle sort mode 1.89 +macro index \cxd set sort=date-sent 1.90 +macro index \cxt set sort=threads 1.91 + 1.92 +# show documentation 1.93 +macro generic <f1> "!`echo ${PAGER-more}` @l_prefix@/share/mutt/manual.txt\n" "Show Mutt Manual" 1.94 +macro index <f1> "!`echo ${PAGER-more}` @l_prefix@/share/mutt/manual.txt\n" "Show Mutt Manual" 1.95 +macro pager <f1> "!`echo ${PAGER-more}` @l_prefix@/share/mutt/manual.txt\n" "Show Mutt Manual" 1.96 +