Hello Nelson

On Wed, Jan 17, 2001 at 09:34:36PM +0000 Nelson Guerrero wrote:
> -> I'm using Mutt 1.2.5i and installed procmail to sort lynx-dev mails and 
> -> mutt-users mails in separate mailboxes. The only way I found to open these 
> -> mailboxes (in $HOME/Mail/) is press 'c' in the index. Is there another way (I 
> -> found nothing in the manual)? Secondary: if I opend perhaps the lynx-dev 
> -> mailbox, how can I return to the standard mailbox?
> -> Thanks in advance.
> 
> You can change mailboxes by adding these lines on you ~/.muttrc file.
> 
> macro index    "\M"    "c=mutt-users\r"
> macro pager    "\M"    "c=mutt-users\r"
> macro index    "\L"    "c=lynx-dev\r"
> macro pager    "\L"    "c=lynx-dev\r"
> 
> Which would send you to the propper mailbox when you type the binded
> keys.

Thanks for your idea. I done the following:

# Makros
macro index "\M" "c=mutt_in_mailbox\r" # Shortcut "M", eigehende Mutt-Mails
macro pager "\M" "c=mutt_in_mailbox\r" # dito
macro index "\L" "c=lynx_in_mailbox\r" # Shortcut "L", eingehende Lynx-Mails
macro pager "\L" "c=lynx_in_mailbox\r" # dito
macro index "\I" "c/var/mail/info\r"   # Shurtcut "I", Standard-Mailbox
macro pager "\I" "c/var/mail/info\r"   # dito

...and it works great!

-- 
Regards,

-Martin
mailto:[EMAIL PROTECTED]

Reply via email to