Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 9b / 08473084eaea89fa55d43309e998ad42d4bb92
1 Return-Path: <pioto@pioto.org>\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 BE588431FBF\r
6         for <notmuch@notmuchmail.org>; Fri, 26 Feb 2010 11:48:54 -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.299\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.299 tagged_above=-999 required=5\r
12         tests=[AWL=-1.300, BAYES_50=0.001] 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 urMs1mURviXC for <notmuch@notmuchmail.org>;\r
16         Fri, 26 Feb 2010 11:48:54 -0800 (PST)\r
17 Received: from everglades.pioto.org (everglades.pioto.org [207.192.69.249])\r
18         by olra.theworths.org (Postfix) with ESMTP id 40CF9431FAE\r
19         for <notmuch@notmuchmail.org>; Fri, 26 Feb 2010 11:48:54 -0800 (PST)\r
20 Received: from aether.pioto.org (pool-96-236-149-110.pitbpa.fios.verizon.net\r
21         [96.236.149.110]) (Authenticated sender: pioto)\r
22         by everglades.pioto.org (Postfix) with ESMTPA id 231F01603FC\r
23         for <notmuch@notmuchmail.org>; Fri, 26 Feb 2010 14:48:49 -0500 (EST)\r
24 Received: by aether.pioto.org (Postfix, from userid 1000)\r
25         id 1F88760344; Fri, 26 Feb 2010 14:49:40 -0500 (EST)\r
26 From: Mike Kelly <pioto@pioto.org>\r
27 To: notmuch@notmuchmail.org\r
28 Date: Fri, 26 Feb 2010 14:49:25 -0500\r
29 Message-Id: <1267213767-31255-1-git-send-email-pioto@pioto.org>\r
30 X-Mailer: git-send-email 1.7.0\r
31 Subject: [notmuch] [PATCH] A simple approach to maildir flags\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.13\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36         <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
38         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Fri, 26 Feb 2010 19:48:54 -0000\r
45 \r
46 The following patches attempt to provide a simple, extendable approach\r
47 to handling the 'Seen' maildir flag. To appease (hopefully) everyone, it\r
48 will only do this for new messages. This means that people coming from\r
49 another MUA won't be stuck with 30,000 unread messages, for example.\r
50 \r
51 It should be simple to extend this to other maildir flags, too, if\r
52 people want them and can decide on what tags they should correspond to.\r
53 \r