Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 14 / 1b9c735aa5ab86f3aedfd42d3f424e570246f8
1 Return-Path: <jrollins@finestructure.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id F1E85429E25\r
6         for <notmuch@notmuchmail.org>; Mon,  6 Jun 2011 09:28:20 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.29\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id pOTzdUKegguA for <notmuch@notmuchmail.org>;\r
16         Mon,  6 Jun 2011 09:28:20 -0700 (PDT)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id 3F642431FB6\r
20         for <notmuch@notmuchmail.org>; Mon,  6 Jun 2011 09:28:20 -0700 (PDT)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id 6AFEF66E0290;\r
23         Mon,  6 Jun 2011 09:28:18 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from servo.finestructure.net\r
26         (adsl-76-240-184-246.dsl.irvnca.sbcglobal.net [76.240.184.246])\r
27         (Authenticated sender: jrollins)\r
28         by earth-doxen-submit (Postfix) with ESMTP id 8FE1066E02AB;\r
29         Mon,  6 Jun 2011 09:28:15 -0700 (PDT)\r
30 Received: by servo.finestructure.net (Postfix, from userid 1000)\r
31         id F20EC7B8; Mon,  6 Jun 2011 09:28:15 -0700 (PDT)\r
32 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
33 To: Carl Worth <cworth@cworth.org>, Notmuch Mail <notmuch@notmuchmail.org>\r
34 Subject: tag sharing [was: Re: release-candidate/0.6 redux]\r
35 In-Reply-To: <87oc2bjgrs.fsf@yoom.home.cworth.org>\r
36 References: <1306619520-25730-1-git-send-email-jrollins@finestructure.net>\r
37         <87hb8eebdi.fsf@servo.factory.finestructure.net>\r
38         <87pqmyn224.fsf@servo.factory.finestructure.net>\r
39         <87zklyjshd.fsf@yoom.home.cworth.org>\r
40         <87sjrng5k3.fsf@servo.factory.finestructure.net>\r
41         <87oc2bjgrs.fsf@yoom.home.cworth.org>\r
42 User-Agent: Notmuch/0.6 (http://notmuchmail.org) Emacs/23.3.1\r
43         (x86_64-pc-linux-gnu)\r
44 Date: Mon, 06 Jun 2011 09:28:13 -0700\r
45 Message-ID: <8762oigc0y.fsf@servo.factory.finestructure.net>\r
46 MIME-Version: 1.0\r
47 Content-Type: multipart/signed; boundary="=-=-=";\r
48         micalg=pgp-sha256; protocol="application/pgp-signature"\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Mon, 06 Jun 2011 16:28:21 -0000\r
62 \r
63 --=-=-=\r
64 \r
65 On Mon, 06 Jun 2011 05:17:27 -0700, Carl Worth <cworth@cworth.org> wrote:\r
66 > Hopefully, someone will provide me with a good way to publish my queue\r
67 > soon, ("notmuch search --output=html" ?), and then communication like\r
68 > this will be a bit easier. ;-)\r
69 \r
70 I've been thinking about this more and it really seems we need a way to\r
71 just share tags.  What if we had a way to export all the tags for a set\r
72 of messages as a notmuch dump file, that could just be piped into\r
73 notmuch to modify tags?  This would be a great way for lots of people to\r
74 keep tags synced on a set of messages.\r
75 \r
76 The main difficulty (seems to me) would be the sharing of -tags.  You\r
77 wouldn't want the absence of a tag on a message in the tag file to mean\r
78 that the tag should be removed.  So we would need to represent both\r
79 +tags and -tags in the dump file [0].\r
80 \r
81 It seems a little crazy, but would it be possible to store -tags in the\r
82 database somehow?\r
83 \r
84 jamie.\r
85 \r
86 [0] This would actually help with tags applied when the message is\r
87 indexed as well, like "signed" and "encrypted", since it would allow for\r
88 tagging messages that were indexed before the "signed"/"encrypted"\r
89 tagging was a feature.\r
90 \r
91 --=-=-=\r
92 Content-Type: application/pgp-signature\r
93 \r
94 -----BEGIN PGP SIGNATURE-----\r
95 Version: GnuPG v1.4.11 (GNU/Linux)\r
96 \r
97 iQIcBAEBCAAGBQJN7QAdAAoJEO00zqvie6q8BeAQAJT3jKhdGba+b4NeK37ZOEIT\r
98 VrXwmGIqDZeEOESUf0J1BYWZ1n/KHcPUPXRx03D5p+dWJS4Kjtts0Ai9jrFxegcd\r
99 UGlIFKo1MMkdV2I69TGd/BwHY6w6kbOLdjEzvuzhYDu+UyRArG8nDm2NsHRHyTev\r
100 wU0Ka88KfFFukN3tIF1xn4K4OwsCjo/Jdjq8BeHGcR8aACNtUvOZlLdLXmzHcDxQ\r
101 Jzeewe5HLdvLDb963dG3hbHX6Z5Zvy8JpfVAZ2bo07E2jW0RLFut6LrJa3BqMtt+\r
102 8N6irIVeeFuRPVC+EsxQ6Z4iQ4+1iatpM5DWbcSrCghfYrx5kbl1QZ5+fqYEw3Wc\r
103 wzxVcRvzVOYQ16iOSnWVfjd4peyGn15Fivs7yE1GQMFsQZbEP9aylPHFLfk4HUCk\r
104 VQIkVI5qlqaZoZ/OplZ/KUB4gbPNXrsymO0YFT/urSjToX2Yx1/vjlzY9gh8Oqr6\r
105 CqdLb8pN009JHSGsDNi0ZRnCGaMJ0eUkxBcjQ0r1aquOklO5fi3/zGAxPWHHicuk\r
106 1HMAZ39kCLUlqcYzVscToXz4Btn84SI+nEI9cCPWJ6ci2i5ky24cSYFfVf82tfh8\r
107 6CMj+HEV+dcb1wnbqMwfXFjdVlpHLntCkvfpjheeRPt4Tk5uosxzjRdWgCmq8gq+\r
108 nZb2nAykOz+OT+F81Bp7\r
109 =+2dx\r
110 -----END PGP SIGNATURE-----\r
111 --=-=-=--\r