Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / dd / 7851b4c114b41c34aa9c06b081aed1610e1516
1 Return-Path: <markwalters1009@gmail.com>\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 4A2DD431FCB\r
6         for <notmuch@notmuchmail.org>; Sat,  5 Apr 2014 14:24:53 -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: 0.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id nXzMfPvcDSgD for <notmuch@notmuchmail.org>;\r
18         Sat,  5 Apr 2014 14:24:47 -0700 (PDT)\r
19 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
20         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 9BB15431FBF\r
23         for <notmuch@notmuchmail.org>; Sat,  5 Apr 2014 14:24:47 -0700 (PDT)\r
24 Received: by mail-we0-f181.google.com with SMTP id q58so4886166wes.26\r
25         for <notmuch@notmuchmail.org>; Sat, 05 Apr 2014 14:24:45 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id;\r
28         bh=Un8HpP+q0MF6Ale6GR8bNvxYHV7N9PWrb6Dl7vlVWas=;\r
29         b=qS497JEUJdyJ+LzK6p7muUO3Sg2u+zcskZZNyu3UaEeN6pLl7GX2audc9bch0K825e\r
30         URiYAPVBlzyt+DZ5djWyVWfHWU+uhKRvlTQ20R+Y9FiQob13czHrIJlf7644odGs13u3\r
31         ltUk9lh5BBh9CLO7iNaYwA9cUZOzEOzbM1+mq1VHbpd3GOOquMlsTP35uygCWx4qUye6\r
32         rQX8RZ7a2LpWtH9NaTtTvXYznNxos71mz9/Kv+G+tbG+4D5jCsfoKUX8DF6ksIa6OV4/\r
33         r4EVZ4a3S44bq0TmYqrCUl5oSlhRrMLRdHzKzqE080IR+ZnaAIcYdVLD4n/6fow0nmXr\r
34         Hyug==\r
35 X-Received: by 10.194.89.168 with SMTP id bp8mr30286551wjb.73.1396733083580;\r
36         Sat, 05 Apr 2014 14:24:43 -0700 (PDT)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPSA id\r
39         eq8sm13041953wib.16.2014.04.05.14.24.42 for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Sat, 05 Apr 2014 14:24:43 -0700 (PDT)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH 0/5] emacs: hello: convert saved-searches to plists\r
45 Date: Sat,  5 Apr 2014 22:24:20 +0100\r
46 Message-Id: <1396733065-32602-1-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.10.4\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Sat, 05 Apr 2014 21:24:53 -0000\r
61 \r
62 This series converts the saved-search format to plists. This should\r
63 make it much easier to extend their functionality. The final patch\r
64 illustrates this by adding a sort-order option to the saved\r
65 searches. It also exposes the count-query functionality that is\r
66 already present internally, and could be used to store keyboard\r
67 shortcuts for searches.\r
68 \r
69 The series tries hard to be backwardly compatible and seems to work in\r
70 most cases. However, notmuch-hello is very interconnected so some\r
71 corner cases may fail: for example if people are doing strange things\r
72 with notmuch-saved-search-sort-function then it may break.\r
73 \r
74 Also note that the functions used for saved-searches are also used for\r
75 the "all tags" section: I have not converted them as they are purely\r
76 internal. Since we have backwards compatibility they still work.\r
77 \r
78 Best wishes\r
79 \r
80 Mark\r
81 \r
82 \r
83 \r
84 \r
85 \r
86 \r
87 \r
88 Mark Walters (5):\r
89   emacs: hello: add helper functions for saved-searches\r
90   emacs: hello: use the saved-search helper functions\r
91   emacs: hello: add a customize for saved-searches\r
92   emacs: hello: switch notmuch-hello-insert-buttons to plists\r
93   emacs: Add a sort-order option to saved-searches\r
94 \r
95  emacs/notmuch-hello.el |  129 +++++++++++++++++++++++++++++++++---------------\r
96  emacs/notmuch-lib.el   |   33 +++++++++++--\r
97  emacs/notmuch.el       |    6 +--\r
98  3 files changed, 122 insertions(+), 46 deletions(-)\r
99 \r
100 -- \r
101 1.7.10.4\r
102 \r