On Sun, Aug 05, 2001 at 10:46:36PM +0200, [EMAIL PROTECTED] wrote:
> I am a newbie and probably this is a FAQ. Would you excuse me and my poor
> english. I know Mutt is able to fetch mail from various POP accounts, without
> "fetchmail" but I don't know how modify my ".muttrc" file to do this. I added
> new lines for every accont with "set pop_host ******* set pop_port 110 set
> pop_pass ******** set pop_user *********" but Mutt reads mails only from last
> POP in the file. Can you help me? Thanks. Giuseppe. 

What you need to do is create a macro for each POP account you wish to access.  
Something like:
        bind index <f1> ":set pop_user=foo pop_pass=xxx\nG"
        bind index <f2> ":set pop_user=bar pop_pass=xxx\nG"
should do the trick.

me

Reply via email to