Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 33 / 6973b413275469a5a643f84f10dad80b80db90
1 Return-Path: <bremner@unb.ca>\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 2C9E6431FAF\r
6         for <notmuch@notmuchmail.org>; Wed, 28 Nov 2012 08:45: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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 xqsAGTgbyFha for <notmuch@notmuchmail.org>;\r
16         Wed, 28 Nov 2012 08:45:38 -0800 (PST)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 98669431FAE\r
21         for <notmuch@notmuchmail.org>; Wed, 28 Nov 2012 08:45:38 -0800 (PST)\r
22 Received: from convex-new.cs.unb.ca ([131.202.245.35])\r
23         by tesseract.cs.unb.ca with esmtpsa\r
24         (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72)\r
25         (envelope-from <bremner@unb.ca>)\r
26         id 1TdklP-0000eU-4J; Wed, 28 Nov 2012 12:45:31 -0400\r
27 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80)\r
28         (envelope-from <bremner@unb.ca>)\r
29         id 1TdklJ-0008K4-PA; Wed, 28 Nov 2012 12:45:25 -0400\r
30 From: David Bremner <david@tethera.net>\r
31 To: Michal Nazarewicz <mina86@mina86.com>, Tomi Ollila <tomi.ollila@iki.fi>,\r
32         Rainer M Krug <r.m.krug@gmail.com>\r
33 Subject: Re: gmail label support patch available for oflineimap\r
34 In-Reply-To: <xa1td2yxnawy.fsf@mina86.com>\r
35 References: <k8vn08$62g$2@ger.gmane.org> <87zk24ctko.fsf@convex-new.cs.unb.ca>\r
36         <50B3871B.2050509@gmail.com> <87r4ngcl00.fsf@convex-new.cs.unb.ca>\r
37         <50B48627.9040409@gmail.com> <xa1tfw3vugkf.fsf@mina86.com>\r
38         <CAGhLh6Fhxq=bFHVPfVaMg0dXLgF3VEr-nBh62CbBAW7arwsM9Q@mail.gmail.com>\r
39         <xa1t8v9mvogd.fsf@mina86.com> <m2mwy2rnhl.fsf@guru.guru-group.fi>\r
40         <xa1td2yxnawy.fsf@mina86.com>\r
41 User-Agent: Notmuch/0.14+76~g84a0c52 (http://notmuchmail.org) Emacs/24.2.1\r
42         (x86_64-pc-linux-gnu)\r
43 Date: Wed, 28 Nov 2012 12:45:25 -0400\r
44 Message-ID: <87a9u1d6ca.fsf@convex-new.cs.unb.ca>\r
45 MIME-Version: 1.0\r
46 Content-Type: text/plain\r
47 X-Spam_bar: -\r
48 Cc: notmuch@notmuchmail.org\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Wed, 28 Nov 2012 16:45:39 -0000\r
62 \r
63 Michal Nazarewicz <mina86@mina86.com> writes:\r
64 \r
65 > On Wed, Nov 28 2012, Tomi Ollila wrote:\r
66 >> I could not find it in the docs (looked wiki mainly) but one of the \r
67 >> principles notmuch currently operates that the *contents* of the email\r
68 >> files it reads are not ever modified. i.e. the email files are read-only\r
69 >> from notmuch (cli) point of view.\r
70 >\r
71 > This is only a problem if you want to modify the labels in the email and\r
72 > sync them back to Gmail though, right?\r
73 \r
74 Right. But without that, the whole thing could be scripted pretty easily\r
75 I think, just parse the x-labels header and use notmuch-deliver or\r
76 something like that.\r
77 \r
78 d\r