<<< Date Index >>>     <<< Thread Index >>>

Re: [Mutt] #1223: wish generate Lines: header for Maildir



#1223: wish generate Lines: header for Maildir
------------------------------------------------+---------------------------
  Reporter:  Nikolaus Rath <Nikolaus@xxxxxxxx>  |       Owner:  mutt-dev
      Type:  enhancement                        |      Status:  new     
  Priority:  trivial                            |   Milestone:          
 Component:  maildir                            |     Version:  1.3.28i 
Resolution:                                     |    Keywords:          
------------------------------------------------+---------------------------
Changes (by pdmef):

  * component:  mutt => maildir


Old description:

> {{{
> Package: mutt
> Version: 1.3.28-2
> Severity: normal
>
> -- Please type your report below this line
>
> All e-mails that i have sent and stored via Fcc: don't
> have valid Line: headers in the Fcc: folder. I think this is a bug.
>

>
> -- 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.3.28i (2002-03-13)
> Copyright (C) 1996-2001 Michael R. Elkins and others.
> Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
> Mutt is free software, and you are welcome to redistribute it
> under certain conditions; type `mutt -vv' for details.
>
> System: Linux 2.4.12-xfs (i686) [using ncurses 5.2]
> Compile options:
> -DOMAIN
> -DEBUG
> -HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE
> +USE_FCNTL  -USE_FLOCK
> +USE_POP  +USE_IMAP  -USE_GSS  -USE_SSL  +USE_GNUTLS  +USE_SASL
> +HAVE_REGCOMP  -USE_GNU_REGEX
> +HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET
> +HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM
> +HAVE_PGP  -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_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"
> To contact the developers, please mail to <mutt-dev@xxxxxxxx>.
> To report a bug, please use the flea(1) utility.
>
> patch-1.5.tlr.mx_open_append.2
> patch-1.3.28.cvs.indexsegfault
> patch-1.3.27.bse.xtitles.1
> patch-1.3.26.appoct.3
> patch-1.3.15.sw.pgp-outlook.1
> patch-1.3.27.admcd.gnutls.19
> Md.use_editor
> Md.paths_mutt.man
> Md.muttbug_no_list
> Md.use_etc_mailname
> Md.muttbug_warning
> Md.gpg_status_fd
> patch-1.3.24.rr.compressed.1
> patch-1.3.25.cd.edit_threads.9.1
> patch-1.3.23.1.ametzler.pgp_good_sign
>

> Received: (at submit) by bugs.guug.de; 22 Aug 2003 21:02:24 +0000
> From vincent@xxxxxxxxxx Fri Aug 22 23:02:24 2003
> Received: from iramx1.ira.uni-karlsruhe.de ([141.3.10.80])
>         by trithemius.gnupg.org with esmtp (Exim 3.35 #1 (Debian))
>         id 19qJ3A-0008WL-00
>         for <submit@xxxxxxxxxxxx>; Fri, 22 Aug 2003 23:02:24 +0200
> Received: from i20fw2.iaks.uni-karlsruhe.de ([141.3.32.129]
> helo=avalon.ira.uka.de)
>         by iramx1.ira.uni-karlsruhe.de with esmtp (Exim 3.30 #10
> (Debian))
>         id 19qJ5P-0005b6-00; Fri, 22 Aug 2003 23:04:43 +0200
> Received: from falcon.iaks.uka.de (falcon [172.20.21.46])
>         by avalon.ira.uka.de (8.8.8p2+Sun/8.8.8) with ESMTP id XAA02367;
>         Fri, 22 Aug 2003 23:03:45 +0200 (MET DST)
> From: vincent@xxxxxxxxxx
> Received: from ay (gast1 [172.20.22.84])
>         by falcon.iaks.uka.de (8.11.7+Sun/8.8.8) with ESMTP id
> h7ML3hj21985;
>         Fri, 22 Aug 2003 23:03:43 +0200 (MEST)
> Received: from lefevre by ay with local (Exim 3.36 #1 (Debian))
>         id 19qJ5L-00077S-00; Fri, 22 Aug 2003 23:04:39 +0200
> Subject: mutt-1.5.4i: Add a Lines header when message is read
> To: submit@xxxxxxxxxxxx
> Message-Id: <E19qJ5L-00077S-00@ay>
> Date: Fri, 22 Aug 2003 23:04:40 +0200
>
> Package: mutt
> Version: 1.5.4-1
> Severity: wishlist
>
> -- Please type your report below this line
>
> I would like that once the number of lines is known (e.g. if the message
> has been read), a Lines header should be added to the message if not
> already present. For instance, when opening a message from a maildir
> mailbox, a Lines header could be added to the message and saved at the
> next synchronization. Or when copying a message, a Lines header could
> be added too.
>
> A Lines header is useful when using %l in $index_format and also when
> piping a group of messages (for a line-based filter).
>
> -- 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/powerpc-linux/3.3.1/specs
> Configured with: ../src/configure -v --enable-
> languages=c,c++,java,f77,pascal,objc,ada --prefix=/usr
> --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-
> dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls
> --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu
> --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc --disable-
> multilib powerpc-linux
> Thread model: posix
> gcc version 3.3.1 20030626 (Debian prerelease)
>
> - CFLAGS
> -Wall -pedantic -g -O2
>
> -- Mutt Version Information
>
> Mutt 1.5.4i (2003-03-19)
> Copyright (C) 1996-2002 Michael R. Elkins and others.
> Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
> Mutt is free software, and you are welcome to redistribute it
> under certain conditions; type `mutt -vv' for details.
>
> System: Linux 2.4.18-newpmac (ppc) [using ncurses 5.3] [using libidn
> 0.1.14 (compiled with 0.1.14)]
> Compile options:
> -DOMAIN
> -DEBUG
> -HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE
> +USE_FCNTL  -USE_FLOCK
> +USE_POP  +USE_IMAP  -USE_GSS  +USE_SSL  -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  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET
> +HAVE_LANGINFO_YESEXPR
> +HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID
> +HAVE_GETADDRINFO
> ISPELL="/usr/local/bin/ispell"
> SENDMAIL="/usr/sbin/sendmail"
> MAILPATH="/var/mail"
> PKGDATADIR="/home/lefevre/share/mutt"
> SYSCONFDIR="/home/lefevre/etc"
> EXECSHELL="/bin/sh"
> -MIXMASTER
> To contact the developers, please mail to <mutt-dev@xxxxxxxx>.
> To report a bug, please use the flea(1) utility.
>
> patch-1.3.24.ats.parent_match.1
> patch-1.5.1.vl.savehist.1
>

> >How-To-Repeat:
> >Fix:
> }}}

New description:

 {{{
 Package: mutt
 Version: 1.3.28-2
 Severity: normal

 -- Please type your report below this line

 All e-mails that i have sent and stored via Fcc: don't
 have valid Line: headers in the Fcc: folder. I think this is a bug.



 -- 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.3.28i (2002-03-13)
 Copyright (C) 1996-2001 Michael R. Elkins and others.
 Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
 Mutt is free software, and you are welcome to redistribute it
 under certain conditions; type `mutt -vv' for details.

 System: Linux 2.4.12-xfs (i686) [using ncurses 5.2]
 Compile options:
 -DOMAIN
 -DEBUG
 -HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE
 +USE_FCNTL  -USE_FLOCK
 +USE_POP  +USE_IMAP  -USE_GSS  -USE_SSL  +USE_GNUTLS  +USE_SASL
 +HAVE_REGCOMP  -USE_GNU_REGEX
 +HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET
 +HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM
 +HAVE_PGP  -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_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"
 To contact the developers, please mail to <mutt-dev@xxxxxxxx>.
 To report a bug, please use the flea(1) utility.

 patch-1.5.tlr.mx_open_append.2
 patch-1.3.28.cvs.indexsegfault
 patch-1.3.27.bse.xtitles.1
 patch-1.3.26.appoct.3
 patch-1.3.15.sw.pgp-outlook.1
 patch-1.3.27.admcd.gnutls.19
 Md.use_editor
 Md.paths_mutt.man
 Md.muttbug_no_list
 Md.use_etc_mailname
 Md.muttbug_warning
 Md.gpg_status_fd
 patch-1.3.24.rr.compressed.1
 patch-1.3.25.cd.edit_threads.9.1
 patch-1.3.23.1.ametzler.pgp_good_sign


 Received: (at submit) by bugs.guug.de; 22 Aug 2003 21:02:24 +0000
 From vincent@xxxxxxxxxx Fri Aug 22 23:02:24 2003
 Received: from iramx1.ira.uni-karlsruhe.de ([141.3.10.80])
         by trithemius.gnupg.org with esmtp (Exim 3.35 #1 (Debian))
         id 19qJ3A-0008WL-00
         for <submit@xxxxxxxxxxxx>; Fri, 22 Aug 2003 23:02:24 +0200
 Received: from i20fw2.iaks.uni-karlsruhe.de ([141.3.32.129]
 helo=avalon.ira.uka.de)
         by iramx1.ira.uni-karlsruhe.de with esmtp (Exim 3.30 #10 (Debian))
         id 19qJ5P-0005b6-00; Fri, 22 Aug 2003 23:04:43 +0200
 Received: from falcon.iaks.uka.de (falcon [172.20.21.46])
         by avalon.ira.uka.de (8.8.8p2+Sun/8.8.8) with ESMTP id XAA02367;
         Fri, 22 Aug 2003 23:03:45 +0200 (MET DST)
 From: vincent@xxxxxxxxxx
 Received: from ay (gast1 [172.20.22.84])
         by falcon.iaks.uka.de (8.11.7+Sun/8.8.8) with ESMTP id
 h7ML3hj21985;
         Fri, 22 Aug 2003 23:03:43 +0200 (MEST)
 Received: from lefevre by ay with local (Exim 3.36 #1 (Debian))
         id 19qJ5L-00077S-00; Fri, 22 Aug 2003 23:04:39 +0200
 Subject: mutt-1.5.4i: Add a Lines header when message is read
 To: submit@xxxxxxxxxxxx
 Message-Id: <E19qJ5L-00077S-00@ay>
 Date: Fri, 22 Aug 2003 23:04:40 +0200

 Package: mutt
 Version: 1.5.4-1
 Severity: wishlist

 -- Please type your report below this line

 I would like that once the number of lines is known (e.g. if the message
 has been read), a Lines header should be added to the message if not
 already present. For instance, when opening a message from a maildir
 mailbox, a Lines header could be added to the message and saved at the
 next synchronization. Or when copying a message, a Lines header could
 be added too.

 A Lines header is useful when using %l in $index_format and also when
 piping a group of messages (for a line-based filter).

 -- 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/powerpc-linux/3.3.1/specs
 Configured with: ../src/configure -v --enable-
 languages=c,c++,java,f77,pascal,objc,ada --prefix=/usr
 --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-
 dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls
 --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu
 --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc --disable-
 multilib powerpc-linux
 Thread model: posix
 gcc version 3.3.1 20030626 (Debian prerelease)

 - CFLAGS
 -Wall -pedantic -g -O2

 -- Mutt Version Information

 Mutt 1.5.4i (2003-03-19)
 Copyright (C) 1996-2002 Michael R. Elkins and others.
 Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
 Mutt is free software, and you are welcome to redistribute it
 under certain conditions; type `mutt -vv' for details.

 System: Linux 2.4.18-newpmac (ppc) [using ncurses 5.3] [using libidn
 0.1.14 (compiled with 0.1.14)]
 Compile options:
 -DOMAIN
 -DEBUG
 -HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE
 +USE_FCNTL  -USE_FLOCK
 +USE_POP  +USE_IMAP  -USE_GSS  +USE_SSL  -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  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET
 +HAVE_LANGINFO_YESEXPR
 +HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID
 +HAVE_GETADDRINFO
 ISPELL="/usr/local/bin/ispell"
 SENDMAIL="/usr/sbin/sendmail"
 MAILPATH="/var/mail"
 PKGDATADIR="/home/lefevre/share/mutt"
 SYSCONFDIR="/home/lefevre/etc"
 EXECSHELL="/bin/sh"
 -MIXMASTER
 To contact the developers, please mail to <mutt-dev@xxxxxxxx>.
 To report a bug, please use the flea(1) utility.

 patch-1.3.24.ats.parent_match.1
 patch-1.5.1.vl.savehist.1


 >How-To-Repeat:
 >Fix:
 }}}

--

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/1223#comment:6>
Mutt <http://www.mutt.org/>
The Mutt mail user agent