View previous topic :: View next topic |
Author |
Message |
pmatos Veteran
Joined: 06 Jun 2003 Posts: 1246 Location: Eckental, Germany
|
Posted: Tue Aug 31, 2004 3:20 pm Post subject: Multiple Hotmail accounts in gotmail config file |
|
|
Hi all,
I have multiple hotmail accounts. How can I configure these in gotmail config file? It seems only to support a single account. Is this true?
Cheers, _________________ Paulo Matos |
|
Back to top |
|
|
mallchin l33t
Joined: 21 Jan 2003 Posts: 655 Location: United Kingdom
|
Posted: Wed Sep 08, 2004 3:00 pm Post subject: |
|
|
I replaced my gotmail setup with hotwayd, which can check multiple HoTMaiL accounts. _________________ 6700 @ 2.66GHz, 4Gb RAM, 2 x 500Gb, 8800 GTX, PhysX, X-Fi, 24" Widescreen, Tux mascot |
|
Back to top |
|
|
luker2701 n00b
Joined: 22 Jun 2006 Posts: 9
|
Posted: Sat Jun 24, 2006 12:27 pm Post subject: use the -c option to select different config files |
|
|
To check multiple accounts I have gotmail setup to run via cronjobs that specify different config files.
My contab file:
Code: |
0 * * * * gotmail -c ~/.gotmailrc_account_1
30 * * * * gotmail -c ~/.gotmailrc_account_2
|
This will check my account #1 every hour on the hour, and check my account #2 every hour on the half hour. |
|
Back to top |
|
|
pmatos Veteran
Joined: 06 Jun 2003 Posts: 1246 Location: Eckental, Germany
|
Posted: Sat Jun 24, 2006 12:43 pm Post subject: Re: use the -c option to select different config files |
|
|
luker2701 wrote: | To check multiple accounts I have gotmail setup to run via cronjobs that specify different config files.
My contab file:
Code: |
0 * * * * gotmail -c ~/.gotmailrc_account_1
30 * * * * gotmail -c ~/.gotmailrc_account_2
|
This will check my account #1 every hour on the hour, and check my account #2 every hour on the half hour. |
Geeez, you've definitely ressurected a long dead thread.
Thanks for the tip even though I use gmail nowadays.
Cheers,
Paulo Matos |
|
Back to top |
|
|
|