Re: [PATCH] fix indent_string handling with format=flowed

2007-10-16 Thread Rocco Rutte
Hi, * Johannes Stezenbach [07-10-16 14:54:05 +0200] wrote: On Tue, Oct 16, 2007, Rocco Rutte wrote: * Johannes Stezenbach [07-10-15 23:46:23 +0200] wrote: 2. reply to a format=fixed mail: just add '> ', not '>' (sub optimal but IMHO correct according to RFC 3676 -- since the lines are fi

Re: [PATCH] fix indent_string handling with format=flowed

2007-10-16 Thread Johannes Stezenbach
Hi, On Tue, Oct 16, 2007, Rocco Rutte wrote: > * Johannes Stezenbach [07-10-15 23:46:23 +0200] wrote: > >> 2. reply to a format=fixed mail: just add '> ', not '>' >> (sub optimal but IMHO correct according to RFC 3676 -- since >> the lines are fixed they cannot be reflowed anyway and it >> d

Re: Advice needed for new feature implementation

2007-10-16 Thread Damyan Ivanov
-=| Elimar Riesebieter, Tue, Oct 16, 2007 at 02:26:51PM +0200 |=- > On Tue, 16 Oct 2007 the mental interface of > Damyan Ivanov told: > > > I need a user-level function in mutt, exposing the following > > functionality: > > > > mutt_buffy_check(1); > > mutt_buffy_list(); > > > > Rationale: I

Re: Advice needed for new feature implementation

2007-10-16 Thread Elimar Riesebieter
On Tue, 16 Oct 2007 the mental interface of Damyan Ivanov told: > Hi, > > I need a user-level function in mutt, exposing the following > functionality: > > mutt_buffy_check(1); > mutt_buffy_list(); > > Rationale: I want to be able to forcibly check for new mails on all > mailboxes (and see

Advice needed for new feature implementation

2007-10-16 Thread Damyan Ivanov
Hi, I need a user-level function in mutt, exposing the following functionality: mutt_buffy_check(1); mutt_buffy_list(); Rationale: I want to be able to forcibly check for new mails on all mailboxes (and see the results). AFAICS, mutt_buffy_list() is already "exported" via OP_BUFFY_LIST (),

Re: [Mutt] #2971: a typo in manual.txt

2007-10-16 Thread Mutt
#2971: a typo in manual.txt Changes (by pdmef): * status: new => closed * resolution: => fixed Comment: (In [c33f288c3aab]) Manual: fix typo (closes #2971). -- Ticket URL:

Re: [PATCH] fix indent_string handling with format=flowed

2007-10-16 Thread Rocco Rutte
Hi, * Johannes Stezenbach [07-10-15 23:46:23 +0200] wrote: On Mon, Oct 15, 2007, Rocco Rutte wrote: * Johannes Stezenbach [07-10-14 21:54:36 +0200] wrote: According to RFC 3676: Note that because of space-stuffing, the lines >> Exit, Stage Left and >>Exit, Stage Left are

[Mutt] #2971: a typo in manual.txt

2007-10-16 Thread Mutt
#2971: a typo in manual.txt I noticed a typo in manual.txt file: "a alternates command" --> "an alternates command" -- Ticket URL:

mutt: new changeset

2007-10-16 Thread Brendan Cully
New changeset in mutt: http://dev.mutt.org/hg/mutt/rev/35e5c34b7e91 changeset: 5235:35e5c34b7e91 branch: HEAD tag: tip user:Rocco Rutte <[EMAIL PROTECTED]> date:Mon Oct 15 11:01:01 2007 +0200 summary: f=f: Print standalone fixed lines as-is (closes #2917). -- R