Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 73 / f7a09e046a8a29ee7acce1e01b869cb0120892
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 17DED431FBC\r
6         for <notmuch@notmuchmail.org>; Wed,  9 Oct 2013 13:01:41 -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: 2.7\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.7 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         FREEMAIL_REPLY=2.499, 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 cIt679HynaOX for <notmuch@notmuchmail.org>;\r
18         Wed,  9 Oct 2013 13:01:33 -0700 (PDT)\r
19 Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com\r
20         [209.85.212.180]) (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 ED900431FAF\r
23         for <notmuch@notmuchmail.org>; Wed,  9 Oct 2013 13:01:32 -0700 (PDT)\r
24 Received: by mail-wi0-f180.google.com with SMTP id hj8so1242089wib.1\r
25         for <notmuch@notmuchmail.org>; Wed, 09 Oct 2013 13:01:31 -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=3D/P4zU0JUq9rJin+CE2yTjWqMJvE14SMCR3lKc2Pjo=;\r
29         b=QcdtrXaAQgNSo4ByGHJW4kgazmuVeKV0celizg0JLXy7Qze3w0ZeYYIO6aPljVKsdS\r
30         eZS3KcEQPRxBThC35UPBccNybZGOjnjisdk5yM7bpl1gXsROcBU7xwnTXRPKIV87gzFs\r
31         QMmsrzw4w0G+U/wm6RgagH4V7f90pAsz0Kg1ws/jCnX9A48fUq2+CyfaFnY4/PMWZzCQ\r
32         zBoMLA88kULYll1BRxUEO0oYgpqyzoXwo+WG5HcTP6hE/qN6ph6NW9F++JmstxICDuvS\r
33         EKBIVQG/WcvkRl/dA2IaUYmoL9LPGLK5SjK3v4tPZY9VAKpV9x23HxBjjREjwwWHUDbd\r
34         3CBQ==\r
35 X-Received: by 10.180.208.97 with SMTP id md1mr4220420wic.41.1381348891798;\r
36         Wed, 09 Oct 2013 13:01:31 -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 q17sm3617135wiv.10.1969.12.31.16.00.00\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Wed, 09 Oct 2013 13:01:31 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 0/2] emacs: show: use interactive instead of\r
44  current-prefix-arg\r
45 Date: Wed,  9 Oct 2013 21:01:24 +0100\r
46 Message-Id: <1381348886-5673-1-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\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: Wed, 09 Oct 2013 20:01:41 -0000\r
61 \r
62 This is a tidied up version of the patch at\r
63 id:1380729013-3942-1-git-send-email-markwalters1009@gmail.com\r
64 (incorporating suggestions from Tomi in\r
65 id:m2siwjhapc.fsf@guru.guru-group.fi)\r
66 \r
67 This helps fix a problem in pick but there was reasonable agreement on\r
68 irc that show should not be looking at current-prefix-arg directly.\r
69 \r
70 One test needs to be changed to the new behaviour.\r
71 \r
72 Best wishes\r
73 \r
74 Mark\r
75 \r
76 \r
77 Mark Walters (2):\r
78   emacs: show: use interactive instead of current-prefix-arg\r
79   test: emacs-show: fix use of prefix-arg\r
80 \r
81  emacs/notmuch-show.el |   12 +++++++-----\r
82  emacs/notmuch.el      |    5 +++--\r
83  test/emacs-show       |    3 +--\r
84  3 files changed, 11 insertions(+), 9 deletions(-)\r
85 \r
86 -- \r
87 1.7.9.1\r
88 \r