Corrupt time in From_

2009-11-08 Thread Jean-Pierre Radley
Mutt 1.5.20. The minutes field in the From_ line is corrupt. The tens position of the minutes field appears blank on every message. For example, a message shows: Date: Mon, 02 Nov 2009 08:53:28 +0100 From Mon Nov 2 02: 3:54 2009 The local time shows as "02: 3:54" instead of "0

Re: Corrupt time in From_

2009-11-08 Thread Jean-Pierre Radley
Patrick Shanahan typed (on Sun, Nov 08, 2009 at 04:05:39PM -0500): | * Jean-Pierre Radley [11-08-09 15:45]: | > Mutt 1.5.20. | > | > The minutes field in the From_ line is corrupt. | > The tens position of the minutes field appears blank on every message. | > | > For exampl

Re: Corrupt time in From_

2009-11-10 Thread Jean-Pierre Radley
Rado S typed (on Mon, Nov 09, 2009 at 10:47:44AM +0100): | Moin, | | =- Jean-Pierre Radley wrote on Sun 8.Nov'09 at 17:50:09 -0500 -= | | > Patrick Shanahan typed (on Sun, Nov 08, 2009 at 04:05:39PM -0500): | > | > The minutes field in the From_ line is corrupt. | > | > The

Re: Corrupt time in From_

2009-11-11 Thread Jean-Pierre Radley
Cameron Simpson typed (on Thu, Nov 12, 2009 at 07:23:49AM +1100): | On 10Nov2009 16:06, Jean-Pierre Radley wrote: | | | > | From owner-mutt-dev+m11954=ptilopteri=gmail@mutt.org Sun Nov 8 15: 5:33 2009 | | But I'm curious: wha

Re: [Mutt] #3400: mailto url support should be documented

2010-04-02 Thread Jean-Pierre Radley
Mutt typed (on Fri, Apr 02, 2010 at 10:18:41PM -): | #3400: mailto url support should be documented | ---+ | Reporter: pweis | Owner: pdmef | Type: task | Status: new | Priority: minor | Miles

Re: [Mutt] #3453: mutt-1.5.18: wrap line as they can be selected with a double click

2010-09-25 Thread Jean-Pierre Radley
Derek Martin typed (on Sat, Sep 25, 2010 at 05:00:41PM -0500): | On Sat, Sep 25, 2010 at 08:15:44AM -0400, Thomas Dickey wrote: | > >However, when I view the source code in vim or with less, double | > >clicking *does* select the wrapped portion. | > | > vim doesn't use curses (it's a termcap appl

purging mailboxes

2011-01-28 Thread Jean-Pierre Radley
I have a situation where some scripts run by root's crontab send messages to certain users. The scripts also save a copy of each sent message in the mailbox /Mail/SAVE. >From time to time, someone logged in as root needs to open that mailbox to delete some saved copies lest the mailbox's size exp

Re: mutt 1.5.20

2013-02-26 Thread Jean-Pierre Radley
Darfeuille.Pierre typed (on Tue, Feb 26, 2013 at 03:23:47PM +0100): | Hello | I just installed this version of mutt for OSR 5 and that compiles with | option - enable smtp How do you know that it such an option is valid? When you run mutt and hit F1 for all the help, is there any mention of smtp?

man page

2007-03-07 Thread Jean-Pierre Radley
Under mutt-1.5.14, 'make' does not install a man page. -- JP ==> http://www.frappr.com/cusm <==

Re: man page

2007-03-07 Thread Jean-Pierre Radley
Brendan Cully typed (on Wed, Mar 07, 2007 at 12:36:22PM -0800): | On Wednesday, 07 March 2007 at 15:22, Jean-Pierre Radley wrote: | > Under mutt-1.5.14, 'make' does not install a man page. | | works here, but only when I run 'make install' Sorry for the ellipsis, but I

Re: man page

2007-03-07 Thread Jean-Pierre Radley
Brendan Cully typed (on Wed, Mar 07, 2007 at 01:51:59PM -0800): | On Wednesday, 07 March 2007 at 16:30, Jean-Pierre Radley wrote: | > Brendan Cully typed (on Wed, Mar 07, 2007 at 12:36:22PM -0800): | > | On Wednesday, 07 March 2007 at 15:22, Jean-Pierre Radley wrote: | > | > Under

Re: [ANNOUNCE] mutt-1.5.15 released

2007-04-06 Thread Jean-Pierre Radley
Brendan Cully typed (on Fri, Apr 06, 2007 at 02:17:45PM -0700): | Mutt 1.5.15 has just been released, at: | | ftp://ftp.mutt.org/pub/mutt/devel/mutt-1.5.15.tar.gz For configure.guess to discern that one is running SCO OpenServer 6, please change its line 979 from i?86:*:5:[78]*) to i?8

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-13 Thread Jean-Pierre Radley
Vincent Lefevre typed (on Mon, Jun 11, 2007 at 03:13:44AM +0200): | 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 |

Re: [ANNOUNCE] mutt 1.5.16 released

2007-06-15 Thread Jean-Pierre Radley
Vincent Lefevre typed (on Fri, Jun 15, 2007 at 04:42:18PM +0200): | On 2007-06-15 08:19:15 -0400, Derek Martin wrote: | > On Thu, Jun 14, 2007 at 02:01:21AM +0200, Vincent Lefevre wrote: | > > If your vi regards something like a failed pattern search as an error, | > > you have to accept that. | >

Re: Mutt 1.5.16 editor exit status brain damage

2007-06-16 Thread Jean-Pierre Radley
Derek Martin typed (on Sat, Jun 16, 2007 at 01:03:47PM -0400): | | It does not apply to other system commands, because: | | - The standards assume that "standard utilities" have a non-zero | exit status when an error condition has occured Depends on the command. My man page for grep|egrep|

Re: Mutt 1.5.16 editor exit status brain damage

2007-06-16 Thread Jean-Pierre Radley
Holger Weiss typed (on Sat, Jun 16, 2007 at 10:34:16PM +0200): | * Jean-Pierre Radley <[EMAIL PROTECTED]> [2007-06-16 15:33]: | > Derek Martin typed (on Sat, Jun 16, 2007 at 01:03:47PM -0400): | > | It does not apply to other system commands, because: | > | | > | - The sta

mailbox being modified

2007-07-27 Thread Jean-Pierre Radley
SCO OpenServer 6.0.0. Mutt 1.5.16 Something started happening a few days ago, and only for one particular login for which I've always kept a screen open running mutt. I leave that screen, and come back a bit later. If I see a notice that new messages have arrived, I down-arrow to see them. They

Re: mailbox being modified

2007-07-28 Thread Jean-Pierre Radley
Aron Griffis typed (on Sat, Jul 28, 2007 at 08:08:58AM -0400): | Jean-Pierre Radley wrote: [Sat Jul 28 2007, 12:41:18AM EDT] | > I'm really scratching my head trying to find out how the mailbox could be | > modified. | | What storage format? Is the mail stored locally to the ma

Re: mailbox being modified

2007-07-31 Thread Jean-Pierre Radley
Jean-Pierre Radley typed (on Sat, Jul 28, 2007 at 12:41:18AM -0400): | SCO OpenServer 6.0.0. | Mutt 1.5.16 | | Something started happening a few days ago, and only for one particular | login for which I've always kept a screen open running mutt. | | I leave that screen, and come back a bit

Abnormal size display

2008-05-18 Thread Jean-Pierre Radley
Mutt 1.5.18 Here's part of a display of directory /usr: 8 drwxr-xr-x 2 backup backup 0.1K Nov 08 2005 backup/ 9 drwxr-xr-x 6 root sysdK May 02 13:23 bin/ 10 drwxr-xr-x 5 bin bin 0.1K Nov 08 2005 ccs/ The listing

Re: Abnormal size display

2008-05-18 Thread Jean-Pierre Radley
Paul Walker typed (on Sun, May 18, 2008 at 11:50:16PM +0100): | On Sun, May 18, 2008 at 05:10:22PM -0400, Jean-Pierre Radley wrote: | | > Why would the directory size, 38416, be represented by mutt as dK ? | | Bit difficul to say, based just on that. Out of interest, which mutt | version,

Re: Abnormal size display

2008-05-18 Thread Jean-Pierre Radley
Paul Walker typed (on Mon, May 19, 2008 at 12:32:37AM +0100): | Hm. It obviously only applies to certain sizes, because the 0.1K comes out | okay. Do you have the ability to build and run your own mutt binary on that | system, and/or is gdb installed...? I've been compiling mutt for more years th

Re: Abnormal size display

2008-05-20 Thread Jean-Pierre Radley
Oswald Buddenhagen typed (on Mon, May 19, 2008 at 08:08:57AM +0200): | On Sun, May 18, 2008 at 07:47:11PM -0400, Jean-Pierre Radley wrote: | > Paul Walker typed (on Mon, May 19, 2008 at 12:32:37AM +0100): | > | mutt_pretty_size in muttlib.c seems to be the main place where siz