Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 9a / a3969fd9521242650cccf52102d267ffc7fb00
1 Return-Path: <jani@nikula.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 652E1431FD7\r
6         for <notmuch@notmuchmail.org>; Sat,  1 Nov 2014 02:31:17 -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.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 Cn7tomNM1NdP for <notmuch@notmuchmail.org>;\r
16         Sat,  1 Nov 2014 02:31:11 -0700 (PDT)\r
17 Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com\r
18         [209.85.212.180]) (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 5F8E6431FAF\r
21         for <notmuch@notmuchmail.org>; Sat,  1 Nov 2014 02:31:11 -0700 (PDT)\r
22 Received: by mail-wi0-f180.google.com with SMTP id hi2so2979583wib.7\r
23         for <notmuch@notmuchmail.org>; Sat, 01 Nov 2014 02:31:10 -0700 (PDT)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=1e100.net; s=20130820;\r
26         h=x-gm-message-state:from:to:cc:subject:date:message-id;\r
27         bh=SWRH05RZWAvpzki1RB3asjbH13wMYp6LUbB8hNbaQLI=;\r
28         b=Ze+RW42whFXZ0LYdjkF4SidbfBfaKM9i2G7NgfwJfTQxPgScRB6lJLA91vicX6YBqO\r
29         yhuUPw2aahpe01SLUuNW/m5KAXypGbvwvBvGafmiM/EOeOofYLaghIr7Uw1PeL6qqEEm\r
30         /IZsK7/BNJnaWm/jwP2tyPUFCBrW3GwZlDnC7FDJ5vsTQg73czQzA7l9CpKKGlxl6vAM\r
31         dn6mPgX+2hYHDrlGm0LX3SgFeQ38wbA7DN2D+r7coAYLFq/QF+qBITxLrn7VujOfAxNK\r
32         Wk+aOfoUMqSYZ3UpzE0sqpY/vCjIaKgq9TejgDkfIL5YVr3l4odzPOUlvJ8d6zExEZW5\r
33         lszg==\r
34 X-Gm-Message-State:\r
35  ALoCoQk12+iT1wgYzeSIWAWPXS9uJmVsm7VjVrnIWRpVc/x++M2OoWusdHb6QXBp6+d3b90vtjvB\r
36 X-Received: by 10.180.79.196 with SMTP id l4mr2919952wix.72.1414834269968;\r
37         Sat, 01 Nov 2014 02:31:09 -0700 (PDT)\r
38 Received: from localhost (dsl-hkibrasgw2-58c36d-48.dhcp.inet.fi.\r
39         [88.195.109.48])\r
40         by mx.google.com with ESMTPSA id f9sm14499427wjw.31.2014.11.01.02.31.08\r
41         for <multiple recipients>\r
42         (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
43         Sat, 01 Nov 2014 02:31:09 -0700 (PDT)\r
44 From: Jani Nikula <jani@nikula.org>\r
45 To: notmuch@notmuchmail.org\r
46 Subject: [PATCH v2 0/2] cli: search --duplicate=N with --output=messages\r
47 Date: Sat,  1 Nov 2014 11:31:05 +0200\r
48 Message-Id: <cover.1414834143.git.jani@nikula.org>\r
49 X-Mailer: git-send-email 2.1.1\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Sat, 01 Nov 2014 09:31:17 -0000\r
63 \r
64 This is v2 of [1], rebased, tests added, no functional changes.\r
65 \r
66 BR,\r
67 Jani.\r
68 \r
69 [1] id:1414705489-30771-1-git-send-email-jani@nikula.org\r
70 \r
71 Jani Nikula (2):\r
72   cli: add support for notmuch search --duplicate=N with\r
73     --output=messages\r
74   test: add tests for --output=messages --duplicate=N\r
75 \r
76  doc/man1/notmuch-search.rst | 12 ++++++++----\r
77  notmuch-search.c            | 35 +++++++++++++++++++++++++++++++----\r
78  test/T090-search-output.sh  | 37 +++++++++++++++++++++++++++++++++++++\r
79  3 files changed, 76 insertions(+), 8 deletions(-)\r
80 \r
81 -- \r
82 2.1.1\r
83 \r