Re: Multiple accounts at same privider

2010-07-01 Thread ilf
On 07-01 00:59, J. Prendick wrote: macro index "source ~/.mutt/isp_1.cnf" macro index "source ~/.mutt/isp_2.cnf" This is far too obvious ;) Since there seems to be some interest, I'll gladly share my setup. This: - switches to this account with Alt+3 - keeps account-rcs smal

Re: Multiple accounts at same privider

2010-06-30 Thread Tim Gray
On Jun 30, 2010 at 04:15 PM +0200, J. Prendick wrote: now all i have to do is type "screen" in a terminal to be taken to my inboxes. I do a combination of this and the other method. My email is collected from all of my accounts through a combination of offlineimap and fetchmail, so mutt does

Re: Multiple accounts at same privider

2010-06-30 Thread J. Prendick
On Wed, 30.Jun 07:52, Roger wrote: > > In the end, I get no more email from pretty girls then I would likely get with > one email account. > All that glitters is not gold...

Re: Multiple accounts at same privider

2010-06-30 Thread J. Prendick
On Thu, 1.Jul 00:24, Michelle Konzack wrote: > Hello J. Prendick, > > Am 2010-06-30 08:57:02, hacktest Du folgendes herunter: > > Does anyone have any idea how to solve that problem? > > Yes: > macro index "source ~/.mutt/isp_1.cnf" > macro index "source ~/.mutt/isp_2.cnf" > >

Re: Multiple accounts at same privider

2010-06-30 Thread Michelle Konzack
Hello J. Prendick, Am 2010-06-30 08:57:02, hacktest Du folgendes herunter: > Does anyone have any idea how to solve that problem? Yes: macro index "source ~/.mutt/isp_1.cnf" macro index "source ~/.mutt/isp_2.cnf" Put the same ISP specific config in both files and change its val

Re: Multiple accounts at same privider

2010-06-30 Thread Roger
On Wed, Jun 30, 2010 at 04:15:11PM +0200, J. Prendick wrote: >On Mi, 30.Jun 15:13, Joost Kremers wrote: >> >> that's my solution to all multiple-account related problems, so i highly >> recommend it. ;-) just run two (or more) instances of mutt within a screen >> session. i have a separate .muttrc-

Re: Multiple accounts at same privider

2010-06-30 Thread Eivind
On Wednesday 30.06.10 08:57 +0200, J. Prendick wrote: >Hi all, > >I'm wondering if it is possible, to manage multiple accounts at the >same e-mail provider. First let's say I have one account at a.com, >another at b.com. Then in my .muttrc I have > > account-hook 'imaps://a.com' 'set imap_use

Re: Multiple accounts at same privider

2010-06-30 Thread ilf
On 06-30 08:57, J. Prendick wrote: If now a equals b we do have a problem. I could for example change the macro-lines to macro index "imaps://user1:passwo...@a.com" macro index "imaps://user2:passwo...@a.com" which enables me to switch between the accounts, but e.g. from=, pgp_sign_as=, ...

Re: Multiple accounts at same privider

2010-06-30 Thread J. Prendick
On Mi, 30.Jun 15:13, Joost Kremers wrote: > > that's my solution to all multiple-account related problems, so i highly > recommend it. ;-) just run two (or more) instances of mutt within a screen > session. i have a separate .muttrc-* for each account and a general > .muttrc-gen > with settings th

Re: Multiple accounts at same privider

2010-06-30 Thread Paul Tansom
** J. Prendick [2010-06-30 07:55]: > I'm wondering if it is possible, to manage multiple accounts at the > same e-mail provider. First let's say I have one account at a.com, > another at b.com. Then in my .muttrc I have > > account-hook 'imaps://a.com' 'set imap_user=... etc.' > folde

Re: Multiple accounts at same privider

2010-06-30 Thread J. Prendick
On Mi, 30.Jun 13:33, lee wrote: > Looks like a simple solution might be to run two instances of mutt, > each with its own configuration file? Actually I had this in mind before. However, I'd prefer a solution using a single configuration file (which I should have mentioned before). Hopefully that

Re: Multiple accounts at same privider

2010-06-30 Thread Joost Kremers
On Wed, Jun 30, 2010 at 01:33:16PM +0200, lee wrote: > On Wed, Jun 30, 2010 at 08:57:02AM +0200, J. Prendick wrote: > > > > If now a equals b we do have a problem. I could for example change the > > macro-lines to > > > > macro index "imaps://user1:passwo...@a.com" > > macro index "imap

Re: Multiple accounts at same privider

2010-06-30 Thread lee
On Wed, Jun 30, 2010 at 08:57:02AM +0200, J. Prendick wrote: > > If now a equals b we do have a problem. I could for example change the > macro-lines to > > macro index "imaps://user1:passwo...@a.com" > macro index "imaps://user2:passwo...@a.com" > > which enables me to switch betw