[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 9f / b4caf5494a2a74306c712f56e6f377acb6f555
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 91E824196F0\r
6         for <notmuch@notmuchmail.org>; Wed,  9 Jun 2010 08:56:04 -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: -3.42\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-3.42 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_SORBS_WEB=0.77,\r
13         T_MIME_NO_TEXT=0.01] autolearn=ham\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id fMlFpfYZoiYo for <notmuch@notmuchmail.org>;\r
17         Wed,  9 Jun 2010 08:55:54 -0700 (PDT)\r
18 Received: from brinza.cc.columbia.edu (brinza.cc.columbia.edu [128.59.29.8])\r
19         by olra.theworths.org (Postfix) with ESMTP id 55AE1431FC1\r
20         for <notmuch@notmuchmail.org>; Wed,  9 Jun 2010 08:55:54 -0700 (PDT)\r
21 Received: from servo.finestructure.net (NYUFGA-GUESTS-01.NATPOOL.NYU.EDU\r
22         [192.76.177.124])\r
23         (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
24         by brinza.cc.columbia.edu (8.14.3/8.14.3) with ESMTP id o59FtqYZ017927\r
25         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT);\r
26         Wed, 9 Jun 2010 11:55:52 -0400 (EDT)\r
27 Received: from jrollins by servo.finestructure.net with local (Exim 4.71)\r
28         (envelope-from <jrollins@finestructure.net>)\r
29         id 1OMNdA-0000g7-0b; Wed, 09 Jun 2010 11:55:52 -0400\r
30 From: Jameson Rollins <jrollins@finestructure.net>\r
31 To: David Edmondson <dme@dme.org>, Notmuch Mail <notmuch@notmuchmail.org>\r
32 Subject: Re: [PATCH] remove message archiving from show-advance-and-archive\r
33 In-Reply-To: <87wru8rze2.fsf@ut.hh.sledj.net>\r
34 References: <87zkz4xnf4.fsf@servo.finestructure.net>\r
35         <874ohctf2h.fsf@ut.hh.sledj.net>\r
36         <87sk4wxm7j.fsf@servo.finestructure.net>\r
37         <87wru8rze2.fsf@ut.hh.sledj.net>\r
38 User-Agent: Notmuch/0.3.1-59-g0b3b2bd (http://notmuchmail.org) Emacs/23.1.1\r
39         (i486-pc-linux-gnu)\r
40 Date: Wed, 09 Jun 2010 11:55:49 -0400\r
41 Message-ID: <87hblcxksa.fsf@servo.finestructure.net>\r
42 MIME-Version: 1.0\r
43 Content-Type: multipart/signed; boundary="=-=-=";\r
44         micalg=pgp-sha256; protocol="application/pgp-signature"\r
45 X-No-Spam-Score: Local\r
46 X-Scanned-By: MIMEDefang 2.68 on 128.59.29.8\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Wed, 09 Jun 2010 15:56:04 -0000\r
60 \r
61 --=-=-=\r
62 \r
63 On Wed, 09 Jun 2010 16:36:53 +0100, David Edmondson <dme@dme.org> wrote:\r
64 > They are clearly different. If I read a thread with 'space' the 'unread'\r
65 > tag is removed from the messages as I pass them by. I can then 'q' from\r
66 > the thread and the messages are not archived ('inbox' is not removed),\r
67 > but they are no longer 'unread'.\r
68 \r
69 But it's not necessarily clear that you've reached the end of a thread,\r
70 which means it's somewhat indeterministic if the "inbox" tag is removed\r
71 or not.  If users have to explicitly remove all tags other than\r
72 "unread", then this gets rid of this problem all together.\r
73 \r
74 > Maybe you could submit a patch which allows a user to choose the\r
75 > behaviour with a customisation variable? (Though I'd expect the value of\r
76 > that variable to preserve backward compatible behaviour until Carl says\r
77 > otherwise.)\r
78 \r
79 I actually submitted this patch because there was noise on #notmuch\r
80 about people (including from cworth) not liking the default behavior\r
81 where the "inbox" tag is removed by the advance function.\r
82 \r
83 I would like to push it back the other way.  Having specific tags\r
84 modified by specific commands is something particular to individual\r
85 users.  If a user wants to do something special, they can make their own\r
86 function to do that.\r
87 \r
88 jamie.\r
89 \r
90 --=-=-=\r
91 Content-Type: application/pgp-signature\r
92 \r
93 -----BEGIN PGP SIGNATURE-----\r
94 Version: GnuPG v1.4.10 (GNU/Linux)\r
95 \r
96 iQIcBAEBCAAGBQJMD7mFAAoJEO00zqvie6q8qNgQAI9sbCStoUtvgsdnrHXq8ymJ\r
97 OyNh/5nCJKjwSSvOVDoMaeXOZyXyzMsuM+d5P++Kk7NGqkFUt3LGij6ZkOn1nQbA\r
98 ehlkuZHM+hbOt6kne4dpqWAmLDAzI1jUB1RhhGuP9HRuWB0zZvZMxiHbhXeGXFz0\r
99 osw4kXf3M1GwV3xTULZ9F22os1a8vJMBa3igzaxhg0cQ3fVyEcAxQtIlNrzoskjm\r
100 1l9xNKJzVP3c8Eb06K5BX1OVmYrOgr//hN/vg3HbZ3lF13+UBet5J/F5JNQGXNz4\r
101 C3ohPdgvOGaaLYR0INEjaLjxN8D/lYPkgZM4vBJPpjProgzmQFoGWgF82WD1aWvm\r
102 ZbiOfOQd5QO/oZdzwxdvszDo6JmYtKA55m/TunlXcbd+Yt9Qh5RCLZZtYAXo23GY\r
103 IKNOykxILAa7D00KrNOrffVSrEZi9tMy2mrp/mHzRTaElUWW2qLeN90NmZ3uAVu2\r
104 nCNAJ5JMcRuU04fLNcyd9Um1xsxie9SVElOfmj5q9atDWCSpjKibxNKuQCxIiZjR\r
105 IvClD3qGO8hcoG5NiD7H+c7lInnSmGHDpUTE37y3Jv2AluiLn/iyPjYL+NLX+nWt\r
106 hvQ+oMAWu6yopxnTtr81eOB3jX8IDahEZg44qv5tBbE5taMAIyRS+BhEqNPvcVAh\r
107 XV/QnwLe/tSesgjp/ZOM\r
108 =TnhJ\r
109 -----END PGP SIGNATURE-----\r
110 --=-=-=--\r