Mutt | 2 Dec 00:46

[Mutt] #3358: mutt-1.5.20hg: "mutt -s Subj. -a file1 jpr <at> jpr.com < file2" fails!

#3358: mutt-1.5.20hg: "mutt -s Subj. -a file1 jpr <at> jpr.com < file2"  fails!
---------------------+------------------------------------------------------
  Reporter:  jpr     |       Owner:  mutt-dev
      Type:  defect  |      Status:  new     
  Priority:  major   |   Milestone:          
 Component:  mutt    |     Version:          
Resolution:  fixed   |    Keywords:          
---------------------+------------------------------------------------------
 {{{
 Package: mutt
 Version: 1.5.20hg
 Severity: important

 -- Please type your report below this line

 Problem not present in June 1.5.20 release, but it is in the snapshot
 of 1 Dec 2010.

         mutt -s subject -a attach_file jpr <at> jpr.com < message_file

 produces the bogus error

         No recipients specified.

 If the '-a attach_file' option is dropped, there is no problem.

 -- System Information
 System Version: SCO_SV jpradley 5 6.0.0 i386

 -- Build environment information
(Continue reading)

Mutt | 2 Dec 10:27

Re: [Mutt] #3353: From line timestamps printed incorrectly in 1.5.20

#3353: From line timestamps printed incorrectly in 1.5.20
---------------------+------------------------------------------------------
  Reporter:  koitsu  |       Owner:  mutt-dev
      Type:  defect  |      Status:  closed  
  Priority:  minor   |   Milestone:          
 Component:  mutt    |     Version:  1.5.20  
Resolution:  fixed   |    Keywords:          
---------------------+------------------------------------------------------
Changes (by werner):

 * cc: werner@… (added)

Comment:

 Please where can I find the fix. Please note that I've checked the
 ChangeLog ... and nothing found.

--

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

Peter Rosin | 3 Dec 15:36
Picon
Picon
Picon
Favicon
Gravatar

[PATCH] Output %p as unsigned in the bundled snprintf

# HG changeset patch
# User Peter Rosin <peda <at> lysator.liu.se>
# Date 1259848228 -3600
# Branch HEAD
# Node ID 1f1c206dd2188435f5d4075bce392ca2ad842054
# Parent  6928f522ac488caa40bdf3ea5dfff8971bb2819d
Output %p as unsigned in the bundled snprintf.

diff -r 6928f522ac48 -r 1f1c206dd218 snprintf.c
--- a/snprintf.c	Sat Nov 14 14:31:35 2009 -0800
+++ b/snprintf.c	Thu Dec 03 14:50:28 2009 +0100
@@ -340,6 +340,7 @@
  	fmtstr (buffer, &currlen, maxlen, strvalue, flags, min, max);
  	break;
        case 'p':
+	flags |= DP_F_UNSIGNED;
  	strvalue = va_arg (args, void *);
  	fmtint (buffer, &currlen, maxlen, (long) strvalue, 16, min, max, flags);
  	break;

Mutt | 4 Dec 10:16

Re: [Mutt] #3358: mutt-1.5.20hg: "mutt -s Subj. -a file1

#3358: mutt-1.5.20hg: "mutt -s Subj. -a file1 jpr <at> jpr.com < file2"  fails!
----------------------+-----------------------------------------------------
  Reporter:  jpr      |       Owner:  mutt-dev
      Type:  defect   |      Status:  closed  
  Priority:  major    |   Milestone:          
 Component:  mutt     |     Version:          
Resolution:  invalid  |    Keywords:          
----------------------+-----------------------------------------------------
Changes (by vinc17):

 * cc: vincent@… (added)
  * status:  new => closed
  * resolution:  fixed => invalid

Comment:

 Not a bug. Please look at the "mutt -h" output for usage: you need "--"
 after the last file. IIRC, the old behavior had consistency problems or
 did not allow to attach multiple files by using a wildcard, and that's why
 the behavior has changed.

--

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

Mutt | 7 Dec 11:10

[Mutt] #3359: mutt-1.5.20: segfault when entering an imap folder using db4 and hcache

#3359: mutt-1.5.20: segfault when entering an imap folder using db4 and hcache
--------------------------------------------------+-------------------------
  Reporter:  Pedro Fortuny <pfortuny@…>           |       Owner:  mutt-dev
      Type:  defect                               |      Status:  new     
  Priority:  major                                |   Milestone:          
 Component:  mutt                                 |     Version:          
Resolution:  fixed                                |    Keywords:          
--------------------------------------------------+-------------------------
 {{{
 Package: mutt
 Version: 1.5.20
 Severity: important

 -- Please type your report below this line
 Works OK until I enter an imap folder: logs in OK, but when going to read
 the message headers, dumps a core. Seems db4 related....

 -- System Information
 System Version: NetBSD droog 5.0.1_PATCH NetBSD 5.0.1_PATCH (sdf) #1: Wed
 Nov 18 17:52:24 UTC 2009
 root <at> droog:/var/netbsd/sys/arch/alpha/compile/sdf alpha

 -- 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
(Continue reading)

Brendan Cully | 8 Dec 07:48
Gravatar

Re: [PATCH] Output %p as unsigned in the bundled snprintf

On Thursday, 03 December 2009 at 15:36, Peter Rosin wrote:
> # HG changeset patch
> # User Peter Rosin <peda <at> lysator.liu.se>
> # Date 1259848228 -3600
> # Branch HEAD
> # Node ID 1f1c206dd2188435f5d4075bce392ca2ad842054
> # Parent  6928f522ac488caa40bdf3ea5dfff8971bb2819d
> Output %p as unsigned in the bundled snprintf.

Applied, thanks.

Mutt | 8 Dec 07:58

Re: [Mutt] #3359: mutt-1.5.20: segfault when entering an imap

#3359: mutt-1.5.20: segfault when entering an imap folder using db4 and hcache
--------------------------------------------------+-------------------------
  Reporter:  Pedro Fortuny <pfortuny@…>           |       Owner:  mutt-dev      
      Type:  defect                               |      Status:  infoneeded_new
  Priority:  major                                |   Milestone:                
 Component:  mutt                                 |     Version:                
Resolution:  fixed                                |    Keywords:                
--------------------------------------------------+-------------------------
Changes (by brendan):

  * status:  new => infoneeded_new

Old description:

> {{{
> Package: mutt
> Version: 1.5.20
> Severity: important
>
> -- Please type your report below this line
> Works OK until I enter an imap folder: logs in OK, but when going to read
> the message headers, dumps a core. Seems db4 related....
>

> -- System Information
> System Version: NetBSD droog 5.0.1_PATCH NetBSD 5.0.1_PATCH (sdf) #1: Wed
> Nov 18 17:52:24 UTC 2009
> root <at> droog:/var/netbsd/sys/arch/alpha/compile/sdf alpha
>
> -- Build environment information
(Continue reading)

Mutt | 8 Dec 08:08

Re: [Mutt] #3356: --with--ssl compilation fails with newer openssl

#3356: --with--ssl compilation fails with newer openssl
---------------------+------------------------------------------------------
  Reporter:  prlw1   |       Owner:  mutt-dev
      Type:  defect  |      Status:  closed  
  Priority:  major   |   Milestone:          
 Component:  crypto  |     Version:          
Resolution:  fixed   |    Keywords:          
---------------------+------------------------------------------------------
Changes (by Patrick Welche <prlw1@…>):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 (In [1cf34ea1f128]) STACK* is not defined with newer SSL, use STACK_OF
 instead.
 Closes #3356.

--

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

Mutt | 8 Dec 08:18

Re: [Mutt] #3354: Please support downloading fewer headers via IMAP

#3354: Please support downloading fewer headers via IMAP
-------------------------+--------------------------------------------------
 Reporter:  josh         |       Owner:  mutt-dev
     Type:  enhancement  |      Status:  new     
 Priority:  minor        |   Milestone:          
Component:  mutt         |     Version:          
 Keywords:               |  
-------------------------+--------------------------------------------------
Changes (by brendan):

  * priority:  major => minor
  * type:  defect => enhancement

Comment:

 There's no harm in requesting fields like Lines -- if the messages lack
 the field, there's no overhead. The other fields requested are used for
 various flags in the index, and while some could be removed for some
 sorting modes and index formats, mutt would then have to handle fetching
 them if the format or sort mode changed.

 I agree wholeheartedly that it's good to reduce the amount of data mutt
 must download to open a mailbox, but this kind of filtering is, I think,
 pretty small potatoes. We'd get a much, much bigger win out of fetching
 only the headers required to display whatever's currently on screen.
 That's also a fairly big change, but I think it was done before as an
 experimental patch that unfortunately bitrotted.

--

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3354#comment:1>
(Continue reading)

Brendan Cully | 8 Dec 09:00
Gravatar

mutt: 2 new changesets

2 new changesets in mutt:

http://dev.mutt.org/hg/mutt/rev/1cf34ea1f128
changeset:   6031:1cf34ea1f128
branch:      HEAD
tag:         tip
user:        Patrick Welche <prlw1 <at> cam.ac.uk>
date:        Mon Dec 07 23:08:47 2009 -0800
summary:     STACK* is not defined with newer SSL, use STACK_OF instead.

http://dev.mutt.org/hg/mutt/rev/fc9563de3dcb
changeset:   6030:fc9563de3dcb
branch:      HEAD
user:        Peter Rosin <peda <at> lysator.liu.se>
date:        Mon Dec 07 22:46:18 2009 -0800
summary:     Output %p as unsigned in the bundled snprintf

--

-- 
Repository URL: http://dev.mutt.org/hg/mutt


Gmane