Your message dated Sun, 20 Jul 2008 00:53:18 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#460452: fixed in mutt 1.5.18-3
has caused the Debian Bug report #460452,
regarding please better document the sidebar patch
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.)


-- 
460452: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460452
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: mutt
Version: 1.5.17-2
Severity: minor
Tags: patch

The current documentation for the sidebar patch is only in
/usr/share/doc/mutt/README.Patches. Apparently it is also out of date
wrt
http://www.lunar-linux.org/index.php?option=com_content&task=view&id=44
(the sidebar patch homepage).

The attached patch ships an extra mutt sample configuration file as
/usr/share/doc/mutt/examples/sidebar.muttrc(.gz)?, shamelessly copied
from the above URL. Looking at it, in the spirit of other muttrc
configuration files, it is trivial to understand how to configure
properly the sidebar feature.

At the end of the file there is the various option documentation, still
copied from the above URL. You might consider moving that part to
/usr/share/doc/mutt/README.Patches, bringing the sidebar part of that
file up to date.

TIA,
Cheers.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mutt depends on:
ii  libc6                    2.7-5           GNU C Library: Shared libraries
ii  libgdbm3                 1.8.3-3         GNU dbm database routines (runtime
ii  libgnutls13              2.0.4-1         the GNU TLS library - runtime libr
ii  libidn11                 1.1-1           GNU libidn library, implementation
ii  libncursesw5             5.6+20071215-1  Shared libraries for terminal hand
ii  libsasl2-2               2.1.22.dfsg1-17 Cyrus SASL - authentication abstra

Versions of packages mutt recommends:
ii  locales-all [locales]         2.7-5      GNU C Library: Precompiled locale 
ii  mime-support                  3.40-1     MIME files 'mime.types' & 'mailcap
ii  postfix [mail-transport-agent 2.4.6-4    High-performance mail transport ag

-- no debconf information
diff -Naur mutt-1.5.17.orig/debian/extra/samples/sidebar.muttrc 
mutt-1.5.17/debian/extra/samples/sidebar.muttrc
--- mutt-1.5.17.orig/debian/extra/samples/sidebar.muttrc        1970-01-01 
01:00:00.000000000 +0100
+++ mutt-1.5.17/debian/extra/samples/sidebar.muttrc     2008-01-12 
20:41:39.000000000 +0100
@@ -0,0 +1,74 @@
+# shamelessly copied from
+# http://www.lunar-linux.org/index.php?option=com_content&task=view&id=44
+
+# set up the sidebar, default not visible
+set sidebar_width=12
+set sidebar_visible=no
+set sidebar_delim='|'
+
+# which mailboxes to list in the sidebar
+mailboxes =inbox =ml
+
+# color of folders with new mail
+color sidebar_new yellow default
+
+# ctrl-n, ctrl-p to select next, prev folder
+# ctrl-o to open selected folder
+bind index \CP sidebar-prev
+bind index \CN sidebar-next
+bind index \CO sidebar-open
+bind pager \CP sidebar-prev
+bind pager \CN sidebar-next
+bind pager \CO sidebar-open
+
+# I don't need these. just for documentation purposes. See below.
+# sidebar-scroll-up
+# sidebar-scroll-down
+
+# b toggles sidebar visibility
+macro index b '<enter-command>toggle sidebar_visible<enter>'
+macro pager b '<enter-command>toggle sidebar_visible<enter>'
+
+# Remap bounce-message function to "B"
+bind index B bounce-message
+
+#
+# Mario Holbe suggests:
+# macro index b '<enter-command>toggle sidebar_visible<enter><refresh>'
+# macro pager b '<enter-command>toggle sidebar_visible<enter><redraw-screen>'
+# 
+
+
+# Documentation
+# =============
+#
+# sidebar_width (number)
+# Width of the sidebar.
+# 
+# sidebar_visible (boolean)
+# Whether or not the sidebar is visible.
+# 
+# sidebar_delim (string)
+# Specifies the delimiter between the sidebar and other screens
+# 
+# color sidebar_new [fg] [bg]
+# The foreground (fg) and background (bg) color of folders that contain new
+# mail.
+# 
+# sidebar-prev
+# Mutt's name for the operation that selects the previous folder.
+# 
+# sidebar-next
+# Mutt's name for the operation that selects the next folder.
+# 
+# sidebar-open
+# Mutt's name for the operation that opens the currently selected folder.
+# 
+# sidebar-scroll-up
+# Only useful if you have more folders than lines in your terminal: scrolls one
+# page up through the list of folders.
+# 
+# sidebar-scroll-down
+# Only useful if you have more folders than lines in your terminal: scrolls one
+# page down through the list of folders. 
+#

--- End Message ---
--- Begin Message ---
Source: mutt
Source-Version: 1.5.18-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.18-3_amd64.deb
  to pool/main/m/mutt/mutt-dbg_1.5.18-3_amd64.deb
mutt-patched_1.5.18-3_amd64.deb
  to pool/main/m/mutt/mutt-patched_1.5.18-3_amd64.deb
mutt_1.5.18-3.diff.gz
  to pool/main/m/mutt/mutt_1.5.18-3.diff.gz
mutt_1.5.18-3.dsc
  to pool/main/m/mutt/mutt_1.5.18-3.dsc
mutt_1.5.18-3_amd64.deb
  to pool/main/m/mutt/mutt_1.5.18-3_amd64.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.
Christoph Berg <[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, 20 Jul 2008 01:35:03 +0200
Source: mutt
Binary: mutt mutt-patched mutt-dbg
Architecture: source amd64
Version: 1.5.18-3
Distribution: unstable
Urgency: low
Maintainer: Christoph Berg <[EMAIL PROTECTED]>
Changed-By: Christoph Berg <[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: 460452 469483 489283
Changes: 
 mutt (1.5.18-3) unstable; urgency=low
 .
   * Pull patch from upstream to fix multipart decoding. (Closes: #489283)
   * Add example sidebar config, thanks Stefano Zacchiroli. (Closes: #460452)
   * (Finally) compile with native Kerberos GSSAPI support. (Closes: #469483)
   * Add a switch in debian/rules to make building mutt-patched configurable.
Checksums-Sha1: 
 3e66e2814b99034410207bea1eeea78808d63711 1272 mutt_1.5.18-3.dsc
 468d5fc75a681c34d7c900f5f3f8a32434595c9a 87294 mutt_1.5.18-3.diff.gz
 3252a006d2711aeb2d1e1568be75d256ea29d45e 1978378 mutt_1.5.18-3_amd64.deb
 803ab349ee3f1d2849e2425a1a86a6c82165b09b 396724 mutt-patched_1.5.18-3_amd64.deb
 98d0f438c8d6638a977d97dd84f16dfcc9245d05 1363408 mutt-dbg_1.5.18-3_amd64.deb
Checksums-Sha256: 
 cc87f0ac20803e098bd4b000a0c395a1947c319899e2d761d56e4190cdf6ced3 1272 
mutt_1.5.18-3.dsc
 ae79e4f806d5f0ec02518488c34bc8e79e8e4ccdaf6660b0001224163dd19944 87294 
mutt_1.5.18-3.diff.gz
 3d5a3fe0bf4321935efe45a28b198714ec5198bb95643166e90c169b1fc79d4b 1978378 
mutt_1.5.18-3_amd64.deb
 b886456821e415dddd391eedcc083f0643069f6a6ffce7c96d70f3fecf0d7483 396724 
mutt-patched_1.5.18-3_amd64.deb
 11390ccd339ad1ff16ea3dc65fdbf3f7054bb59e84123aa1a96f6f0ab19e06b8 1363408 
mutt-dbg_1.5.18-3_amd64.deb
Files: 
 ce6e7d95ede815949d31c6a59a22d14f 1272 mail standard mutt_1.5.18-3.dsc
 c9cc62d851918ca4ce74248a1b1b5756 87294 mail standard mutt_1.5.18-3.diff.gz
 17d1c9cbd01c65bc16c28dac9ce0ad25 1978378 mail standard mutt_1.5.18-3_amd64.deb
 aaf2c43eb83392a3ff21ea7cd02b25d7 396724 mail extra 
mutt-patched_1.5.18-3_amd64.deb
 f9be4a050042f0a9a511298e7f779b6f 1363408 mail extra mutt-dbg_1.5.18-3_amd64.deb

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

iEYEARECAAYFAkiCfckACgkQxa93SlhRC1qtOwCg4UdSZREsb5pers9+5GkDZFh8
3lEAoLsxZTRFTts6K8Po1kKWvXz66ZXr
=UUDF
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to