Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 5a / bed0cb856a2507af3e8e668600b0aaa63640ff
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 F174A431FBC\r
6         for <notmuch@notmuchmail.org>; Mon, 23 Jul 2012 10:57:43 -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 L3JPuBfKUMfa for <notmuch@notmuchmail.org>;\r
18         Mon, 23 Jul 2012 10:57:43 -0700 (PDT)\r
19 Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com\r
20  [74.125.82.41])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
21  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
22  6338A431FAE    for <notmuch@notmuchmail.org>; Mon, 23 Jul 2012 10:57:43 -0700\r
23  (PDT)\r
24 Received: by wgbds1 with SMTP id ds1so3000676wgb.2\r
25         for <notmuch@notmuchmail.org>; Mon, 23 Jul 2012 10:57:42 -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:x-mailer;\r
28         bh=DoCi997BuHKcW+J4fOEA8wToLBmbjb9s3KymHgq4ajM=;\r
29         b=ofz11ymj7j+ByGn38iEwbmZWDjrBLS3jUxkckJKWL8h1zBbl1yiAq+kJ7FZwC3EV17\r
30         t84YhC7L5NK/DdJ8W0XFoWXUKiwXnZuFNT1Jp/Ji4Hun5faBEOomNYqdtFaHm3HpijTt\r
31         QPIaLy4V+pbkzr/FkR/9/X+5jaFyf79u76XMzU2hVhuQC5SWNp1dILxn81WCf/P63bdj\r
32         doFw0m+g4oh2fmapjqB9l1lc5IVyVLUMT0Mp0ZJivGGOCxJeiJR5rofMjkSB3wfgR5st\r
33         JHH5rshPZiLUJoBOCPz4WnD+rN2tJEjgwMjSyZxJt7a5fz1Z95XlxPk5MGDGcrcO0/9N\r
34         obKQ==\r
35 Received: by 10.216.237.149 with SMTP id y21mr8911241weq.102.1343066261849;\r
36         Mon, 23 Jul 2012 10:57:41 -0700 (PDT)\r
37 Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
38  [94.192.233.223])      by mx.google.com with ESMTPS id\r
39  df4sm18012882wib.4.2012.07.23.10.57.40 (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Mon, 23 Jul 2012 10:57:40 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v2 0/4] Add a --body option to notmuch show\r
44 Date: Mon, 23 Jul 2012 18:57:35 +0100\r
45 Message-Id: <1343066259-22523-1-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Mon, 23 Jul 2012 17:57:44 -0000\r
60 \r
61 Version 2 of this patch set (version 1 at\r
62 id:"1343060241-18283-1-git-send-email-markwalters1009@gmail.com"). This\r
63 corrects the errors Austin spotted in v1, and makes it explicit that\r
64 --body=false and --part>0 are incompatible.\r
65 \r
66 \r
67 Mark Walters (4):\r
68   cli: add --body=true|false option to notmuch-show.c\r
69   test: add tests for the new --body=true|false option\r
70   man: update man page for the new --body=true|false option\r
71   schemata: update for --body=true|false option\r
72 \r
73  devel/schemata          |    2 +-\r
74  man/man1/notmuch-show.1 |   16 ++++++++++++++++\r
75  notmuch-client.h        |    3 ++-\r
76  notmuch-reply.c         |    2 +-\r
77  notmuch-show.c          |   30 ++++++++++++++++++++++--------\r
78  test/json               |    9 +++++++++\r
79  6 files changed, 51 insertions(+), 11 deletions(-)\r
80 \r
81 -- \r
82 1.7.9.1\r
83 \r