Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 18EE4429E21 for ; Wed, 20 Jul 2011 19:07:12 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i2MwHUNjcZqy for ; Wed, 20 Jul 2011 19:07:10 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by olra.theworths.org (Postfix) with ESMTP id 7DFAE431FD0 for ; Wed, 20 Jul 2011 19:07:10 -0700 (PDT) Received: from youngberry.canonical.com ([91.189.89.112]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QjifL-0006HW-9t; Thu, 21 Jul 2011 02:07:07 +0000 Received: from [120.136.5.22] (helo=angrist) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1QjifK-0003q7-Uz; Thu, 21 Jul 2011 02:07:07 +0000 Received: by angrist (Postfix, from userid 1000) id E8F842030B8; Thu, 21 Jul 2011 14:07:00 +1200 (NZST) From: Michael Hudson-Doyle To: Jameson Graef Rollins , Olivier Schwander Subject: Re: Undo tag operation? In-Reply-To: <874o2g1vm9.fsf@servo.factory.finestructure.net> References: <874o2g3nka.fsf@servo.factory.finestructure.net> <20110720200247.GB24284@ns27638.ovh.net> <874o2g1vm9.fsf@servo.factory.finestructure.net> User-Agent: Notmuch/0.6.1+mwhudson+1714~natty1 (http://notmuchmail.org) Emacs/23.1.50.1 (x86_64-pc-linux-gnu) Date: Thu, 21 Jul 2011 14:07:00 +1200 Message-ID: <87oc0o75ff.fsf@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2011 02:07:12 -0000 On Wed, 20 Jul 2011 14:37:50 -0700, Jameson Graef Rollins wrote: > On Wed, 20 Jul 2011 22:02:47 +0200, Olivier Schwander wrote: > > I wonder if it may be possible to create a journal of all the operations > > on tags: a file where all the changes are registered, with a timestamp. > > > > Two benefits: > > - going through the history to undo mistakes > > - being able to build a diff of two journals in order to synchronize db on multiple > > hosts > > I'm having trouble finding the thread right now, but wasn't there just > recently a discussion about just this (i.e. time-stamping tag > operations)? Unless there is a big performance hit, I'm starting to > think this sounds like a good idea. > > Being also to share tags alone would be super cool. I think the discussion was on IRC, not the mailing list. It would be very cool :) Cheers, mwh