Re: notmuchsync: handling of the deleted tag
authorJameson Rollins <jrollins@finestructure.net>
Mon, 15 Nov 2010 03:01:09 +0000 (22:01 +1900)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:30 +0000 (09:37 -0800)
f3/ad89863dc183bf331a4b27d7d50aaba2011d07 [new file with mode: 0644]

diff --git a/f3/ad89863dc183bf331a4b27d7d50aaba2011d07 b/f3/ad89863dc183bf331a4b27d7d50aaba2011d07
new file mode 100644 (file)
index 0000000..f1a2e04
--- /dev/null
@@ -0,0 +1,98 @@
+Return-Path: <jrollins@finestructure.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 olra.theworths.org (Postfix) with ESMTP id 188EB40DBC8\r
+       for <notmuch@notmuchmail.org>; Sun, 14 Nov 2010 19:01:32 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -4.19\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-4.19 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01]\r
+       autolearn=unavailable\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 8p2UlxcqCunz for <notmuch@notmuchmail.org>;\r
+       Sun, 14 Nov 2010 19:01:22 -0800 (PST)\r
+Received: from serrano.cc.columbia.edu (serrano.cc.columbia.edu [128.59.29.6])\r
+       by olra.theworths.org (Postfix) with ESMTP id 3404C40DBDA\r
+       for <notmuch@notmuchmail.org>; Sun, 14 Nov 2010 19:01:22 -0800 (PST)\r
+Received: from servo.finestructure.net (cpe-74-66-82-137.nyc.res.rr.com\r
+       [74.66.82.137])\r
+       (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
+       by serrano.cc.columbia.edu (8.14.4/8.14.3) with ESMTP id oAF31D9H022161\r
+       (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);\r
+       Sun, 14 Nov 2010 22:01:13 -0500 (EST)\r
+Received: from jrollins by servo.finestructure.net with local (Exim 4.72)\r
+       (envelope-from <jrollins@finestructure.net>)\r
+       id 1PHpJh-0003M6-56; Sun, 14 Nov 2010 22:01:13 -0500\r
+From: Jameson Rollins <jrollins@finestructure.net>\r
+To: Carl Worth <cworth@cworth.org>, Dirk Hohndel <hohndel@infradead.org>,\r
+       Sebastian Spaeth <Sebastian@SSpaeth.de>,\r
+       Notmuch developer list <notmuch@notmuchmail.org>\r
+Subject: Re: notmuchsync: handling of the deleted tag\r
+In-Reply-To: <87pqua82os.fsf@yoom.home.cworth.org>\r
+References: <87bp7vewa5.fsf@raven.defaultvalue.org>\r
+ <87mxrcsb8a.fsf@SSpaeth.de>   <87r5gnomt2.fsf@raven.defaultvalue.org>\r
+       <87hbfnmiux.fsf@yoom.home.cworth.org>   <87oc9vf17n.fsf@SSpaeth.de>\r
+ <m34obmdzjj.fsf@x201s.gr8dns.org>     <87pqua82os.fsf@yoom.home.cworth.org>\r
+User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1\r
+       (i486-pc-linux-gnu)\r
+Date: Sun, 14 Nov 2010 22:01:09 -0500\r
+Message-ID: <87fwv3e1e2.fsf@servo.finestructure.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha256; protocol="application/pgp-signature"\r
+X-No-Spam-Score: Local\r
+X-Scanned-By: MIMEDefang 2.68 on 128.59.29.6\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\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: Mon, 15 Nov 2010 03:01:32 -0000\r
+\r
+--=-=-=\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Fri, 12 Nov 2010 16:52:51 -0800, Carl Worth <cworth@cworth.org> wrote:\r
+> This one is a simple one-liner as of notmuch 0.4:\r
+>=20\r
+>     notmuch search --output=3Dfiles tag:deleted -print0 | xargs -0 rm\r
+\r
+Is -print0 actually a command that notmuch accepts?  It's not documented\r
+as far as I can tell.  And it doesn't seem to affect the output of the\r
+command, i.e. whether or not it's used the output is still newline\r
+delimited.  I'm not seeing it in the source either.\r
+\r
+jamie.\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.10 (GNU/Linux)\r
+\r
+iQIcBAEBCAAGBQJM4KJ1AAoJEO00zqvie6q88iAP/3r3RCDu7GC4NhhJdYTNfZYm\r
+ySZalOb+KG21jebO+XG+7lP2NxdAgP1uk3gdReuCf3R951h11f2HuV08wJQ4d2mS\r
+mQw58U2iKFodGpZe9ottbBJCH1vEkvt2kGsUFPT1c5lOUlsDxKJT245kqi+KoeDO\r
+1F5EzggJrgK8pqNwQhFeOCGgAWGCPgPoPnT7m9N/97Ym+dgml+fE07tWa3rtUBXe\r
+AHNJMHbHfvyOBTTptzQyabF72DdFcDZ9eI9G1EC9HwrnyTDrDQYycWSL/lEnFJ+k\r
+z3DrkGhuyZ9KEcrJK3WUORT7W6TsDOsgOPyVzFhVapuQ+ahsvEJfuIX1o0bHky19\r
+eYrx1F1kX+yxyr48ZxKUf2yU5yypXtO7zstIdjAFCgdkzJg1lwgoP6YN8lEYSW6J\r
+OJV6x3NV459MHITV6SuOElJvZlKjKCJk1+FFBcXSyJjpd+FXG9HuBZMuUs6ffRK5\r
+SZh0UfSpm/0GY+PJxVDL+UTi+OuHXJkjmwMuoVsJHzojCMhFEz2qHZqhHaTXaGih\r
+tp/peE4Cv0W3AaHZkFWCj+WC8H96cFYBdPxuAoVC6GU7XFjsfkibXdjX2ClRjebW\r
+PznzVJ1MN3GT45tXHz2PGnTWuLPqr8MEyWtB8YjDXQY5NoKHtmbUc2iIFgIFfI+G\r
+7yF82pn0w/XENAbQR8Xh\r
+=Cc8I\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r