From 8ff108e19ee90e0c0e97280c86663ab5d3ad9a88 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Amadeusz=20=C5=BBo=C5=82nowski?= Date: Mon, 31 Aug 2015 23:11:43 +0100 Subject: [PATCH] Re: muchsync files renames --- 34/f506eef5a6cea83924556b96cf6650b614771b | 119 ++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 34/f506eef5a6cea83924556b96cf6650b614771b diff --git a/34/f506eef5a6cea83924556b96cf6650b614771b b/34/f506eef5a6cea83924556b96cf6650b614771b new file mode 100644 index 000000000..74c978dc0 --- /dev/null +++ b/34/f506eef5a6cea83924556b96cf6650b614771b @@ -0,0 +1,119 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 883B76DE0B2F + for ; Mon, 31 Aug 2015 15:12:07 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.004 +X-Spam-Level: +X-Spam-Status: No, score=-0.004 tagged_above=-999 required=5 tests=[AWL=0.097, + DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id 94jO1D0DDhSp for ; + Mon, 31 Aug 2015 15:12:05 -0700 (PDT) +Received: from jim.zolnowski.name (jim.zolnowski.name [188.116.54.122]) + by arlo.cworth.org (Postfix) with ESMTPS id 350D56DE0AC2 + for ; Mon, 31 Aug 2015 15:12:04 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; + d=aidecoe.name; s=jim; + h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=aDO7dReSQDu2iTro2mwMZ5Xl0dYdXii40zzBeuntzv0=; + b=hH8ahgdx3YhfFwzLFwLEvOh5Uh3qjjXHl1Eu4NdcHJ1wAu2oR8PPb5MtIDe0GJiAhWnfFx/hVp4+FFVpyMDoH9ppPSrJfpzmtxKwdbkfRSy9GKozIa1cdPCu8aqDMFNmqBx2PjNSI04FhVMrOH3MSOqKexYyhqTCHEUA/7J8/b9OioY6KvgHYxpIhGEotMgwqzvnOQiVHn+oxJehlrtrNHo6Gh3Umfftisp6AzlilgY5O3NjvZckVnZo8pb/Ejy5eB4CGVruZgzX2tSInpa/K5EqqWQMWQNVcqJCKi1Wm5GrX9S8MyJN2vyabVQQ83Jr9eVLLD4Y3aidSyGOqAVCNg==; +Received: from cpc3-cmbg17-2-0-cust294.5-4.cable.virginm.net ([86.22.65.39] + helo=localhost) + by jim.zolnowski.name with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) + (Exim 4.85) (envelope-from ) + id 1ZWXIz-0003w4-RX; Tue, 01 Sep 2015 00:11:58 +0200 +From: Amadeusz =?utf-8?B?xbtvxYJub3dza2k=?= +To: David Mazieres expires 2015-11-29 PST + +Subject: Re: muchsync files renames +In-Reply-To: <87oahnmkqf.fsf@ta.scs.stanford.edu> +References: <878u93ujdo.fsf@freja.aidecoe.name> + <876146o920.fsf@ta.scs.stanford.edu> <871teu8kdd.fsf@freja.aidecoe.name> + <87oahxojlv.fsf@ta.scs.stanford.edu> <87vbbwnbb4.fsf@freja.aidecoe.name> + <87io7wr50y.fsf@ta.scs.stanford.edu> <87k2sbmzww.fsf@freja.aidecoe.name> + <87oahnmkqf.fsf@ta.scs.stanford.edu> +User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Mon, 31 Aug 2015 23:11:43 +0100 +Message-ID: <87egijm7kw.fsf@freja.aidecoe.name> +MIME-Version: 1.0 +Content-Type: multipart/signed; boundary="=-=-="; + micalg=pgp-sha512; protocol="application/pgp-signature" +Cc: notmuch@notmuchmail.org +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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: Mon, 31 Aug 2015 22:12:07 -0000 + +--=-=-= +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: quoted-printable + +Hi David, + +dm-list-email-notmuch@scs.stanford.edu writes: +> The one thing I'm still unclear on is whether afew is running on the +> client of the server. + +It is run as a post-hook, i.e. after "notmuch new", so it's on the +server. + +> I guess the other option is that your maildir.synchronize_flags false +> on the server and true on the client. + +Both have this set to true. + +> If you are running it on the server, then somehow afew must not be +> respecting the maildir.synchronize_flags setting. Otherwise, the file +> should already be moved to the cur directory after having the unread +> tag stripped off on the server. + +Not necessarily. The recommended setup of notmuch for afew is that +"notmuch new" tags messages with "new" tag only. Then afew processes all +messages with "new" tag. So if it is a spam, then it gets "new" removed +and "spam" added. A spam message at any time doesn't have "unread" tag +assigned which should explain this behaviour. So the problem is to be +fixed on the afew side. + +Once again thank you for helping with tracking down the issue. + +=2D-=20 +Amadeusz =C5=BBo=C5=82nowski + +--=-=-= +Content-Type: application/pgp-signature; name="signature.asc" + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.1 + +iQJ8BAEBCgBmBQJV5NEfXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w +ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCMzcyRTFENjI5NUM1MzYwQTQwODQyRUZD +QkNDODAyM0Y1OUUxNzA0AAoJEMvMgCP1nhcE7m0P/A1VeqCQBH186//a3bwD5xUG +jUEND+e/KKsmsYt9v7esJyCLyyghPQge1Nbn9NLrxRy8W3NjVR8cev/xZ/2p1TQe +eNgUZcuzAwaSe7UQzh+wjVw2rQid7UguB8jwgVK52UbglAl/5uA6DB1SFtsuMU+t +SDzW9uw+ToiJx+i+Bhpc5agahDn0gC3+7vRsJ9wFQ0Bo5kk6fYaloFMEmdJ843vm +9MaYBIN01f/wcJO27Lp66qzrK8gmapQhRp4hIuW2yKK/Db4ZkIfAkCJ50E2WgGVJ +cHcmcuA58uezpwRRR9NJq0VsqzaEodcq1//FZc0tDeLylf71Dm+9Lx7+wntUtpiG +ebyGRmy38HD3cHNOb0blFUQkbi5RFgo//hPKeJV6xUojbIptSQg93fKGZlxnABRs +ebv4PyTU6zJFx3pgzD5FFYvTgAgkiWFewGgfBDwi8Igt01M18snETVkF6E5+FhBc +8wpasaoLfdQ5ZWjQ4nBdoIlvHiiRUKkIsrk9GEgZ3zFQZTc7CrJ8Du+xdhsCaROY +H2kOXGKuhml23nbJEpK7Tca1XROyyuoBwVA/zvjA1mfzZZHejxNoykixhx0n+rfI +OS2SUavuiex5vGrQk80OOYnSn02GSwef8JaBdqZ4d6W4MMCiFhtsegkwv+rk8DnY +qI1L07U2FdMOUclfdnzb +=XNKo +-----END PGP SIGNATURE----- +--=-=-=-- -- 2.26.2