On Tue, May 16, 2000 at 02:48:41PM +0300, Mikko H?nninen wrote:
>
> > What I was looking for was a way to change the browser format when
> > I'll have to roll the change of $folder_format variable into my macros
> > for switching from local to IMAP and back, they're going to be big
> > macros!
>
Chris Green <[EMAIL PROTECTED]> wrote on Tue, 16 May 2000:
> I have found out why I was having problems with folder-hook. I was
> confused by the name, I was expecting a *folder*-hook to act when
> entering a folder (well that's not too unreasonable is it?) but, as a
> closer reading of the manua
On Tue, May 16, 2000 at 12:12:35AM +0300, Mikko H?nninen wrote:
> Chris Green <[EMAIL PROTECTED]> wrote on Mon, 15 May 2000:
> > The question is how to match a remote IMAP folder name, the folder
> > name will always start "{x-1.net:50143}" but whatever I try doesn't
> > seem to work. I have even
Mikko, et al --
...and then Mikko Hänninen said...
% Chris Green <[EMAIL PROTECTED]> wrote on Mon, 15 May 2000:
% > The question is how to match a remote IMAP folder name, the folder
% > name will always start "{x-1.net:50143}" but whatever I try doesn't
% >
% > folder-hook x-1 'set folder_f
Chris Green <[EMAIL PROTECTED]> wrote on Mon, 15 May 2000:
> The question is how to match a remote IMAP folder name, the folder
> name will always start "{x-1.net:50143}" but whatever I try doesn't
> seem to work. I have even tried matching some local folders but I
> can't get them to work either
On Mon, May 15, 2000 at 04:42:51PM +0100, Chris Green wrote:
> I am trying to set my folder_format using folder-hook, I'm having
> terrible trouble generating any RE that matches a folder at all at the
> moment.
>
> folder-hook . 'set folder_format="%N %7s %f"'
>
> which works OK, I do get
I am trying to set my folder_format using folder-hook, I'm having
terrible trouble generating any RE that matches a folder at all at the
moment.
In my muttrc I have:-
folder-hook . 'set folder_format="%N %7s %f"'
which works OK, I do get that folder_format, for *everything*!
The question