Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / d5 / 10075124aa4569bc9f2c4dfb16a4cc3b320c28
1 Return-Path: <dme@dme.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 2306D429E36\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 05:48:42 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 G-mEyTEacBvy for <notmuch@notmuchmail.org>;\r
16         Wed, 25 Jan 2012 05:48:41 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 45B18431FD5\r
21         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 05:48:41 -0800 (PST)\r
22 Received: by wibhi8 with SMTP id hi8so2496720wib.26\r
23         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 05:48:40 -0800 (PST)\r
24 MIME-Version: 1.0\r
25 Received: by 10.180.86.9 with SMTP id l9mr19397126wiz.15.1327499320115;\r
26         Wed, 25 Jan 2012 05:48:40 -0800 (PST)\r
27 Received: from hotblack-desiato.hh.sledj.net\r
28         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
29         by mx.google.com with ESMTPS id fv6sm1642068wib.8.2012.01.25.05.48.37\r
30         (version=TLSv1/SSLv3 cipher=OTHER);\r
31         Wed, 25 Jan 2012 05:48:38 -0800 (PST)\r
32 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
33         id 182E29FE67; Wed, 25 Jan 2012 13:48:36 +0000 (GMT)\r
34 From: David Edmondson <dme@dme.org>\r
35 To: notmuch@notmuchmail.org\r
36 Subject: [PATCH 0/3 v2] minor cleanup and improvements\r
37 Date: Wed, 25 Jan 2012 13:48:31 +0000\r
38 Message-Id: <1327499314-7887-1-git-send-email-dme@dme.org>\r
39 X-Mailer: git-send-email 1.7.8.3\r
40 In-Reply-To: <1327496913-4946-1-git-send-email-dme@dme.org>\r
41 References: <1327496913-4946-1-git-send-email-dme@dme.org>\r
42 X-Gm-Message-State:\r
43  ALoCoQmzZv2px1xLi3waMr/CxjFvLrHrdAlJ2fBO3PzARtCvLpmn/ckxvEC4d0CF0YnBpCWSs2Yu\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Wed, 25 Jan 2012 13:48:42 -0000\r
57 \r
58 Three minor cleanup or small improvement patches.\r
59 \r
60 v2: Fix the case where subject can be `nil' in patch 3.\r
61 \r
62 David Edmondson (3):\r
63   emacs: Stop the `truncate-string-to-width' madness.\r
64   emacs: Don't mark messages as "unsaved" when printing.\r
65   emacs: Prefer '[No Subject]' to blank subjects.\r
66 \r
67  emacs/notmuch-lib.el   |    6 ++++++\r
68  emacs/notmuch-print.el |    9 +++++++--\r
69  emacs/notmuch-show.el  |    5 ++++-\r
70  emacs/notmuch.el       |   13 ++++---------\r
71  4 files changed, 21 insertions(+), 12 deletions(-)\r
72 \r
73 -- \r
74 1.7.8.3\r
75 \r