Re: How to get default "From:" to work

2008-11-26 Thread Szymek
On Tue, Nov 25, 2008 at 08:32:37AM -0800, Michael Elkins wrote: > On Tue, Nov 25, 2008 at 12:21:05PM +0100, Szymek wrote: > > Yes, now it works. I did append an $ to the end of the folder names, like > > that: > > > > folder-hook secondbox$ 'set from="[EMAIL PROTECTED]" realname="BlaBla"' >

Re: How to get default "From:" to work

2008-11-25 Thread Michael Elkins
On Tue, Nov 25, 2008 at 12:21:05PM +0100, Szymek wrote: > Yes, now it works. I did append an $ to the end of the folder names, like > that: > > folder-hook secondbox$ 'set from="[EMAIL PROTECTED]" realname="BlaBla"' > > I didn't wrote the dollar sign for the default, period marked mailbox.

Re: How to get default "From:" to work

2008-11-25 Thread Szymek
On Sun, Nov 23, 2008 at 08:02:34PM +0100, Szymek wrote: > No, the maildir folders are not nested, here is the structure: > > ~/mail-> > ->firstbox > ->secondbox > ->thirdbox > ->fourthbox > > I compiled mutt by myself, maybe there is a specific option to pass to > configure? > > I had previousl

Re: How to get default "From:" to work

2008-11-23 Thread Szymek
No, the maildir folders are not nested, here is the structure: ~/mail-> ->firstbox ->secondbox ->thirdbox ->fourthbox I compiled mutt by myself, maybe there is a specific option to pass to configure? I had previously the same config in Slackware, and it worked like a charm. On Sat, Nov 22,

Re: How to get default "From:" to work

2008-11-22 Thread Michael Elkins
On Sat, Nov 22, 2008 at 04:31:57PM +0100, [EMAIL PROTECTED] wrote: > folder-hook . 'set from="[EMAIL PROTECTED]" realname="Blabla"' > folder-hook secondbox 'set from="[EMAIL PROTECTED]" realname="BlaBla"' > folder-hook thirdbox 'set from="[EMAIL PROTECTED]" realname="BlaBla"' > folde