[PATCH 06/10] cli: Introduce "notmuch address" command
[notmuch-archives.git] / 1b / 5c3b9e2533f160dfca41f7a38520ffd1e6924a
1 Return-Path: <bremner@pivot.cs.unb.ca>\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 1FCF0431FBC\r
6         for <notmuch@notmuchmail.org>; Fri, 25 Dec 2009 12:09:22 -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 vV0DYjHZJiWQ for <notmuch@notmuchmail.org>;\r
11         Fri, 25 Dec 2009 12:09:21 -0800 (PST)\r
12 Received: from pivot.cs.unb.ca (pivot.cs.unb.ca [131.202.240.57])\r
13         by olra.theworths.org (Postfix) with ESMTP id 3C562431FAE\r
14         for <notmuch@notmuchmail.org>; Fri, 25 Dec 2009 12:09:21 -0800 (PST)\r
15 Received: from\r
16         fctnnbsc30w-142167182194.pppoe-dynamic.high-speed.nb.bellaliant.net\r
17         ([142.167.182.194] helo=localhost)\r
18         by pivot.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)\r
19         (Exim 4.69) (envelope-from <bremner@pivot.cs.unb.ca>)\r
20         id 1NOGTQ-0004ob-MN\r
21         for notmuch@notmuchmail.org; Fri, 25 Dec 2009 16:09:20 -0400\r
22 Received: from bremner by localhost with local (Exim 4.71)\r
23         (envelope-from <bremner@pivot.cs.unb.ca>) id 1NOGTL-0006B2-As\r
24         for notmuch@notmuchmail.org; Fri, 25 Dec 2009 16:09:15 -0400\r
25 From: david@tethera.net\r
26 To: notmuch@notmuchmail.org\r
27 Date: Fri, 25 Dec 2009 16:09:06 -0400\r
28 Message-Id: <1261771748-23687-1-git-send-email-david@tethera.net>\r
29 X-Mailer: git-send-email 1.6.5.7\r
30 In-Reply-To: <87my17965l.fsf@anar.kanru.info>\r
31 References: <87my17965l.fsf@anar.kanru.info>\r
32 X-Sender-Verified: bremner@pivot.cs.unb.ca\r
33 Subject: [notmuch] Update Patch Series. Only collapse part of citations.\r
34 X-BeenThere: notmuch@notmuchmail.org\r
35 X-Mailman-Version: 2.1.12\r
36 Precedence: list\r
37 List-Id: "Use and development of the notmuch mail system."\r
38         <notmuch.notmuchmail.org>\r
39 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
41 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
42 List-Post: <mailto:notmuch@notmuchmail.org>\r
43 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
44 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
46 X-List-Received-Date: Fri, 25 Dec 2009 20:09:22 -0000\r
47 \r
48 On Fri, 25 Dec 2009 09:47:02 +0800, Kan-Ru Chen <kanru@kanru.info> wrote:\r
49 \r
50 > I like this idea, but this patch hides all citations larger than the\r
51 > threshold. I'd like to see limited lines of citations been displayed.\r
52 \r
53 Since you ask nicely, OK :).\r
54 \r
55 I kept it as two patches so that people could compare the usability of\r
56 both versions.  \r
57 \r
58 [PATCH 1/2] notmuch.el: Refactor citation markup. Variables for minimum size, button text.\r
59 \r
60 This is as before, except one stray '*' deleted from the regex for\r
61 matching citations. This bug was only detected when I started\r
62 partially hiding citations.\r
63 \r
64 [PATCH 2/2] notmuch.el: show some of citation even when hiding.  \r
65 \r
66 This implements Kan-Ru's suggested format. I also changed the default\r
67 text on the citation buttons so that it made a bit more sense when the\r
68 citation was expanded.\r
69 \r
70 At first I thought having the buttons in the middle of an expanded\r
71 citation would be really irritating, but I got used to it pretty\r
72 quickly. So give it a chance ;).  Hiding buttons or replacing them\r
73 looks a bit messy to me.\r
74 \r
75 David\r