Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 5d / d5506d443aeddb94c7a5de4c0dcc8e9c5f8e00
1 Return-Path: <bgamari.foss@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 84E434048D3\r
6         for <notmuch@notmuchmail.org>; Fri, 12 Mar 2010 14:13: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: -1.437\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.437 tagged_above=-999 required=5\r
12         tests=[AWL=-1.252, BAYES_40=-0.185] autolearn=ham\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 cYpo-7SYFl5l for <notmuch@notmuchmail.org>;\r
16         Fri, 12 Mar 2010 14:13:33 -0800 (PST)\r
17 Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153])\r
18         by olra.theworths.org (Postfix) with ESMTP id A943B4048D2\r
19         for <notmuch@notmuchmail.org>; Fri, 12 Mar 2010 14:13:33 -0800 (PST)\r
20 Received: by fg-out-1718.google.com with SMTP id 22so468683fge.2\r
21         for <notmuch@notmuchmail.org>; Fri, 12 Mar 2010 14:13:32 -0800 (PST)\r
22 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
23         h=domainkey-signature:received:received:from:to:subject:date\r
24         :message-id:x-mailer;\r
25         bh=c+ablbK+nJKfQekijHtS6A3F2EwQfAAolTP55KuPWsI=;\r
26         b=J3OQrLt2hUG0aj/UgnU+p+aS0G+jfGPG040rQL9mvmnK+UIw+ACxJe4T0ho9WoDWrF\r
27         7gCjOBM+t214e03blbvXoPw5sfSaQXyXU7iNJOwqx0m6rZDM3vGNdZWjcZMd9F9MYYUK\r
28         Q0diBR8Rpagw4EnlowJ9kyUQd6UB6Fdpi8EpQ=\r
29 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
30         h=from:to:subject:date:message-id:x-mailer;\r
31         b=cMcFxfqvGqxn2oWVBr3O+CZS//UGZeKHo/2uqHqZ1B/s5YbGi8IawMXDonwlaOjpEj\r
32         zDeddptPfhTF5Qzikco8pazArMCIWYZ+XWcGIktDLKWuYAFfHpvMEBlfQ5fvOHwxcyDA\r
33         wHpMQPz+6slPwHf6r/7OohmYflw6tEWGUBlmE=\r
34 Received: by 10.103.135.25 with SMTP id m25mr158552mun.32.1268432012721;\r
35         Fri, 12 Mar 2010 14:13:32 -0800 (PST)\r
36 Received: from localhost.localdomain (physnat56.physics.umass.edu\r
37         [128.119.50.56])\r
38         by mx.google.com with ESMTPS id j9sm7141932mue.47.2010.03.12.14.13.31\r
39         (version=SSLv3 cipher=RC4-MD5); Fri, 12 Mar 2010 14:13:32 -0800 (PST)\r
40 From: Ben Gamari <bgamari.foss@gmail.com>\r
41 To: notmuch <notmuch@notmuchmail.org>\r
42 Date: Fri, 12 Mar 2010 17:13:25 -0500\r
43 Message-Id: <1268432006-24333-1-git-send-email-bgamari.foss@gmail.com>\r
44 X-Mailer: git-send-email 1.7.0.2\r
45 Subject: [notmuch] [PATCH] Configurable tags for notmuch new\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: Fri, 12 Mar 2010 22:13:34 -0000\r
59 \r
60 Hey all,\r
61 \r
62 I had some time today to finally put together a patch to make the tags used by\r
63 notmuch new configurable. I added a [messages] section to the .notmuch-config\r
64 to hold this new option, although this can be easily changed. Let me know what\r
65 you think! Thanks!\r
66 \r
67 - Ben\r