Re: [sup-devel] Adding backward synchronization for Maildir sources

2011-10-27 Thread Justin Mazzi
Damien Leone fensalir.fr> writes: > > Sup guys, > > Sorry for having been so long. > > What's new: > > - I added an option in sup-sync-back-maildir to merge the :replied and > :forwarded labels/flags so the first time you run the script you > should not lose any information on the IMAP side;

Re: [sup-devel] Adding backward synchronization for Maildir sources

2011-03-13 Thread Damien Leone
Sup guys, Sorry for having been so long. What's new: - I added an option in sup-sync-back-maildir to merge the :replied and :forwarded labels/flags so the first time you run the script you should not lose any information on the IMAP side; - A way to detect if sup-sync-back-to-maildir should be

Re: [sup-devel] Adding backward synchronization for Maildir sources

2010-07-25 Thread Edward Z. Yang
Excerpts from Rich Lane's message of Sat Jul 24 17:30:16 -0400 2010: > I've rebased this against master and merged it to branch maildir-sync in > the official repo. This is a big change, so help with testing and code > review would be much appreciated. Hi Rich, I've moved my Sup checkout onto thi

Re: [sup-devel] Adding backward synchronization for Maildir sources

2010-07-24 Thread Rich Lane
I've rebased this against master and merged it to branch maildir-sync in the official repo. This is a big change, so help with testing and code review would be much appreciated. ___ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailm

Re: [sup-devel] Adding backward synchronization for Maildir sources

2010-07-21 Thread Damien Leone
Sup Edward, Excerpts from Edward Z. Yang's message of Wed Jul 21 02:44:38 +0200 2010: > Excerpts from Damien Leone's message of Tue Jul 20 05:39:41 -0400 2010: > In retrospect, I'm fairly certain the majority of crashes were from user > hooks. Could you paste me these hooks please? > My Sup is

Re: [sup-devel] Adding backward synchronization for Maildir sources

2010-07-21 Thread Damien Leone
Excerpts from Damien Leone's message of Wed Jul 21 10:52:00 +0200 2010: > What is your setup? IMAP + offlineimap? My bad, you mentioned offlineimap a few mails ago. -- Damien Leone Web: http://dleone.fensalir.fr/ GPG: 0x82EB4DDF signature.asc Description: PGP signature ___

Re: [sup-devel] Adding backward synchronization for Maildir sources

2010-07-20 Thread Edward Z. Yang
Excerpts from Damien Leone's message of Tue Jul 20 05:39:41 -0400 2010: > Excerpts from Edward Z. Yang's message of Mon Jul 19 00:46:33 +0200 2010: > > It makes Sup very crashy and there's some strange behavior. This is > > probably > > the sixth time I'm composing this message (yeah, haven't lea

Re: [sup-devel] Adding backward synchronization for Maildir sources

2010-07-20 Thread Damien Leone
Hi, Excerpts from Edward Z. Yang's message of Mon Jul 19 00:50:39 +0200 2010: > I would recommend having some sort of flag like 'sync-back'd' programatically > generated by sup-sync-back-maildir so that Sup will refuse to start if > you turned on sync-backs without running this command. Good idea

Re: [sup-devel] Adding backward synchronization for Maildir sources

2010-07-20 Thread Damien Leone
Sup Edward, Thank you for your feedback! Excerpts from Edward Z. Yang's message of Mon Jul 19 00:46:33 +0200 2010: > It makes Sup very crashy and there's some strange behavior. This is probably > the sixth time I'm composing this message (yeah, haven't learned my > lesson.) In more detail... I'

Re: [sup-devel] Adding backward synchronization for Maildir sources

2010-07-18 Thread Edward Z. Yang
Here are some suggestions... Excerpts from Damien Leone's message of Fri Jul 09 12:44:01 -0400 2010: > - I wrote a "sup-sync-back-maildir" script that will synchronize all > messages from your sources at once. This should be executed the first > time BEFORE any polling, otherwise your IMAP server

Re: [sup-devel] Adding backward synchronization for Maildir sources

2010-07-18 Thread Edward Z. Yang
Here is one trace that I managed to scrounge up undefined method `content_width' for nil:NilClass /home/ezyang/Dev/sup/lib/sup/modes/thread-index-mode.rb:953:in `from_width' /home/ezyang/Dev/sup/lib/sup/modes/thread-index-mode.rb:870:in `text_for_thread_at' /home/ezyang/Dev/sup/lib/sup/hook.rb:55

Re: [sup-devel] Adding backward synchronization for Maildir sources

2010-07-18 Thread Edward Z. Yang
Sup Damien, I cut over to your branch, plus one patch of my own making. THE GOOD NEWS It works! Whereby, messages are marked read in my webmail client and deleted messages go away. THE BAD NEWS It makes Sup very crashy and there's some strange behavior. This is probably the sixth time I'm co

Re: [sup-devel] Adding backward synchronization for Maildir sources

2010-07-18 Thread Tero Tilus
Damien Leone, 2010-07-17 15:55: > So, any reviewer? I haven't had the time yet. I definitely will once the temperature here in Finland drops below 20 degrees Celcius. ;) For now I'm almost totally off the net and on the beach. > I thought backward synchronization was a wanted > feature. And yo

Re: [sup-devel] Adding backward synchronization for Maildir sources

2010-07-17 Thread Damien Leone
Hi Ben, Excerpts from Ben Walton's message of Sat Jul 17 19:05:44 +0200 2010: > I believe it is (not by me personally as I'm not affected). How does > it play with the recent maildir branch merge from Rich? It should play well since I based my branch on the 'next' branch which already had the 'm

Re: [sup-devel] Adding backward synchronization for Maildir sources

2010-07-17 Thread Ben Walton
Excerpts from Damien Leone's message of Sat Jul 17 08:55:56 -0400 2010: > So, any reviewer? I thought backward synchronization was a wanted > feature. I believe it is (not by me personally as I'm not affected). How does it play with the recent maildir branch merge from Rich? Thanks -Ben -- Ben

Re: [sup-devel] Adding backward synchronization for Maildir sources

2010-07-17 Thread Damien Leone
So, any reviewer? I thought backward synchronization was a wanted feature. For information I have been testing it with my real account for more than a week now without noticing any serious issue, I often check my gmail web interface and everything is synched. I had once a location trouble after h

Re: [sup-devel] Adding backward synchronization for Maildir sources

2010-07-09 Thread Edward Z. Yang
Excerpts from Damien Leone's message of Fri Jul 09 13:14:58 -0400 2010: > > 1. Suppose we decide to test your branch, and run into some show-stopper > >bugs. What’s the procedure for backing out changes? > > You should backup your Maildir directories and your xapian index, this > is what I di

Re: [sup-devel] Adding backward synchronization for Maildir sources

2010-07-09 Thread Damien Leone
Hello Edward, > 1. Suppose we decide to test your branch, and run into some show-stopper >bugs. What’s the procedure for backing out changes? You should backup your Maildir directories and your xapian index, this is what I did and if something goes wrong I can still restore my backups and ru

Re: [sup-devel] Adding backward synchronization for Maildir sources

2010-07-09 Thread Edward Z. Yang
Hey Damien, This is great! A few quick questions for you: 1. Suppose we decide to test your branch, and run into some show-stopper bugs. What’s the procedure for backing out changes? 2. What precisely are the semantics for handling Sup labels? Thanks, Edward Excerpts from Damien Leone's m

[sup-devel] Adding backward synchronization for Maildir sources

2010-07-09 Thread Damien Leone
Sup guys, I have been working on backward synchronization for Maildir sources last week and I need your help to test and review the code. I pushed my commits (based on the 'next' branch) to my repo which you can find here [0] for the web interface and here [1] for the git address. The following