~ubuntu-dev/ubuntu/lucid/mutt/lucid-201002110857

« back to all changes in this revision

Viewing changes to doc/Muttrc.head

  • Committer: Bazaar Package Importer
  • Author(s): Antonio Radici
  • Date: 2009-06-14 20:53:18 UTC
  • mfrom: (1.3.1 upstream)
  • mto: (2.1.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20090614205318-wf0sqy1o3km636li
Tags: 1.5.20-1
* New upstream release, includes the following features:
  + Bounced messages contains From: headers (Closes: 93268)
  + Attachments displayed based on Content-Disposition (Closes: 199709)
  + fcc to a mailbox does not raise the 'new' flag (Closes: 209390)
  + '!' supported as suffix in gpg keys (Closes: 277945)
  + failed attachment saving shows an error message (Closes: 292350)
  + inline signed messages sent honouring $send_charset (Closes: 307819)
  + support for <clear-flag> and <set-flag> in the pager (Closes: 436007)
  + fcc_attach is a quad option (Closes: 478861)
  + Content-Description header not included in reply (Closes: 500766)
  + imap_sync_mailbox fix for a segfault (Closes: 516364)
  + better threading support with particular Message-ID's (Closes: 520735)
  + no crash on IMAP folder refresh (Closes: 528465)
  + undisclosed-recipients not passed in the envelope (Closes: 529090)
* debian/patches/series:
  + commented all references to upstream/*, they should be included in 1.5.20
  + removed debian-specific/529838-gnutls-autoconf.patch, ditto
  + removed misc/manpage-typos.patch, ditto 
  + modified misc/hyphen-as-minus.patch, a big part was integrated upstream
  + features/trash-folder: do not reupload messages to $trash if IMAP is used
    (Closes: #448241)
  + added misc/hg.pmdef.debugtime, see upstream #3263
* debian/control: added DM-Upload-Allowed: yes

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# System configuration file for Mutt
3
3
#
4
4
 
5
 
# default list of header fields to weed when displaying
6
 
#
7
 
ignore "from " received content- mime-version status x-status message-id
8
 
ignore sender references return-path lines
 
5
# Default list of header fields to weed when displaying.
 
6
# Ignore all lines by default...
 
7
ignore *
 
8
 
 
9
# ... then allow these through.
 
10
unignore from: subject to cc date x-mailer x-url user-agent
 
11
 
 
12
# Display the fields in this order
 
13
hdr_order date from to cc subject
9
14
 
10
15
# imitate the old search-body function
11
16
macro index \eb "<search>~b " "search in message bodies"
33
38
#
34
39
# set use_8bitmime
35
40
 
 
41
# Use mime.types to look up handlers for application/octet-stream. Can
 
42
# be undone with unmime_lookup.
 
43
mime_lookup application/octet-stream
 
44
 
36
45
##
37
46
## *** DEFAULT SETTINGS FOR THE ATTACHMENTS PATCH ***
38
47
##