cannot be opened (Closes: 533209)
+ upstream/533459-unmailboxes: fixes the segfault with the unmailboxes
command (Closes: 533459)
- + 533439-mbox-time.patch: do not corrupt the atime/mtime of mboxes when
- opened (Closes: 533439)
+ + upstream/533439-mbox-time.patch: do not corrupt the atime/mtime of
+ mboxes when opened (Closes: 533439)
+ + upstream/531430-imapuser.patch: ask the user for the right information
+ while logging in on IMAP servers (Closes: 531430)
+ added the right copyright misc/smime_keys-manpage.patch
+ mutt-patched/sidebar: refreshed
+ mutt-patched/sidebar-{dotted,sorted} added (Closes: 523774)
Maintainer: Christoph Berg <myon@debian.org>
Uploaders: Adeodato Simó <dato@net.com.org.es>, Antonio Radici <antonio@dyne.org>
Build-Depends: debhelper (>> 7), quilt, automake, gawk, gettext, xsltproc,
- docbook-xml, docbook-xsl, links2, libncurses5-dev, libsasl2-dev, libgnutls-dev,
+ docbook-xml, docbook-xsl, links, libncurses5-dev, libsasl2-dev, libgnutls-dev,
libidn11-dev, zlib1g-dev, libncursesw5-dev, libgdbm-dev, libkrb5-dev, pkg-config,
libgpgme11-dev
Standards-Version: 3.8.1
upstream/533209-mutt_perror.patch
upstream/533459-unmailboxes
upstream/533439-mbox-time.patch
+upstream/531430-imapuser.patch
misc/hyphen-as-minus.patch
#misc/manpage-typos.patch
--- /dev/null
+fixes a problem where the imap->login has the precedence so the user
+is asked with wrong informaton, see upstream #3240
+
+--- a/account.c
++++ b/account.c
+@@ -218,7 +218,7 @@
+ else
+ {
+ snprintf (prompt, sizeof (prompt), _("Password for %s@%s: "),
+- account->flags & M_ACCT_LOGIN ? account->login : account->user,
++ ((account->flags & M_ACCT_LOGIN) && !(account->user)) ? account->login : account->user,
+ account->host);
+ account->pass[0] = '\0';
+ if (mutt_get_password (prompt, account->pass, sizeof (account->pass)))
###
# build a separate mutt-patched package?
-BUILD_PATCHED := yes
+BUILD_PATCHED := no
###
# header cache backend
# HCACHE_DB := bdb