Re: [Mutt] #1894: $index_format %F %f documented behaviour mismatch
#1894: $index_format %F %f documented behaviour mismatch
Changes (by brendan):
* component: mutt => doc
* milestone: => 1.6
Old description:
> {{{
> Package: mutt
> Version: 1.5.6-0.backpo
> Severity: normal
>
> -- Please type your report below this line
>
> Hello,
>
> I'm using mutt and encountered the following problem:
>
> My .muttrc (which I have stripped down for this test) contains the line
>
> alternates "(trik-news@gmx\.de)"
>
> This is the only line containing "alternates".
>
> I received an email which my pager (with
>
> set index_format="%4C %Z %[%d.%b.%y %H:%M] %-15.15F (%5l) %?M?%M> ?%s"
>
> ) thinks is from me: I stripped that mail down to what I think is a bare
> minimum for a mail, it can be found here:
>
> http://www.trikaliotis.net/mutt2.gz
>
> The mail from "Ravi" shows this behaviour, while the other mail (from
> YErkan) does show correctly.
>
> I don't know what this problem is; I removed the trik-news@xxxxxx from
> the From_ and Return-Path_ lines; if I do that, mutt does not think that
> this mail is from me anymore, but it shows bounce-... as sender, which
> is not correct, either.
>
> If you need more info, feel free to contact me.
>
> Kind regards,
> Spiro.
>
> --
> http://www.trikaliotis.net/
>
> -- System Information
> System Version: Linux mail 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002
> i586 unknown
>
> -- Build environment information
>
> (Note: This is the build environment installed on the system
> muttbug is run on. Information may or may not match the environment
> used to build mutt.)
>
> - gcc version information
> cc
> Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
> gcc version 2.95.4 20011002 (Debian prerelease)
>
> - CFLAGS
> -Wall -pedantic -g -O2
>
> -- Mutt Version Information
>
> Mutt 1.5.6i (2004-02-01)
> Copyright (C) 1996-2002 Michael R. Elkins und andere.
> Mutt übernimmt KEINERLEI GEWÄHRLEISTUNG. Starten Sie `mutt -vv', um
> weitere Details darüber zu erfahren. Mutt ist freie Software.
> Sie können es unter bestimmten Bedingungen weitergeben; starten Sie
> `mutt -vv' für weitere Details.
>
> System: Linux 2.4.18-bf2.4 (i586) [using ncurses 5.2] [using libidn 0.4.1
> (compiled with 0.4.1)]
> Einstellungen bei der Compilierung:
> -DOMAIN
> -DEBUG
> -HOMESPOOL +USE_SETGID +USE_DOTLOCK +DL_STANDALONE
> +USE_FCNTL -USE_FLOCK
> +USE_POP +USE_IMAP +IMAP_EDIT_THREADS -USE_GSS -USE_SSL +USE_GNUTLS
> +USE_SASL +USE_SASL2
> +HAVE_REGCOMP -USE_GNU_REGEX
> +HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET
> +HAVE_CURS_SET +HAVE_META +HAVE_RESIZETERM
> +CRYPT_BACKEND_CLASSIC_PGP +CRYPT_BACKEND_CLASSIC_SMIME
> -CRYPT_BACKEND_GPGME -BUFFY_SIZE -EXACT_ADDRESS -SUN_ATTACHMENT
> +ENABLE_NLS -LOCALES_HACK +COMPRESSED +HAVE_WC_FUNCS
> +HAVE_LANGINFO_CODESET +HAVE_LANGINFO_YESEXPR
> +HAVE_ICONV -ICONV_NONTRANS +HAVE_LIBIDN +HAVE_GETSID
> +HAVE_GETADDRINFO
> ISPELL="/usr/bin/ispell"
> SENDMAIL="/usr/sbin/sendmail"
> MAILPATH="/var/mail"
> PKGDATADIR="/usr/share/mutt"
> SYSCONFDIR="/etc"
> EXECSHELL="/bin/sh"
> MIXMASTER="mixmaster"
> Um die Entwickler zu kontaktieren, schicken Sie bitte
> eine Nachricht (in englisch) an <mutt-dev@xxxxxxxx>.
> Um einen Bug zu melden, verwenden Sie bitte das Programm flea(1).
>
> patch-1.5.3.rr.compressed.1
> patch-1.5.5.1.tt.compat.1-cl
> patch-1.5.5.1.nt.xtitles.3.ab.1
> patch-1.5.4.vk.pgp_verbose_mime
> patch-1.5.4.fw.maildir_inode_sort
> patch-1.3.23.1.ametzler.pgp_good_sign
> patch-1.5.1.cd.edit_threads.9.2
> patch-1.5.3.Md.gpg_status_fd
> patch-1.4.Md.gpg-agent
> patch-1.5.3.Md.etc_mailname_gethostbyname
> 081_nbrown.auth_imap_plain
> Md.use_debian_editor
> Md.muttbug
> patch-1.4.admcd.gnutlsbuild.53d
> patch-1.4.admcd.gnutls.59d
>
> >How-To-Repeat:
> >Fix:
> }}}
New description:
{{{
Package: mutt
Version: 1.5.6-0.backpo
Severity: normal
-- Please type your report below this line
Hello,
I'm using mutt and encountered the following problem:
My .muttrc (which I have stripped down for this test) contains the line
alternates "(trik-news@gmx\.de)"
This is the only line containing "alternates".
I received an email which my pager (with
set index_format="%4C %Z %[%d.%b.%y %H:%M] %-15.15F (%5l) %?M?%M> ?%s"
) thinks is from me: I stripped that mail down to what I think is a bare
minimum for a mail, it can be found here:
http://www.trikaliotis.net/mutt2.gz
The mail from "Ravi" shows this behaviour, while the other mail (from
YErkan) does show correctly.
I don't know what this problem is; I removed the trik-news@xxxxxx from
the From_ and Return-Path_ lines; if I do that, mutt does not think that
this mail is from me anymore, but it shows bounce-... as sender, which
is not correct, either.
If you need more info, feel free to contact me.
Kind regards,
Spiro.
--
http://www.trikaliotis.net/
-- System Information
System Version: Linux mail 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002
i586 unknown
-- Build environment information
(Note: This is the build environment installed on the system
muttbug is run on. Information may or may not match the environment
used to build mutt.)
- gcc version information
cc
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
- CFLAGS
-Wall -pedantic -g -O2
-- Mutt Version Information
Mutt 1.5.6i (2004-02-01)
Copyright (C) 1996-2002 Michael R. Elkins und andere.
Mutt übernimmt KEINERLEI GEWÄHRLEISTUNG. Starten Sie `mutt -vv', um
weitere Details darüber zu erfahren. Mutt ist freie Software.
Sie können es unter bestimmten Bedingungen weitergeben; starten Sie
`mutt -vv' für weitere Details.
System: Linux 2.4.18-bf2.4 (i586) [using ncurses 5.2] [using libidn 0.4.1
(compiled with 0.4.1)]
Einstellungen bei der Compilierung:
-DOMAIN
-DEBUG
-HOMESPOOL +USE_SETGID +USE_DOTLOCK +DL_STANDALONE
+USE_FCNTL -USE_FLOCK
+USE_POP +USE_IMAP +IMAP_EDIT_THREADS -USE_GSS -USE_SSL +USE_GNUTLS
+USE_SASL +USE_SASL2
+HAVE_REGCOMP -USE_GNU_REGEX
+HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET
+HAVE_CURS_SET +HAVE_META +HAVE_RESIZETERM
+CRYPT_BACKEND_CLASSIC_PGP +CRYPT_BACKEND_CLASSIC_SMIME
-CRYPT_BACKEND_GPGME -BUFFY_SIZE -EXACT_ADDRESS -SUN_ATTACHMENT
+ENABLE_NLS -LOCALES_HACK +COMPRESSED +HAVE_WC_FUNCS
+HAVE_LANGINFO_CODESET +HAVE_LANGINFO_YESEXPR
+HAVE_ICONV -ICONV_NONTRANS +HAVE_LIBIDN +HAVE_GETSID
+HAVE_GETADDRINFO
ISPELL="/usr/bin/ispell"
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/usr/share/mutt"
SYSCONFDIR="/etc"
EXECSHELL="/bin/sh"
MIXMASTER="mixmaster"
Um die Entwickler zu kontaktieren, schicken Sie bitte
eine Nachricht (in englisch) an <mutt-dev@xxxxxxxx>.
Um einen Bug zu melden, verwenden Sie bitte das Programm flea(1).
patch-1.5.3.rr.compressed.1
patch-1.5.5.1.tt.compat.1-cl
patch-1.5.5.1.nt.xtitles.3.ab.1
patch-1.5.4.vk.pgp_verbose_mime
patch-1.5.4.fw.maildir_inode_sort
patch-1.3.23.1.ametzler.pgp_good_sign
patch-1.5.1.cd.edit_threads.9.2
patch-1.5.3.Md.gpg_status_fd
patch-1.4.Md.gpg-agent
patch-1.5.3.Md.etc_mailname_gethostbyname
081_nbrown.auth_imap_plain
Md.use_debian_editor
Md.muttbug
patch-1.4.admcd.gnutlsbuild.53d
patch-1.4.admcd.gnutls.59d
>How-To-Repeat:
>Fix:
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/1894#comment:7>