Yashpal Nagar posted in linux-india-help:
> I like mutt a lot, But the problem is sometimes you struck up for some 
> feature...then you have to search net a lot for it & then hit & try...

The default muttrc (/etc/Muttrc on Redhat) is fairly well-documented. I
use a small perl script to pick the parts of documentation I am
interested in.

> So that i can configure multiple POP/IMAP accounts ?

Well, here is how I do it:

account-hook .                            "unset pop_user; unset pop_pass; unset 
tunnel"
account-hook pop://pop.gmx.net            "set [EMAIL PROTECTED]; set 
pop_pass=fatchance"
account-hook pop://pop.softhome.net       "set pop_user=binand; set 
pop_pass=ofmetellingyou"
account-hook imap://imap.ivycomptech.com  "set [EMAIL PROTECTED]; set 
imap_pass=whatmypasswordsare"

send-hook .                 "my_hdr From: [EMAIL PROTECTED]"
send-hook ivycomptech.com   "my_hdr From: [EMAIL PROTECTED]; set 
signature=~/.mutt/signature-work"
send-hook linux-india       "my_hdr From: [EMAIL PROTECTED]; set 
signature=~/.mutt/signature-linux"

And so on... you need a fairly recent Mutt for the pop:// and imap://
to work. SSL, APOP etc. Mutt figures out on its own.

Binand

-- 
[EMAIL PROTECTED] root]# uptime
11:55am  up 58 days,  4:49,  2 users,  load average: 1023.78, 419.92, 158.90


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to