]> git.llucax.com Git - software/mutt-debian.git/blob - debian/patches/debian-specific/Muttrc
5c93eff9622e4911410422b9e27c61dcf4d551c7
[software/mutt-debian.git] / debian / patches / debian-specific / Muttrc
1 # vim:ft=diff
2
3  * 2009-01-15 myon: refreshed for mutt-1.5.19; drop our list of ignored headers
4    in favor of upstream's new unignore list
5
6 --- a/doc/Muttrc.head
7 +++ b/doc/Muttrc.head
8 @@ -12,6 +12,34 @@
9  # Display the fields in this order
10  hdr_order date from to cc subject
11  
12 +# emacs-like bindings
13 +bind editor    "\e<delete>"    kill-word
14 +bind editor    "\e<backspace>" kill-word
15 +
16 +# map delete-char to a sane value
17 +bind editor     <delete>  delete-char
18 +
19 +# some people actually like these settings
20 +#set pager_stop
21 +#bind pager <up> previous-line
22 +#bind pager <down> next-line
23 +
24 +# Specifies how to sort messages in the index menu.
25 +set sort=threads
26 +
27 +# The behavior of this option on the Debian mutt package is
28 +# not the original one because exim4, the default SMTP on Debian
29 +# does not strip bcc headers so this can cause privacy problems;
30 +# see man muttrc for more info
31 +#unset write_bcc
32 +# Postfix and qmail use Delivered-To for detecting loops
33 +unset bounce_delivered
34 +
35 +set mixmaster="mixmaster-filter"
36 +
37 +# System-wide CA file managed by the ca-certificates package
38 +set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
39 +
40  # imitate the old search-body function
41  macro index \eb "<search>~b " "search in message bodies"
42  
43 @@ -23,7 +51,7 @@
44  "call urlview to extract URLs out of a message"
45  
46  # Show documentation when pressing F1
47 -macro generic,pager <F1> "<shell-escape> less @docdir@/manual.txt<Enter>" "show Mutt documentation"
48 +macro generic,pager <F1> "<shell-escape> zcat @docdir@/mutt/manual.txt.gz | sensible-pager<enter>" "show Mutt documentation"
49  
50  # show the incoming mailboxes list (just like "mutt -y") and back when pressing "y"
51  macro index,pager y "<change-folder>?<toggle-mailboxes>" "show incoming mailboxes list"
52 @@ -35,7 +63,7 @@
53  # append-hook \\.gz$ "gzip -c %t >> %f"
54  
55  # If Mutt is unable to determine your site's domain name correctly, you can
56 -# set the default here.
57 +# set the default here. (better: fix /etc/mailname)
58  #
59  # set hostname=cs.hmc.edu
60  
61 @@ -101,6 +129,9 @@
62  attachments   -A message/external-body
63  attachments   -I message/external-body
64  
65 +# enable mime lookup by extension
66 +mime_lookup application/octet-stream
67 +
68  ##
69  ## More settings
70  ##