From mboxrd@z Thu Jan 1 00:00:00 1970 From: garoth@gmail.com (Andrei Thorp) Date: Wed, 17 Jun 2009 12:20:30 -0400 Subject: [sup-talk] Yet Another Offlineimap Thread (YAOT) In-Reply-To: <1245254490-sup-9198@cannonball> References: <80055d7c0906151244y1d66a4b1g8df4e3aa1d544c4f@mail.gmail.com> <80055d7c0906170813t55bd3f7dk1286e68eea9e2ad4@mail.gmail.com> <1245252332-sup-8862@cannonball> <80055d7c0906170854r6ac45e83vea42a3b4866d7c2d@mail.gmail.com> <1245254490-sup-9198@cannonball> Message-ID: <80055d7c0906170920p328f6a79ye7e1f40adb2a3e0e@mail.gmail.com> 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 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