Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 71 / 6d11022df9bc305a98c64006582a448897b241
1 Return-Path: <pieter@praet.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 788B4416017\r
6         for <notmuch@notmuchmail.org>; Fri, 24 Feb 2012 14:33:21 -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 0-QEBwN99z7z for <notmuch@notmuchmail.org>;\r
16         Fri, 24 Feb 2012 14:33:21 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.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 DEE4F41600B\r
21         for <notmuch@notmuchmail.org>; Fri, 24 Feb 2012 14:33:20 -0800 (PST)\r
22 Received: by wibhi8 with SMTP id hi8so2008573wib.26\r
23         for <notmuch@notmuchmail.org>; Fri, 24 Feb 2012 14:33:18 -0800 (PST)\r
24 Received-SPF: pass (google.com: domain of pieter@praet.org designates\r
25         10.180.83.97 as permitted sender) client-ip=10.180.83.97; \r
26 Authentication-Results: mr.google.com;\r
27         spf=pass (google.com: domain of pieter@praet.org\r
28         designates 10.180.83.97 as permitted sender)\r
29         smtp.mail=pieter@praet.org\r
30 Received: from mr.google.com ([10.180.83.97])\r
31         by 10.180.83.97 with SMTP id p1mr8800404wiy.19.1330122798450 (num_hops\r
32         = 1); Fri, 24 Feb 2012 14:33:18 -0800 (PST)\r
33 MIME-Version: 1.0\r
34 Received: by 10.180.83.97 with SMTP id p1mr7088595wiy.19.1330122798270;\r
35         Fri, 24 Feb 2012 14:33:18 -0800 (PST)\r
36 Received: from localhost ([109.131.181.26])\r
37         by mx.google.com with ESMTPS id cs4sm14676229wib.8.2012.02.24.14.33.17\r
38         (version=TLSv1/SSLv3 cipher=OTHER);\r
39         Fri, 24 Feb 2012 14:33:17 -0800 (PST)\r
40 From: Pieter Praet <pieter@praet.org>\r
41 To: David Bremner <david@tethera.net>,\r
42         Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
43 Subject: [PATCH v2 0/6] `notmuch-show-tag-all' with prefix arg only tags open\r
44         messages\r
45 Date: Fri, 24 Feb 2012 23:30:34 +0100\r
46 Message-Id: <1330122640-18895-1-git-send-email-pieter@praet.org>\r
47 X-Mailer: git-send-email 1.7.8.1\r
48 In-Reply-To: <87wr7xqpuf.fsf@rocinante.cs.unb.ca>\r
49 References: <87wr7xqpuf.fsf@rocinante.cs.unb.ca>\r
50 X-Gm-Message-State:\r
51  ALoCoQkgleEq3ZXAtbvq/gEhl9Pg/XeLAViYvDG5NPX28XtxhGK+dcXplt/ckjW1NDePYfsBfkeH\r
52 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Fri, 24 Feb 2012 22:33:21 -0000\r
66 \r
67 Addresses Dmitry's comments [1,2,3], save for the ones that aren't\r
68 directly related to this series [4,5] and will be dealt with later.\r
69 \r
70 Also made `notmuch-show-tag-all's ONLY-OPEN arg non-optional.\r
71 Otherwise it would cause issues when running non-interactively.\r
72 \r
73 \r
74 Peace\r
75 \r
76 -- \r
77 Pieter\r
78 \r
79 [1] id:"87fwe0jz0y.fsf@gmail.com"\r
80 [2] id:"87aa48jynx.fsf@gmail.com"\r
81 [3] id:"87obsojzga.fsf@gmail.com"\r
82 [4] id:"87ipiwjz85.fsf@gmail.com"\r
83 [5] id:"87d394jyvm.fsf@gmail.com"\r
84 \r