Re: [PATCH 2/2] test: use emacsclient(1) for Emacs tests
[notmuch-archives.git] / 02 / 2870bae01ecc4a63514bcb8432cd24d979659a
1 Return-Path: <cworth@cworth.org>\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 0C28D431FC0;\r
6         Wed, 18 Nov 2009 02:19:41 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id rHvOVeab1ieM; Wed, 18 Nov 2009 02:19:40 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id AD2A7431FAE;\r
13         Wed, 18 Nov 2009 02:19:39 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Keith Packard <keithp@keithp.com>, notmuch@notmuchmail.org\r
16 In-Reply-To: <1258493565-13508-1-git-send-email-keithp@keithp.com>\r
17 References: <1258493565-13508-1-git-send-email-keithp@keithp.com>\r
18 Date: Wed, 18 Nov 2009 02:19:26 -0800\r
19 Message-ID: <87k4xoqgnl.fsf@yoom.home.cworth.org>\r
20 MIME-Version: 1.0\r
21 Content-Type: text/plain; charset=us-ascii\r
22 Subject: Re: [notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands\r
23  remove inbox (and unread) tags\r
24 X-BeenThere: notmuch@notmuchmail.org\r
25 X-Mailman-Version: 2.1.12\r
26 Precedence: list\r
27 List-Id: "Use and development of the notmuch mail system."\r
28         <notmuch.notmuchmail.org>\r
29 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
30         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
31 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
32 List-Post: <mailto:notmuch@notmuchmail.org>\r
33 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
34 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
35         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
36 X-List-Received-Date: Wed, 18 Nov 2009 10:19:41 -0000\r
37 \r
38 On Tue, 17 Nov 2009 13:32:45 -0800, Keith Packard <keithp@keithp.com> wrote:\r
39 > When closing a thread view, mark the thread as archived by removing\r
40 > the "inbox" tag, and for the 'x' variant, the "unread" tag as well,\r
41 > then kill the buffer and update the search window view as well.\r
42\r
43 > This makes 'x' much the same as 'a', but instead of taking you to the\r
44 > next message, it takes you back to the search window instead.\r
45 \r
46 I don't like this---but that's because I use 'x' precisely *because* it\r
47 preserves these tags.\r
48 \r
49 Otherwise, you might as well just remove inbox and unread as soon as the\r
50 message is presented to the user. And that's a bug in a lot of other\r
51 email programs that I'm unwilling to replicate.\r
52 \r
53 We may run into a need to define different ways that people like to work\r
54 with their email here. (I know that so far I've just been coding up the\r
55 way I want my mail to work.)\r
56 \r
57 -Carl\r