Re: [notmuch] an other ready-to-use store option for notmuch : CouchDB

2010-03-02 Thread Jed Brown
On Tue, 02 Mar 2010 16:26:10 +0100, Paul R paul.r...@gmail.com wrote:
 CouchDB databases can be replicated and synced in both directions.
 Conflicts are lazily handled.

I've wondered about this.  An interesting property would be lack of a
global lock, which is one of the reasons why people are either not
having notmuch-new run automatically, or are working around the errors
when the database is locked, and thus all the talk about having a
notmuch daemon or other method of handling asynchronous actions.

The advantage of the current system is that the mail store remains
current, but untouched.  Importing into something like CouchDB or
MongoDB would seem to interfere with point at a directory and go, with
no full copy.

 People here often call for facilities to read mail with notmuch from
 different places. An unidirectional imap-to-couchDB, plus a couchDB
 backend for notmuch, should give enough flexibility to achieve this
 goal.

I thought people were asking to be able to read messages from other
places *with other tools*, such as phones or webmail.  This would
require 2-way sync with IMAP.

Jed
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: [notmuch] an other ready-to-use store option for notmuch : CouchDB

2010-03-02 Thread martin f krafft
also sprach Paul R paul.r...@gmail.com [2010.03.02.1626 +0100]:
 CouchDB databases can be replicated and synced in both directions.
 Conflicts are lazily handled.

What does this mean?

-- 
martin | http://madduck.net/ | http://two.sentenc.es/
 
fitter, healthier, more productive
like a pig, in a cage, on antibiotics
  -- radiohead
 
spamtraps: madduck.bo...@madduck.net


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: [notmuch] an other ready-to-use store option for notmuch : CouchDB

2010-03-02 Thread James Westby
On Tue, 2 Mar 2010 16:43:10 +0100, martin f krafft madd...@madduck.net wrote:
 also sprach Paul R paul.r...@gmail.com [2010.03.02.1626 +0100]:
  CouchDB databases can be replicated and synced in both directions.
  Conflicts are lazily handled.
 
 What does this mean?

Couch has deterministic conflict resolution between the two sides, so
all instances will get the same result without needing a master.

You can then ask for the current conflicts to do more in-depth
resolution if needed, including prompting the user.

Thanks,

James
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch