mutt: 4 new changesets

2007-03-21 Thread Brendan Cully
4 new changesets in mutt: http://dev.mutt.org/hg/mutt/rev/b0172175cc89 changeset: 5011:b0172175cc89 tag: tip user:Miroslav Lichvar [EMAIL PROTECTED] date:Tue Mar 20 13:39:29 2007 -0700 summary: Make BUFFY_SIZE a runtime switch ($check_mbox_size)

Re: crash in update_index()

2007-03-21 Thread Thomas Roessler
On 2007-03-21 19:59:27 +0900, YONETANI Tomokazu wrote: I've been experiencing mutt segfaults when I open a Maildir folder and leave it a while. I'm using some simple limit pattern, and the sorting is set to other than threads. New messages are delivered to this folder through procmail.

[PATCH] f=f handler: Re-add space between quotes and text

2007-03-21 Thread Rocco Rutte
--- rfc3676.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/rfc3676.c b/rfc3676.c index 78849c3..992bb47 100644 --- a/rfc3676.c +++ b/rfc3676.c @@ -129,6 +129,8 @@ static void print_flowed_line (const char *line, STATE *s, int ql) } print_indent (ql, s); +

Re: [PATCH] Make f=f handler behave like old f=f handler for

2007-03-21 Thread Paul Walker
On Tue, Mar 20, 2007 at 07:50:40PM +, Rocco Rutte wrote: Well, some mutt docs say that when adding new features, the old should be default. Adding spaces back by force is a one liner. I can do that if it's I'm confused here. The $indent_string variable should control what the quoting

Re: [PATCH] Generate menu binding documentation from functions.h

2007-03-21 Thread Christoph Berg
# HG changeset patch # User Christoph Berg [EMAIL PROTECTED] # Date 1174485130 -3600 # Node ID 50e1b17e9ef63a90762c5c2f1d45d5c79681d2b2 # Parent b0172175cc892f982aacc5f930ab58da418dcf6b Pipe functions.h through cpp -C for the manual generation; factor out makedoc-defs.h from init.h for use in

Re: [PATCH] Remove absolute paths from gpg.rc

2007-03-21 Thread Oswald Buddenhagen
On Wed, Mar 21, 2007 at 12:27:10AM +, Dave wrote: On Tue, Mar 20, 2007 at 12:14:17PM +0100, Oswald Buddenhagen wrote: otoh, most users *are* idiots (yes, even the unix users - Idiots have the right (a) to exist, and (b) not to have decisions that are rightfully theirs stolen by a

Re: [PATCH] Remove absolute paths from gpg.rc

2007-03-21 Thread Paul Walker
This thread seems to be getting a bit personal in places. Can people please keep the discussion related to mutt (or at least security)...? -- Paul signature.asc Description: Digital signature

Re: [PATCH] Make f=f handler behave like old f=f handler for

2007-03-21 Thread Rocco Rutte
Hi, * Kyle Wheeler [07-03-21 08:11:31 -0600] wrote: On Wednesday, March 21 at 01:51 PM, quoth Paul Walker: Well, some mutt docs say that when adding new features, the old should be default. Adding spaces back by force is a one liner. I can do that if it's I'm confused here. The

Re: [PATCH] Add $umask for mailboxes and attachments

2007-03-21 Thread Oswald Buddenhagen
On Sat, Mar 17, 2007 at 10:12:07AM -0400, Derek Martin wrote: On Sat, Mar 17, 2007 at 02:50:33PM +0100, Oswald Buddenhagen wrote: in short, all this stuff is discussing securing the door of a blown-up house. mutt is just one application. if umask (or the ~/ mode) or PATH are not set

Re: [PATCH] Make mutt_FormatString multibyte aware

2007-03-21 Thread Rocco Rutte
Hi, * TAKAHASHI Tamotsu [07-03-20 00:22:06 +0900] wrote: FYI, I have been using my FormatString for a while. The patch is attached. I hope you can see what I mean with it. But please note this is not ready for inclusion. I am not a multibyte expert either. Since I think at least we two want

Re: [PATCH] Remove absolute paths from gpg.rc

2007-03-21 Thread Dave
On Wed, Mar 21, 2007 at 01:49:45PM +0100, Vincent Lefevre wrote: On 2007-03-21 00:27:10 +, Dave wrote: On Tue, Mar 20, 2007 at 12:14:17PM +0100, Oswald Buddenhagen wrote: On Tue, Mar 20, 2007 at 07:28:36AM +, Dave wrote: On Mon, Mar 19, 2007 at 11:51:37PM -0400, Derek Martin

Re: [PATCH] Remove absolute paths from gpg.rc

2007-03-21 Thread Oswald Buddenhagen
On Wed, Mar 21, 2007 at 02:57:25PM +, Paul Walker wrote: This thread seems to be getting a bit personal in places. Can people please keep the discussion related to mutt (or at least security)...? well, i expected somebody to say something like that. actually, the one calling me

Re: [PATCH] Remove absolute paths from gpg.rc

2007-03-21 Thread Oswald Buddenhagen
On Wed, Mar 21, 2007 at 03:35:18PM +, Dave wrote: How about runtime options having two shadow compile-time options, default-blah and force-blah? Normally, a sysadmin would only set default-blah options (or none at all, ideally), but when a sysadmin decides to pursue the boobietrap

[PATCH (corrected)] f=f handler: Re-add space between quotes and text

2007-03-21 Thread Rocco Rutte
--- This differs from the last patch that it doesn't add the space when making up replies, i.e. it does it for display only. The original version I dropped the spaces from had this, too. rfc3676.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/rfc3676.c b/rfc3676.c

Re: [PATCH (corrected)] f=f handler: Re-add space between quotes

2007-03-21 Thread Brendan Cully
On Wednesday, 21 March 2007 at 10:25, Kyle Wheeler wrote: On Wednesday, March 21 at 04:18 PM, quoth Rocco Rutte: This differs from the last patch that it doesn't add the space when making up replies, i.e. it does it for display only. The original version I dropped the spaces from had this,

$indent_string (Re: [PATCH] Make f=f handler behave like old f=f handler for)

2007-03-21 Thread Oswald Buddenhagen
On Wed, Mar 21, 2007 at 01:51:24PM +, Paul Walker wrote: The $indent_string variable should control what the quoting string is. on that matter ... from the muttrc manual: You are strongly encouraged not to change this value, as it tends to agitate the more fanatical netizens. i think i

Re: [PATCH (corrected)] f=f handler: Re-add space between quotes

2007-03-21 Thread Kyle Wheeler
On Wednesday, March 21 at 09:28 AM, quoth Brendan Cully: On Wednesday, 21 March 2007 at 10:25, Kyle Wheeler wrote: On Wednesday, March 21 at 04:18 PM, quoth Rocco Rutte: This differs from the last patch that it doesn't add the space when making up replies, i.e. it does it for display only. The

Re: [PATCH] Remove absolute paths from gpg.rc

2007-03-21 Thread Dave
On Wed, Mar 21, 2007 at 03:51:02PM +0100, Oswald Buddenhagen wrote: On Wed, Mar 21, 2007 at 12:27:10AM +, Dave wrote: On Tue, Mar 20, 2007 at 12:14:17PM +0100, Oswald Buddenhagen wrote: otoh, most users *are* idiots (yes, even the unix users - Idiots have the right (a) to exist,

Re: [PATCH] Make mutt_FormatString multibyte aware

2007-03-21 Thread Christian Ebert
* TAKAHASHI Tamotsu on Tuesday, March 20, 2007 at 00:22:06 +0900: FYI, I have been using my FormatString for a while. The patch is attached. As a feedback: with this patch applied Mutt doesn't freeze when trying to read Message-ID: [EMAIL PROTECTED] from this list, in utf-8 environment (even

Re: [PATCH] Add $umask for mailboxes and attachments

2007-03-21 Thread Brendan Cully
On Wednesday, 21 March 2007 at 18:37, Oswald Buddenhagen wrote: On Wed, Mar 21, 2007 at 10:19:06AM -0700, Brendan Cully wrote: So how about the following strategy for $umask: 1. I back out my patch 2. we save the existing $umask when setting it to 077 in main 3. we temporarily

[PATCH] Mention $timeout in the $mail_check documentation

2007-03-21 Thread Christoph Berg
# HG changeset patch # User Christoph Berg [EMAIL PROTECTED] # Date 1174518274 -3600 # Node ID 5d6e82a70c8b4b59313e6f68229c887519459afa # Parent 15d485b319bfe55a5dd4133f20d54af4c96e46fe Mention $timeout in the $mail_check documentation and vice versa (Debian #385456). diff -r 15d485b319bf -r

Re: [PATCH] Remove absolute paths from gpg.rc

2007-03-21 Thread Dave
On Wed, Mar 21, 2007 at 08:18:52PM +0100, Oswald Buddenhagen wrote: On Wed, Mar 21, 2007 at 05:32:55PM +, Dave wrote: On Wed, Mar 21, 2007 at 03:51:02PM +0100, Oswald Buddenhagen wrote: this is silly. everbody makes mistakes. That doesn't matter. The user is in charge of deciding

Re: [PATCH] Remove absolute paths from gpg.rc

2007-03-21 Thread Oswald Buddenhagen
On Wed, Mar 21, 2007 at 11:07:46PM +, Dave wrote: On Wed, Mar 21, 2007 at 08:18:52PM +0100, Oswald Buddenhagen wrote: the sillier the thing, the stronger the guide should be. simple principle. You're working on a sliding scale here. Sliding scales are never simple without a mapping

Re: [OT] ideals 'n stuff (Re: [PATCH] Remove absolute paths from

2007-03-21 Thread Oswald Buddenhagen
On Thu, Mar 22, 2007 at 12:26:15AM +, Paul Walker wrote: On Wed, Mar 21, 2007 at 11:06:32PM +0100, Oswald Buddenhagen wrote: preferably skip over it if you are not interested in discussing world security policy. Or you could take it off-list...? yes ... but as it started here ... i