Forward. Excerpts from Andrei Thorp's message of Wed Jun 17 17:54:16 +0200 2009: > On Wed, Jun 17, 2009 at 11:29 AM, Ingmar Vanhassel <[email protected]> wrote: > > > > Excerpts from Andrei Thorp's message of Wed Jun 17 17:13:07 +0200 2009: > > > Anyway, so. > > > > > > I set up a loop to run offlineimap on 5 minute intervals. Now, every > > > so often, sup complains that it's fallen out of sync (I have no other > > > clients doing anything there, just sup and offlineimap). I can't > > > imagine why this is happening. Hints? > > > > > > -AT > > > > Something is changing the state of your IMAP server, offlineimap is > > mirroring that, and sup notices. > > > > Are you running any other client (even using gmail.com) on your gmail > > IMAP? > > Ahh, yes, I understand. Well, if you read my original post in this > thread, I've actually not been able to figure out how to get sup to > send via different servers based on different situations (I'd like it > to use different send commands for work / gmail).
Yeah, I was try to be lazy ;-) For using multiple accounts, see http://sup.rubyforge.org/wiki/wiki.pl?MultipleAccountsAndReply I use 'msmtp --account=foo -t' myself, since msmtp was incredibly easy to configure. - Configure some defaults for all accounts (logging, tls, see `man msmtp`) - Write a different account section in your msmtprc, then in sup's config.yaml, configure those accounts, where the sendmail command to run has an --acount=foo parameter, corresponding to an account in your msmtprc Some people use a reply-from hook for dynamically setting from From: header, you may want to search the archives if that's something you'd like to use. -- Exherbo KDE, X.org maintainer _______________________________________________ sup-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/sup-talk
