Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / e8 / 319694079f010a8620d62bcbbaa55e572cef65
1 Return-Path: <kototamo@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 90E02431FBF\r
6         for <notmuch@notmuchmail.org>; Tue, 21 Jan 2014 04:19:14 -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.798\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.798 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, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7]\r
14         autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id QGIUEwT4ly7l for <notmuch@notmuchmail.org>;\r
18         Tue, 21 Jan 2014 04:19:05 -0800 (PST)\r
19 Received: from mail-qc0-f193.google.com (mail-qc0-f193.google.com\r
20         [209.85.216.193]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 76B74431FBD\r
23         for <notmuch@notmuchmail.org>; Tue, 21 Jan 2014 04:19:05 -0800 (PST)\r
24 Received: by mail-qc0-f193.google.com with SMTP id m20so2076505qcx.0\r
25         for <notmuch@notmuchmail.org>; Tue, 21 Jan 2014 04:19:03 -0800 (PST)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=mime-version:date:message-id:subject:from:to:content-type;\r
28         bh=TiLoDC/Ag7LEMsY/xLZoyvM4xJQhVgY0nMJEgUCJ6kA=;\r
29         b=me891dJnx4OS7yPg0Us3lNhT5+CSE9a6GIb1SxDjuV65+aThh6XNrRAfO5jNMb8pgP\r
30         g840Dx4wTU8h1zUjST9S4FQAIYcFSaTQs1gfpY+wbA5h4IDkLtiPSWNb7xphRjFvjLlX\r
31         zDnb71hvUdfaWg22bYkfHpx0MWj+0bOvtyFMDBJr8IvM5CFWSt8uOtTmAAB9l6eCKRe8\r
32         PoTF9i0fXNUEAUv0Weyvg0IsZRLSxWgaWAi/z2QjXjNr4yUAMIrinjgS6rLGNsrPC7GD\r
33         uiftPCO2gRCLH1KRJbEoFVpBjhcIkVsqkjtEiJO82J+Zv4vQwpp8R+A1qokLr4We+BC3\r
34         75Uw==\r
35 MIME-Version: 1.0\r
36 X-Received: by 10.224.11.74 with SMTP id s10mr36606637qas.1.1390306250124;\r
37         Tue, 21 Jan 2014 04:10:50 -0800 (PST)\r
38 Received: by 10.229.56.195 with HTTP; Tue, 21 Jan 2014 04:10:50 -0800 (PST)\r
39 Date: Tue, 21 Jan 2014 13:10:50 +0100\r
40 Message-ID:\r
41  <CADVUuEgnKqsW=gAau2rPkZLkT7j_a5kdTPRmGU23rA_aiMcybA@mail.gmail.com>\r
42 Subject: An Emacs Minor Mode to Mute Email Threads\r
43 From: kototama kototama <kototamo@gmail.com>\r
44 To: notmuch@notmuchmail.org\r
45 Content-Type: multipart/alternative; boundary=001a11c2bfb42af9dc04f079e60b\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Tue, 21 Jan 2014 12:19:14 -0000\r
59 \r
60 --001a11c2bfb42af9dc04f079e60b\r
61 Content-Type: text/plain; charset=UTF-8\r
62 \r
63 Hello everyone,\r
64 \r
65 I have developed a small minor mode to mute email threads with notmuch.\r
66 \r
67 http://dialectical-computing.de/blog/blog/2014/01/17/an-emacs-minor-mode-to-mute-email-threads/\r
68 \r
69 https://github.com/kototama/notmuch-kill-mode\r
70 \r
71 I hope it can be useful for some of you.\r
72 \r
73 \r
74 Best regards\r
75 \r
76 --001a11c2bfb42af9dc04f079e60b\r
77 Content-Type: text/html; charset=UTF-8\r
78 Content-Transfer-Encoding: quoted-printable\r
79 \r
80 <div dir=3D"ltr"><div>Hello everyone,<br><br></div>I have developed a small=\r
81  minor mode to mute email threads with notmuch.<br><div><div><br><a href=3D=\r
82 "http://dialectical-computing.de/blog/blog/2014/01/17/an-emacs-minor-mode-t=\r
83 o-mute-email-threads/">http://dialectical-computing.de/blog/blog/2014/01/17=\r
84 /an-emacs-minor-mode-to-mute-email-threads/</a><br>\r
85 <br><a href=3D"https://github.com/kototama/notmuch-kill-mode">https://githu=\r
86 b.com/kototama/notmuch-kill-mode</a><br><br></div><div>I hope it can be use=\r
87 ful for some of you.<br><br></div><div><br>Best regards<br></div></div></di=\r
88 v>\r
89 \r
90 --001a11c2bfb42af9dc04f079e60b--\r