Your message dated Sun, 13 Sep 2009 21:02:25 +0000
with message-id <[email protected]>
and subject line Bug#393926: fixed in mutt 1.5.20-3
has caused the Debian Bug report #393926,
regarding Please make the internal viewer open diffs and/or text/*
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
393926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393926
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mutt
Version: 1.5.13-1
Severity: wishlist

        Hi,

 I use set implicit_autoview, and not auto_view.  When I receive
 text/x-diff inline attachments, these are not shown in the viewer.  The
 description of implicit_autoview is:
     If  set  to  “yes”,  mutt will look for a mailcap entry with the
     copiousoutput flag set for every MIME attachment it doesn’t havean
     internal viewer defined for.
 So I suppose the internal viewer should simply handle text/*, or at
 least text/x-diff.

 To workaround this problem, I added the following entry in my
 ~/.mailcap:
    text/x-diff;            cat %s ; copiousoutput

    Bye,

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages mutt depends on:
ii  libc6                   2.3.6.ds1-6      GNU C Library: Shared libraries
ii  libdb4.4                4.4.20-8         Berkeley v4.4 Database Libraries [
ii  libgnutls13             1.4.4-2          the GNU TLS library - runtime libr
ii  libidn11                0.6.5-1          GNU libidn library, implementation
ii  libncursesw5            5.5-4            Shared libraries for terminal hand
ii  libsasl2                2.1.19.dfsg1-0.5 Authentication abstraction library
ii  postfix [mail-transport 2.3.3-3          A high-performance mail transport 

Versions of packages mutt recommends:
ii  locales                      2.3.6.ds1-6 GNU C Library: National Language (
ii  mime-support                 3.37-1      MIME files 'mime.types' & 'mailcap

-- no debconf information

-- 
Loïc Minier <[email protected]>


--- End Message ---
--- Begin Message ---
Source: mutt
Source-Version: 1.5.20-3

We believe that the bug you reported is fixed in the latest version of
mutt, which is due to be installed in the Debian FTP archive:

mutt-dbg_1.5.20-3_i386.deb
  to pool/main/m/mutt/mutt-dbg_1.5.20-3_i386.deb
mutt-patched_1.5.20-3_i386.deb
  to pool/main/m/mutt/mutt-patched_1.5.20-3_i386.deb
mutt_1.5.20-3.diff.gz
  to pool/main/m/mutt/mutt_1.5.20-3.diff.gz
mutt_1.5.20-3.dsc
  to pool/main/m/mutt/mutt_1.5.20-3.dsc
mutt_1.5.20-3_i386.deb
  to pool/main/m/mutt/mutt_1.5.20-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Antonio Radici <[email protected]> (supplier of updated mutt package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 13 Sep 2009 18:34:48 +0100
Source: mutt
Binary: mutt mutt-patched mutt-dbg
Architecture: source i386
Version: 1.5.20-3
Distribution: unstable
Urgency: low
Maintainer: Christoph Berg <[email protected]>
Changed-By: Antonio Radici <[email protected]>
Description: 
 mutt       - text-based mailreader supporting MIME, GPG, PGP and threading
 mutt-dbg   - debugging symbols for mutt
 mutt-patched - the Mutt Mail User Agent with extra patches
Closes: 393926 474194 532510 533370 533442 533520 535096 537818 538128 539974 
541360 542817 542910 543467 544180 544794 545876
Changes: 
 mutt (1.5.20-3) unstable; urgency=low
 .
   [ Adeodato Simó ]
   * Remove myself from Uploaders.
 .
   [ Antonio Radici ]
   * debian/patches:
     + features/ifdef: fixed a typo (Closes: 539974)
     + features/compressed-folders: removed any reference to DefaultMagic
       (Closes: 541360)
     + debian-specific/Muttrc: correctly state that exim4 does not strip Bcc:
       headers (Closes: 474194)
     + upstream/544180-italian-yesorno.patch: fixing a problem in the italian
       translation of a multichoice string (Closes: 544180)
     + upstream/543467-thread-segfault.patch: patch to prevent mutt from
       segfaulting when Ctrl+R is hit on malformed messages (Closes: 543467)
     + upstream/393926-internal-viewer.patch: display any text/* part with the
       internal viewer (Closes: 393926)
     + upstream/538128-mh-folder-access.patch: MH dirs are now correctly
       parsed (Closes: 538128)
     + upstream/537818-emptycharset.patch: handling empty charsets without
       segfaulting (Closes: 537818)
     + upstream/535096-pop-port.patch: allow a user to specify a port for a pop
       connection, as it was before 1.5.20 (Closes: 535096)
     + upstream/542910-search-segfault.patch: fixes a bug in search which caused
       a segfault (Closes: 542910)
     + upstream/533370-pgp-inline.patch: inline pgp messages now displayed
       correctly even if pgp_auto_decode is set (Closes: 533370)
     + upstream/533520-signature-highlight.patch: fixed a problem in signature
       hightlighting if text_flowed was set to 'yes' (Closes: 533520)
     + upstream/542817-smimekeys-tmpdir.patch: smime_keys.pl will skip tmpdir
       if it contains '=' (Closes: 542817)
     + upstream/544794-smtp-batch.patch: mutt won't ask for a password if
       smtp_user and smtp_pass are set in .muttrc (Closes: 544794)
     + mutt-patched/sidebar-newonly: integrating Steve Kemp's patch to 
optionally
       select folders with new mails only (Closes: 532510)
   * debian/control:
     + Standards-Version bumped to 3.8.3
   * debian/extra/lib/mailto-mutt: patch from madduck@ to correctly handle the
     way mutt is parsing the command line now (Closes: 545876)
 .
   [ Christoph Berg ]
   * Recommend default-mta instead of exim4 (Closes: 533442)
   * Remove redudant hard-coded libgpgme11 from Recommends.
Checksums-Sha1: 
 ca6be7e9d466bb516409c22d5c1ebf6ae3002b1a 1397 mutt_1.5.20-3.dsc
 00569ef629c2558fa404ca28db4bb1f18ff10fca 153494 mutt_1.5.20-3.diff.gz
 93a3a3d909b5899b002d696b100d2b43fb694f6b 2026106 mutt_1.5.20-3_i386.deb
 7b7a528593b0fe165f3fc6256f66233ac8e970fd 381910 mutt-patched_1.5.20-3_i386.deb
 53bf2ef1e34ed0f757ac5ec954428b5b1c63a32e 1374436 mutt-dbg_1.5.20-3_i386.deb
Checksums-Sha256: 
 f3b00d76f904af19b3585a93c3af4b16574cab8bf073623a7ad324f3c6fb59c6 1397 
mutt_1.5.20-3.dsc
 2c1bc416c94b8439f20ef9833605312e9d9fe59b60ea3c7de8f072db9f87599e 153494 
mutt_1.5.20-3.diff.gz
 6aba93f041f2c842fd6eb6669d93b3a7b06ae2fd5826ab9cfe3b4a05b942e24a 2026106 
mutt_1.5.20-3_i386.deb
 6e951a5df900e8b6940bb3e8bc221a99e1ad5ca0226c677504c0a8a9c1926d0d 381910 
mutt-patched_1.5.20-3_i386.deb
 444cf580fc0d0a27c7f604d51a74a81ab80bc8f499a987bc399e5ecbf929a05d 1374436 
mutt-dbg_1.5.20-3_i386.deb
Files: 
 c059c60313365faca07ecf577fc83478 1397 mail standard mutt_1.5.20-3.dsc
 9db8d54ff6edeb801709c40ea4d01871 153494 mail standard mutt_1.5.20-3.diff.gz
 7301e12bea2de732098bf005cabbcbcd 2026106 mail standard mutt_1.5.20-3_i386.deb
 32c1d40fd27c840f75fe5632ebfea9bb 381910 mail extra 
mutt-patched_1.5.20-3_i386.deb
 ecc382cbce6dfe8c3861a90cb583a27a 1374436 debug extra mutt-dbg_1.5.20-3_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkqtT18ACgkQ6Tq8aae+WrCo8gCfZNyEp/IMca1gNnBmTkj/ZSqP
mK8An0/F516MWn8VapcYUb+MbWB7a5FQ
=bjpS
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to