Thanks! That clears things up a bit! Out of curiosity, is there any shorthand way of accessing the accounts? For example, if you have a single account, you can access the Inbox by changing folders to !. Is there an easy way to switch between accounts, like by assigning each inbox a shortcut key?
Thanks! Jen On Thu, May 30, 2002 at 06:16:56PM +0200, Michael Tatge wrote: > jennyw ([EMAIL PROTECTED]) muttered: > > I'm having trouble trying to access two IMAP accounts on the same server. > > I'm trying to do it using account-hook. > > > > > set record=imap://jennyw@localhost/INBOX.Sent > > set imap_pass=password > > set spoolfile=imap://jennyw@localhost/INBOX > > set folder=imap://jennyw@localhost/ > > account-hook imap://jennyw2@localhost 'set imap_pass=password2' > > > > I also tried adding: > > > > account-hook . 'unset imap_pass' > > account-hook . 'unset imap_pass' > > account-hook imap://jennyw@localhost/ \ > 'set record=imap://jennyw@localhost/INBOX.Sent ; \ > set imap_pass=password1 ; \ > set spoolfile=imap://jennyw@localhost/INBOX ;\ > set folder=imap://jennyw@localhost/' > > account-hook imap://jennyw2@localhost \ > 'set record=imap://jennyw2@localhost/INBOX.Sent ; \ > set imap_pass=password2 ;\ > set spoolfile=imap://jennyw2@localhost/INBOX ;\ > set folder= imap://jennyw2@localhost/' > > HTH, > > Michael > -- > > PGP-Key: http://www-stud.ims.uni-stuttgart.de/~tatgeml/public.key > >