Re: Why not tags inside messages?
authorJames Vasile <james@hackervisions.org>
Sat, 7 Apr 2012 17:35:15 +0000 (13:35 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:46:06 +0000 (09:46 -0800)
9a/aba6fd859f1b6168dc1840074384f92c51583b [new file with mode: 0644]

diff --git a/9a/aba6fd859f1b6168dc1840074384f92c51583b b/9a/aba6fd859f1b6168dc1840074384f92c51583b
new file mode 100644 (file)
index 0000000..c4e1aff
--- /dev/null
@@ -0,0 +1,103 @@
+Return-Path: <james@jamesvasile.com>\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 91CD7431FB6\r
+       for <notmuch@notmuchmail.org>; Sat,  7 Apr 2012 10:35:25 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.363\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.363 tagged_above=-999 required=5\r
+       tests=[RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1] autolearn=disabled\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 7Vu9M3ajSkFq for <notmuch@notmuchmail.org>;\r
+       Sat,  7 Apr 2012 10:35:24 -0700 (PDT)\r
+Received: from hackervisions.org (67-207-143-141.slicehost.net\r
+       [67.207.143.141]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id C8985431FAE\r
+       for <notmuch@notmuchmail.org>; Sat,  7 Apr 2012 10:35:24 -0700 (PDT)\r
+Received: from ool-457af02d.dyn.optonline.net ([69.122.240.45] helo=localhost)\r
+       by hackervisions.org with esmtpsa\r
+       (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72)\r
+       (envelope-from <james@jamesvasile.com>)\r
+       id 1SGZXl-0000bk-QQ; Sat, 07 Apr 2012 13:35:21 -0400\r
+From: James Vasile <james@hackervisions.org>\r
+To: David Belohrad <david@belohrad.ch>, notmuch@notmuchmail.org\r
+Subject: Re: Why not tags inside messages?\r
+In-Reply-To: <xexs6s7b1nmtadi88rt2uecu.1333817163231@email.android.com>\r
+References: <xexs6s7b1nmtadi88rt2uecu.1333817163231@email.android.com>\r
+User-Agent: Notmuch/0.11.1+311~g29d4390 (http://notmuchmail.org) Emacs/23.3.1\r
+       (i486-pc-linux-gnu)\r
+Date: Sat, 07 Apr 2012 13:35:15 -0400\r
+Message-ID: <87bon3sawc.fsf@wyzanski.jamesvasile.com>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha1; protocol="application/pgp-signature"\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: Sat, 07 Apr 2012 17:35:25 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Sat, 07 Apr 2012 18:46:03 +0200, David Belohrad <david@belohrad.ch> wrot=\r
+e:\r
+> Dear all,\r
+>=20\r
+> I'd love to use notmuch with offline imap =C2=A0to work rather on local\r
+> copy of messages, than using remote notmuch, which is slightly slower\r
+> due to bandwidth limitation of my vdsl line. There is however\r
+> fundamental problem of syncing flags between two instances of\r
+> notmuch. So my question is, whether it would be possible, when tagging\r
+> message, to store the tag as well in the message itself. Might this\r
+> help to sync across multiple instances?\r
+\r
+From=20my POV, there are two problems here.=20=20\r
+\r
+First is that storing tags in multiple places (one in db and once in\r
+each message copy) leads to the question of which set of tags is\r
+authoritative.  Syncing those tags is additional complexity.  And as a\r
+mail moves to another system with a different notmuch db, what happens\r
+to the tags?\r
+\r
+Second is that your tags might then be public because\r
+forwarding/replying to a message will, depending on your mail client,\r
+also get included.\r
+\r
+>=20\r
+> Another thing is, that I'd love to have native android app working\r
+> over remote notmuch to work as my email agent. Is there anything like\r
+> this? I guess not...\r
+\r
+Not that I'm aware of, but if anybody is working on this, I'd love to\r
+know and see if I can help.\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.12 (GNU/Linux)\r
+\r
+iQEcBAEBAgAGBQJPgHrTAAoJECaDklOuuidYI1oIAMKu58UGspqIoH++Ec8+X036\r
+Fm0AFHhLiSXopdnzlPz1jPeDZklhCTRKI9xrRQvkO+Vk0L0DJBl+et+Ta+pL85H4\r
+wn9fmCMZVzwb9eF73iPZ4zkfWXvZbBsSHiZ78QuulUuUdPl/sQ1wkPBkbUy4/y8L\r
+nlg20RY+cXH8aQLUflaWgW1+nTZ4+y8h6sBCuQCGCAkUr6lcwxvHyeS3BTcOnHBa\r
+MQquNYUQVCQauFk6JW3b6chzWhEsaQEYONowGaME2KyD2mtDy7Cxrgdb8PedsCww\r
+qmrjQSN7jiuQjuhaRPNQVW6cKMVDfEkRqdJ9n8RC/cCbjbkwR86ii3laxY86WxI=\r
+=TbsJ\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r