Re: Enabling and disabling maildir.synchronize_flags
authorDavid Bremner <david@tethera.net>
Sun, 16 Aug 2015 09:39:34 +0000 (11:39 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:21 +0000 (14:49 -0700)
51/23267632e5ad5196a7aa865d1821c0b71eafce [new file with mode: 0644]

diff --git a/51/23267632e5ad5196a7aa865d1821c0b71eafce b/51/23267632e5ad5196a7aa865d1821c0b71eafce
new file mode 100644 (file)
index 0000000..b2032b1
--- /dev/null
@@ -0,0 +1,69 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 8466D6DE021E\r
+ for <notmuch@notmuchmail.org>; Sun, 16 Aug 2015 02:40:37 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.125\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.125 tagged_above=-999 required=5 tests=[AWL=0.125]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id hD8_WOgfM3Ai for <notmuch@notmuchmail.org>;\r
+ Sun, 16 Aug 2015 02:40:35 -0700 (PDT)\r
+Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 623AB6DE009A\r
+ for <notmuch@notmuchmail.org>; Sun, 16 Aug 2015 02:40:35 -0700 (PDT)\r
+Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1ZQuPr-0002EQ-I0; Sun, 16 Aug 2015 09:39:47 +0000\r
+Received: (nullmailer pid 26156 invoked by uid 1000); Sun, 16 Aug 2015\r
+ 09:39:34 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: David Mazieres expires 2015-09-29 PDT\r
+ <mazieres-n9pds38v5xanvju7995wf543cw@temporary-address.scs.stanford.edu>,\r
+ notmuch@notmuchmail.org\r
+Subject: Re: Enabling and disabling maildir.synchronize_flags\r
+In-Reply-To: <87r3orbqfn.fsf@ta.scs.stanford.edu>\r
+References: <87r3orbqfn.fsf@ta.scs.stanford.edu>\r
+User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Sun, 16 Aug 2015 11:39:34 +0200\r
+Message-ID: <87r3n3fu7d.fsf@maritornes.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 16 Aug 2015 09:40:37 -0000\r
+\r
+dm-list-email-notmuch@scs.stanford.edu writes:\r
+\r
+> It seems that disabling it should simply be safe.  But re-enabling, one\r
+> risks losing tags, as the next notmuch new will cause old maildir flags\r
+> to override the xapian database.  So that suggests something like:\r
+>\r
+>    notmuch dump > backup\r
+>    notmuch config set maildir.synchronize_flags false\r
+>    # Do I need to run notmuch new here?\r
+>    notmuch restore < backup\r
+\r
+Hi David;\r
+\r
+Sorry about the long delay. I'm not sure I follow the connection between\r
+your paragraph above and the the example. The example seems safe, but as\r
+you say, disabling synching should bs safe anyway.\r
+\r
+d\r