From: David Bremner Date: Thu, 13 Nov 2014 08:30:31 +0000 (+0100) Subject: Re: Synchronising mail and notmuch tags between machines X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e0038ceb702894cf370e6a675c2bb03dea86a06c;p=notmuch-archives.git Re: Synchronising mail and notmuch tags between machines --- diff --git a/e4/1419b60b299880b60b116afd9cd32d418b2d02 b/e4/1419b60b299880b60b116afd9cd32d418b2d02 new file mode 100644 index 000000000..4f6fddac2 --- /dev/null +++ b/e4/1419b60b299880b60b116afd9cd32d418b2d02 @@ -0,0 +1,71 @@ +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 7822A431FBC + for ; Thu, 13 Nov 2014 00:30:43 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 qfayizDRtD25 for ; + Thu, 13 Nov 2014 00:30:38 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 81593431FAF + for ; Thu, 13 Nov 2014 00:30:38 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1XopnY-0004Zh-3T; Thu, 13 Nov 2014 04:30:36 -0400 +Received: (nullmailer pid 29265 invoked by uid 1000); Thu, 13 Nov 2014 + 08:30:31 -0000 +From: David Bremner +To: Edward Betts , notmuch@notmuchmail.org +Subject: Re: Synchronising mail and notmuch tags between machines +In-Reply-To: <20141112213702.GA22214@x230> +References: <20141112213702.GA22214@x230> +User-Agent: Notmuch/0.19~rc2 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Thu, 13 Nov 2014 09:30:31 +0100 +Message-ID: <87wq6za4ew.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +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, 13 Nov 2014 08:30:43 -0000 + +Edward Betts writes: +> +> It would be helpful if the notmuch would always add the sync tag when a +> message was modified, unless the sync tag is explicitly being removed. That +> way there is no risk of me forgetting to add the sync tag when I'm modifying +> tags using the command line tools. +> -- + +Hi Edward; + +You may want to look at the patch series + + id:1413181203-1676-1-git-send-email-aclements@csail.mit.edu + +If it helps your tool, you might even want to help polish the series so +that it can be merged upstream. + +Cheers, + +d