Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 25 / d57a6137d07edfb80c042faf936663ca2a7a07
1 Return-Path: <aaronecay@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 B4E32429E32\r
6         for <notmuch@notmuchmail.org>; Thu,  5 Jan 2012 12:10:39 -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.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id go-ACCqrkMjS for <notmuch@notmuchmail.org>;\r
17         Thu,  5 Jan 2012 12:10:39 -0800 (PST)\r
18 Received: from mail-vx0-f181.google.com (mail-vx0-f181.google.com\r
19         [209.85.220.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 295FB429E31\r
22         for <notmuch@notmuchmail.org>; Thu,  5 Jan 2012 12:10:39 -0800 (PST)\r
23 Received: by vcbfk26 with SMTP id fk26so825368vcb.26\r
24         for <notmuch@notmuchmail.org>; Thu, 05 Jan 2012 12:10:38 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:subject:in-reply-to:references:user-agent:date:message-id\r
27         :mime-version:content-type:content-transfer-encoding;\r
28         bh=M7rDp5GevCHfsMjb6VjSnlX8SEdXJT10FS4olpaxT3k=;\r
29         b=G+9+kP4ynp90pET+87IemZZXXIUr0uS96B6RyyDTkj4AD7NO12rrF5phDj2Cgd3Qal\r
30         3IF5ac/ItaxZXvXtdwQ1j4/9X3ZzLzoFwRoUoLk8m3hcl1R2JA/DB3jWR4HnC10OT7J3\r
31         RAvS+LeXL5tKRGLjAbJoEG+4/q93UmKBnQ6fU=\r
32 Received: by 10.220.142.84 with SMTP id p20mr1976509vcu.19.1325794238361;\r
33         Thu, 05 Jan 2012 12:10:38 -0800 (PST)\r
34 Received: from localhost (c-68-80-94-73.hsd1.pa.comcast.net. [68.80.94.73])\r
35         by mx.google.com with ESMTPS id a13sm1785079vdj.5.2012.01.05.12.10.35\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Thu, 05 Jan 2012 12:10:36 -0800 (PST)\r
38 From: Aaron Ecay <aaronecay@gmail.com>\r
39 To: Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
40 Subject: Re: [PATCH] emacs: call "notmuch tag" only once when archiving a\r
41         thread\r
42 In-Reply-To: <1325615346-8302-1-git-send-email-jani@nikula.org>\r
43 References: <1325615346-8302-1-git-send-email-jani@nikula.org>\r
44 User-Agent: Notmuch/0.10.1+56~gd709fd6 (http://notmuchmail.org)\r
45         Emacs/24.0.92.3 (i386-apple-darwin10.8.0)\r
46 Date: Thu, 05 Jan 2012 15:10:33 -0500\r
47 Message-ID: <m2hb09kj0m.fsf@gmail.com>\r
48 MIME-Version: 1.0\r
49 Content-Type: text/plain; charset=utf-8\r
50 Content-Transfer-Encoding: quoted-printable\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Thu, 05 Jan 2012 20:10:39 -0000\r
64 \r
65 On Tue,  3 Jan 2012 20:29:06 +0200, Jani Nikula <jani@nikula.org> wrote:\r
66 > Optimize thread archiving by combining all the -inbox tagging operations =\r
67 to\r
68 > a single "notmuch tag" call.\r
69 \r
70 Perhaps I=E2=80=99m missing something, but is there anything preventing ema=\r
71 cs\r
72 from just doing the following?\r
73 \r
74 notmuch tag -inbox thread:000whatever\r
75 \r
76 --=20\r
77 Aaron Ecay\r