Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / ff / e04f202adbd53b673e1ded81b3726aab157a8f
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 2479C431FC4\r
6         for <notmuch@notmuchmail.org>; Sun, 19 Jan 2014 12:32:47 -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 OMLMrbDbMnxS for <notmuch@notmuchmail.org>;\r
16         Sun, 19 Jan 2014 12:32:39 -0800 (PST)\r
17 Received: from mail-ee0-f44.google.com (mail-ee0-f44.google.com\r
18  [74.125.83.44])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  9AC26431FBD    for <notmuch@notmuchmail.org>; Sun, 19 Jan 2014 12:32:39 -0800\r
21  (PST)\r
22 Received: by mail-ee0-f44.google.com with SMTP id c13so3049148eek.17\r
23         for <notmuch@notmuchmail.org>; Sun, 19 Jan 2014 12:32:36 -0800 (PST)\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=VoFh3B4kPN1TjlLEGTnMY1eRnsf7O+74NCkdNQuWR8E=;\r
28         b=mlHxoRPfGxEOC6RYnwvL7yGgZB9zaqKfrb/s8+1ICeK4zgA9gDlUB+5Nkb6O1Oh8ca\r
29         /l7qULrHXQIrylYb3XmDoIhTQ/vN4rX8WkU4EpaRU4NseRVJccwV/ejRL9F13WocoQuK\r
30         QWeE4y6dfKUiCeQJZE27lz1yj4gUuVW4X7Nj+SEArjD/Zue+lMj5unqN3oJuabMT4SB4\r
31         4ok2RPDPSY68XezJsxH85YlA3umKJu7yWRwP7ed71ZuH2XdSyFN8yejhHXvxPfIo/TwR\r
32         Pe5gRFLVNy3wrIYw9F0z1o8DbY8U3OQ0Vb26MyHZECi3cvX3SmKNWV5TCYUK12cQHwWd\r
33         GVxQ==\r
34 X-Gm-Message-State:\r
35  ALoCoQlmVjuAuYPnYdsQ3QDC73msUItyhc0L+jSNORmZnSam0XNN37irwegIphC/vmJyG3XHulGZ\r
36 X-Received: by 10.14.207.194 with SMTP id n42mr843734eeo.76.1390163556839;\r
37         Sun, 19 Jan 2014 12:32:36 -0800 (PST)\r
38 Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi.\r
39         [88.195.111.91])\r
40         by mx.google.com with ESMTPSA id u7sm46523423eep.11.2014.01.19.12.32.34\r
41         for <multiple recipients>\r
42         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
43         Sun, 19 Jan 2014 12:32:36 -0800 (PST)\r
44 From: Jani Nikula <jani@nikula.org>\r
45 To: notmuch@notmuchmail.org\r
46 Subject: [PATCH 0/7] cli: notmuch new improvements\r
47 Date: Sun, 19 Jan 2014 22:32:21 +0200\r
48 Message-Id: <cover.1390163335.git.jani@nikula.org>\r
49 X-Mailer: git-send-email 1.8.5.2\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: Sun, 19 Jan 2014 20:32:47 -0000\r
63 \r
64 Here's an assortment of notmuch new fixes, non-functional cleanups, and\r
65 the oft-requested --quiet option.\r
66 \r
67 These should be pretty straightforward to review.\r
68 \r
69 BR,\r
70 Jani.\r
71 \r
72 \r
73 Jani Nikula (7):\r
74   cli: extract single message addition in notmuch new to clarify code\r
75   cli: only check the ignore list if needed\r
76   cli: use dirent_type in count_files too\r
77   cli: for loop is more customary\r
78   cli: abstract notmuch new result printing\r
79   cli: add --quiet option to notmuch new\r
80   man: document notmuch new --quiet option\r
81 \r
82  man/man1/notmuch-new.1 |   5 +\r
83  notmuch-new.c          | 253 ++++++++++++++++++++++++++-----------------------\r
84  2 files changed, 137 insertions(+), 121 deletions(-)\r
85 \r
86 -- \r
87 1.8.5.2\r
88 \r