Re: [notmuch] Idea for storing tags
authormartin f krafft <madduck@madduck.net>
Tue, 12 Jan 2010 04:06:45 +0000 (17:06 +1300)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:35:58 +0000 (09:35 -0800)
55/4a4110079f50e049767d8e6861c4e16b7d893b [new file with mode: 0644]

diff --git a/55/4a4110079f50e049767d8e6861c4e16b7d893b b/55/4a4110079f50e049767d8e6861c4e16b7d893b
new file mode 100644 (file)
index 0000000..f0ae40a
--- /dev/null
@@ -0,0 +1,106 @@
+Return-Path: <madduck@lapse.rw.madduck.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 8AFF7431FBC\r
+       for <notmuch@notmuchmail.org>; Mon, 11 Jan 2010 20:07:34 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\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 qTNzxQozc07i for <notmuch@notmuchmail.org>;\r
+       Mon, 11 Jan 2010 20:07:34 -0800 (PST)\r
+Received: from clegg.madduck.net (clegg.madduck.net [193.242.105.96])\r
+       by olra.theworths.org (Postfix) with ESMTP id F1499431FAE\r
+       for <notmuch@notmuchmail.org>; Mon, 11 Jan 2010 20:07:33 -0800 (PST)\r
+Received: from lapse.rw.madduck.net (unknown\r
+       [IPv6:2404:130:0:1000:20a:e4ff:fe30:4316])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (Client CN "lapse.rw.madduck.net",\r
+       Issuer "CAcert Class 3 Root" (verified OK))\r
+       by clegg.madduck.net (postfix) with ESMTPS id 08D4B1D4097;\r
+       Tue, 12 Jan 2010 05:07:21 +0100 (CET)\r
+Received: by lapse.rw.madduck.net (Postfix, from userid 1000)\r
+       id B5016E20; Tue, 12 Jan 2010 17:06:45 +1300 (NZDT)\r
+Date: Tue, 12 Jan 2010 17:06:45 +1300\r
+From: martin f krafft <madduck@madduck.net>\r
+To: notmuch@notmuchmail.org\r
+Message-ID: <20100112040645.GB13223@lapse.rw.madduck.net>\r
+Mail-Followup-To: notmuch@notmuchmail.org,\r
+       mailtags discussion list <mailtags@lists.madduck.net>\r
+References: <20100111221909.GA30299@lapse.rw.madduck.net>\r
+       <1263267603-sup-302@elise>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; micalg=pgp-ripemd160;\r
+       protocol="application/pgp-signature"; boundary="1UWUbFP1cBYEclgG"\r
+Content-Disposition: inline\r
+In-Reply-To: <1263267603-sup-302@elise>\r
+X-Motto: Keep the good times rollin'\r
+X-OS: Debian GNU/Linux squeeze/sid kernel 2.6.32-trunk-686 i686\r
+X-Spamtrap: madduck.bogus@madduck.net\r
+X-Subliminal-Message: debian/rules!\r
+User-Agent: Mutt/1.5.20 (2009-06-14)\r
+X-Virus-Scanned: clamav-milter 0.95.3 at clegg\r
+X-Virus-Status: Clean\r
+Cc: mailtags discussion list <mailtags@lists.madduck.net>\r
+Subject: Re: [notmuch] Idea for storing tags\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: Tue, 12 Jan 2010 04:07:34 -0000\r
+\r
+\r
+--1UWUbFP1cBYEclgG\r
+Content-Type: text/plain; charset=us-ascii\r
+Content-Disposition: inline\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+also sprach Scott Robinson <scott@quadhome.com> [2010.01.12.1644 +1300]:\r
+> I wrote a script to store and sync my tags.\r
+>=20\r
+>   * One filename per message-ID.\r
+>   * Line-feed seperated tags in each file.\r
+>=20\r
+> Then the whole structure is controlled via git.\r
+> Conflict-resolution and sync comes for free.\r
+\r
+How do you ensure that the external tag store and your mail store do\r
+not go out of sync? I assume that mails without a tagfile are simply\r
+untagged, so that's hardly the issue. However, if you delete a mail,\r
+how do you ensure that the tag database is cleaned up?\r
+\r
+Also, do you attach tags automatically, e.g. with procmail on the\r
+server? If so, how do you initiate git-pull locally?\r
+\r
+Would you consider sharing your script?\r
+\r
+--=20\r
+martin | http://madduck.net/ | http://two.sentenc.es/\r
+=20\r
+"alle vorurteile kommen aus den eingeweiden."\r
+                                                 - friedrich nietzsche\r
+=20\r
+spamtraps: madduck.bogus@madduck.net\r
+\r
+--1UWUbFP1cBYEclgG\r
+Content-Type: application/pgp-signature; name="digital_signature_gpg.asc"\r
+Content-Description: Digital signature (see http://martin-krafft.net/gpg/)\r
+Content-Disposition: inline\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.10 (GNU/Linux)\r
+\r
+iEYEAREDAAYFAktL9VUACgkQIgvIgzMMSnXBRQCdGp7yMSe50bBUHpvVXZmc+KwJ\r
+aiQAn2+fVPmd2+I7uSYdj+Wb/a/xzio7\r
+=YFBr\r
+-----END PGP SIGNATURE-----\r
+\r
+--1UWUbFP1cBYEclgG--\r