mutt: 6 new changesets

2007-06-10 Thread Brendan Cully
6 new changesets in mutt: http://dev.mutt.org/hg/mutt/rev/50b11beb4265 changeset: 5171:50b11beb4265 branch: HEAD tag: tip user:Brendan Cully <[EMAIL PROTECTED]> date:Sat Jun 09 21:08:38 2007 -0700 summary: Fix quoting for hg sign in build-release http://dev.mutt

[PATCH] clean up minor compiler warnings

2007-06-10 Thread Andrew Gaul
Attached is a patch that cleans up a few minor compiler warnings. charset.c: bogus string concatenation muttlib.c: signedness fix up globals.h, protos.h, rfc822.h: redundant declaration -- Andrew Gaul http://gaul.org/ Index: charset.c =

Re: [PATCH] clean up minor compiler warnings

2007-06-10 Thread Vincent Lefevre
On 2007-06-10 00:22:30 -0700, Andrew Gaul wrote: > Index: muttlib.c > === > RCS file: /home/roessler/cvs/mutt/muttlib.c,v > retrieving revision 3.45 > diff -u -p -r3.45 muttlib.c > --- muttlib.c 2 Jan 2007 17:10:34 - 3.45 > +

[Mutt] #2905: configure script doesn't take care on docdir parameter

2007-06-10 Thread Mutt
#2905: configure script doesn't take care on docdir parameter ''./configure --help'' shows the following: {{{ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] --datadir=DIR read-only architecture-independent data [DATAROOTDIR] --infodir=DIR

Re: [Mutt] #2905: configure script doesn't take care on docdir

2007-06-10 Thread Mutt
#2905: configure script doesn't take care on docdir parameter Comment (by Ag.Hatzimanikas): Using "--with-docdir=/usr/share/doc/mutt" it does for me, but I agree; it has to be the default location. {{{ root:root 644 18013 /usr/share/doc/mutt/GPL root:root 644 6366

Re: wc-funcs and mutt 1.5.16

2007-06-10 Thread Rocco Rutte
Hi, * Jorge Luis Gonzalez [07-06-10 10:03:49 -0400] wrote: I'm trying to compile mutt 1.5.16 on FreeBSD 4.8 STABLE and can't get past the following error pattern.o: In function `mutt_which_case': /usr/home/jorgelg/src/mutt-1.5.16/pattern.c:150: undefined reference to `iswalpha' /usr/home/jo

Re: [ANNOUNCE] mutt 1.5.16 released

2007-06-10 Thread Michael Tatge
Does anybody have an updated trash-folder patch? Michael -- BOFH excuse #400: We are Microsoft. What you are experiencing is not a problem; it is an undocumented feature. PGP-Key-ID: 0xDC1A44DD Jabber: [EMAIL PROTECTED]

Re: [ANNOUNCE] mutt 1.5.16 released

2007-06-10 Thread Vincent Lefevre
On 2007-06-10 16:50:14 +0200, Michael Tatge wrote: > Does anybody have an updated trash-folder patch? Here's a patched version of Cedric Duval's trash-folder patch. -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web: 100% accessible validated (X)HTML - Blog:

Re: [ANNOUNCE] mutt 1.5.16 released

2007-06-10 Thread Jean-Pierre Radley
Brendan Cully typed (on Sat, Jun 09, 2007 at 09:03:59PM -0700): | It's that time again. I think line 165 of curs_lib.c, which reads if (mutt_system (cmd)) should instead be: if (mutt_system (cmd) == -1) Otherwise, after composing a message and exiting the editor, one gets an

Re: [ANNOUNCE] mutt 1.5.16 released

2007-06-10 Thread Vincent Lefevre
On 2007-06-10 16:27:39 -0400, Jean-Pierre Radley wrote: > Brendan Cully typed (on Sat, Jun 09, 2007 at 09:03:59PM -0700): > | It's that time again. > > I think line 165 of curs_lib.c, which reads > > if (mutt_system (cmd)) > > should instead be: > > if (mutt_system (cmd) == -1