Re: Current mailbox as $record

2012-02-11 Thread E. Prom
On Wednesday, 08 February 2012, 20:50:17 -0500, Nathan Stratton Treadway wrote: > On Thu, Feb 09, 2012 at 02:15:19 +0100, E. Prom wrote: > > On Saturday, 04 February 2012, 22:58:12 -0500, > > "David J. Weller-Fahy" wrote: > [...] > > > Check Table 4.7 in the manual. > > > > New also. At least f

Re: Current mailbox as $record

2012-02-08 Thread Nathan Stratton Treadway
On Thu, Feb 09, 2012 at 02:15:19 +0100, E. Prom wrote: > On Saturday, 04 February 2012, 22:58:12 -0500, > "David J. Weller-Fahy" wrote: [...] > > Check Table 4.7 in the manual. > > New also. At least for Debian ;) I had the section going back to mutt 1.5.9 (Debian Sarge)... though the section n

Re: Current mailbox as $record

2012-02-08 Thread E. Prom
On Saturday, 04 February 2012, 22:58:12 -0500, "David J. Weller-Fahy" wrote: > * E. Prom [2012-02-04 19:23 -0500]: > > How can I make mutt to save outgoing mail to the currently opened > > mailbox? > > Try the following (from my muttrc): > > #v+ > folder-hook . "set record=^" # sent mail gets

Re: Current mailbox as $record

2012-02-05 Thread Marcelo Luiz de Laia
On Sun, 05 Feb 2012, E. Prom wrote: > Hello, > > How can I make mutt to save outgoing mail to the currently opened > mailbox? > > I tried several hooks, but none accepted the sequence "%b" (while > others, like "%a", worked fine). > > Any idea? There is an ideia in the previous message. But, I

Re: Current mailbox as $record

2012-02-04 Thread David J. Weller-Fahy
* E. Prom [2012-02-04 19:23 -0500]: > How can I make mutt to save outgoing mail to the currently opened > mailbox? Try the following (from my muttrc): #v+ folder-hook . "set record=^"# sent mail gets saved in current mailbox #v- > I tried several hooks, but none accepted the sequence "%b" (

Current mailbox as $record

2012-02-04 Thread E. Prom
Hello, How can I make mutt to save outgoing mail to the currently opened mailbox? I tried several hooks, but none accepted the sequence "%b" (while others, like "%a", worked fine). Any idea?