Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 0e / 4383ddd76a374308b00b9dad718fd633919ed9
1 Return-Path: <tjim@mac.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 1B265431FC3\r
6         for <notmuch@notmuchmail.org>; Thu, 11 Dec 2014 07:41:34 -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: -2.298\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.298 tagged_above=-999 required=5\r
12         tests=[FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001,\r
13         RCVD_IN_DNSWL_MED=-2.3] 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 jSz9qu7JDste for <notmuch@notmuchmail.org>;\r
17         Thu, 11 Dec 2014 07:41:30 -0800 (PST)\r
18 Received: from st11p02mm-asmtp001.mac.com (st11p02mm-asmtp001.mac.com\r
19         [17.172.220.236])\r
20         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id A0C06431FBF\r
23         for <notmuch@notmuchmail.org>; Thu, 11 Dec 2014 07:41:30 -0800 (PST)\r
24 Received: from st11p02mm-spool002.mac.com ([17.172.220.247])\r
25         by st11p02mm-asmtp001.mac.com\r
26         (Oracle Communications Messaging Server 7.0.5.33.0 64bit (built Aug 27\r
27         2014))\r
28         with ESMTP id <0NGF008ZMCW49T50@st11p02mm-asmtp001.mac.com> for\r
29         notmuch@notmuchmail.org; Thu, 11 Dec 2014 15:41:28 +0000 (GMT)\r
30 X-Proofpoint-Virus-Version: vendor=fsecure\r
31         engine=2.50.10432:5.13.68,1.0.33,0.0.0000\r
32         definitions=2014-12-11_03:2014-12-11, 2014-12-11,\r
33         1970-01-01 signatures=0\r
34 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0\r
35         suspectscore=1 phishscore=0 adultscore=0 bulkscore=0 classifier=spam\r
36         adjust=0\r
37         reason=mlx scancount=1 engine=7.0.1-1408290000\r
38         definitions=main-1412110156\r
39 MIME-version: 1.0\r
40 Content-type: multipart/alternative;\r
41         boundary="Boundary_(ID_DCeolMLOkQC/2y3F2gla5A)"\r
42 Received: from localhost ([17.172.220.163]) by st11p02mm-spool002.mac.com\r
43         (Oracle Communications Messaging Server 7.0.5.33.0 64bit (built Aug 27\r
44         2014))\r
45         with ESMTP id <0NGF00H5WCWWN1B0@st11p02mm-spool002.mac.com>; Thu,\r
46         11 Dec 2014 15:41:20 +0000 (GMT)\r
47 To: sfischme@uwaterloo.ca\r
48 From: Trevor Jim <tjim@mac.com>\r
49 Subject: Re: email snoozing in notmuch\r
50 Date: Thu, 11 Dec 2014 15:41:20 +0000 (GMT)\r
51 X-Mailer: iCloud MailClient14H40 MailServer14H18.17359\r
52 X-Originating-IP: [128.112.139.195]\r
53 Message-id: <4a05c1d8-6da3-44ba-86e3-259191c4d269@me.com>\r
54 Cc: notmuch@notmuchmail.org\r
55 X-BeenThere: notmuch@notmuchmail.org\r
56 X-Mailman-Version: 2.1.13\r
57 Precedence: list\r
58 List-Id: "Use and development of the notmuch mail system."\r
59         <notmuch.notmuchmail.org>\r
60 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
62 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
63 List-Post: <mailto:notmuch@notmuchmail.org>\r
64 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
65 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
66         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
67 X-List-Received-Date: Thu, 11 Dec 2014 15:41:34 -0000\r
68 \r
69 \r
70 --Boundary_(ID_DCeolMLOkQC/2y3F2gla5A)\r
71 Content-type: text/plain; charset=utf-8; format=flowed\r
72 Content-transfer-encoding: quoted-printable\r
73 \r
74 I've implemented this in elisp, here: https://github.com/tjim/nevermore/bl=\r
75 ob/master/nm.el#L745=0A=0ASnooze has come up a repeatedly on this list. Ma=\r
76 ybe it would make sense to build it in to notmuch?=0A=0AOf course, it can =\r
77 be built on top of notmuch so it's not necessary to bake it in. But there =\r
78 are other features in notmuch of which you could say the same, e.g., exclu=\r
79 ded tags.=0A=0AThe benefit of building it in would be a common interface/i=\r
80 mplementation that all UIs could use.=0A=EF=BB=BF=0A=0A=\r
81 \r
82 --Boundary_(ID_DCeolMLOkQC/2y3F2gla5A)\r
83 Content-type: multipart/related;\r
84  boundary="Boundary_(ID_jTkEmgM6dMaDMD+7e76GSA)"; type="text/html"\r
85 \r
86 \r
87 --Boundary_(ID_jTkEmgM6dMaDMD+7e76GSA)\r
88 Content-type: text/html; CHARSET=US-ASCII\r
89 Content-transfer-encoding: 7BIT\r
90 \r
91 <html><body><div>I've implemented this in elisp, here: <a href="https://github.com/tjim/nevermore/blob/master/nm.el#L745">https://github.com/tjim/nevermore/blob/master/nm.el#L745</a><br><br>Snooze has come up a repeatedly on this list. Maybe it would make sense to build it in to notmuch?<br><br>Of course, it can be built on top of notmuch so it's not necessary to bake it in. But there are other features in notmuch of which you could say the same, e.g., excluded tags.<br><br>The benefit of building it in would be a common interface/implementation that all UIs could use.<br><br></div><div><br></div></body></html>\r
92 \r
93 --Boundary_(ID_jTkEmgM6dMaDMD+7e76GSA)--\r
94 \r
95 --Boundary_(ID_DCeolMLOkQC/2y3F2gla5A)--\r