Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 61 / 6f0000b8369a51718fe66c2f9c1437c859fbab
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 8D8E7431E84\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 05:08:39 -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 WieDbi5qLWST for <notmuch@notmuchmail.org>;\r
16         Wed, 25 Jan 2012 05:08:39 -0800 (PST)\r
17 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
18         [74.125.82.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 ED843431FBC\r
21         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 05:08:38 -0800 (PST)\r
22 Received: by werb10 with SMTP id b10so4395474wer.26\r
23         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 05:08:37 -0800 (PST)\r
24 MIME-Version: 1.0\r
25 Received: by 10.216.45.199 with SMTP id p49mr7164990web.42.1327496917834;\r
26         Wed, 25 Jan 2012 05:08:37 -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 u12sm24249309wiv.10.2012.01.25.05.08.35\r
30         (version=TLSv1/SSLv3 cipher=OTHER);\r
31         Wed, 25 Jan 2012 05:08:36 -0800 (PST)\r
32 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
33         id 7D2DB9FE67; Wed, 25 Jan 2012 13:08:34 +0000 (GMT)\r
34 From: David Edmondson <dme@dme.org>\r
35 To: notmuch@notmuchmail.org\r
36 Subject: [PATCH 0/3] minor cleanup and improvements\r
37 Date: Wed, 25 Jan 2012 13:08:30 +0000\r
38 Message-Id: <1327496913-4946-1-git-send-email-dme@dme.org>\r
39 X-Mailer: git-send-email 1.7.8.3\r
40 X-Gm-Message-State:\r
41  ALoCoQmeuMAVX/4PZfWhQjEZag0cXykLkeAIew//IgKv0x8jkzasXKAV5mqaAqTwVu+A1iQjsKBg\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Wed, 25 Jan 2012 13:08:39 -0000\r
55 \r
56 Three minor cleanup or small improvement patches.\r
57 \r
58 David Edmondson (3):\r
59   emacs: Stop the `truncate-string-to-width' madness.\r
60   emacs: Don't mark messages as "unsaved" when printing.\r
61   emacs: Prefer '[No Subject]' to blank subjects.\r
62 \r
63  emacs/notmuch-lib.el   |    5 +++++\r
64  emacs/notmuch-print.el |    9 +++++++--\r
65  emacs/notmuch-show.el  |    5 ++++-\r
66  emacs/notmuch.el       |   13 ++++---------\r
67  4 files changed, 20 insertions(+), 12 deletions(-)\r
68 \r
69 -- \r
70 1.7.8.3\r
71 \r