Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / f6 / c9e121da3c7ed93652f307b9a41f22919f948d
1 Return-Path: <Sebastian@SSpaeth.de>\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 26CDD431FC1\r
6         for <notmuch@notmuchmail.org>; Fri, 23 Apr 2010 03:08:38 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9] autolearn=unavailable\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 DENLHEWrj+Ky for <notmuch@notmuchmail.org>;\r
16         Fri, 23 Apr 2010 03:08:36 -0700 (PDT)\r
17 Received: from homiemail-a12.g.dreamhost.com (caiajhbdcaib.dreamhost.com\r
18         [208.97.132.81])\r
19         by olra.theworths.org (Postfix) with ESMTP id 5EBDA4196F2\r
20         for <notmuch@notmuchmail.org>; Fri, 23 Apr 2010 03:08:36 -0700 (PDT)\r
21 Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch\r
22         [129.132.133.204]) (Authenticated sender: sebastian@sspaeth.de)\r
23         by homiemail-a12.g.dreamhost.com (Postfix) with ESMTPA id 2F5F5714058; \r
24         Fri, 23 Apr 2010 03:08:33 -0700 (PDT)\r
25 Received: by sspaeth.de (sSMTP sendmail emulation);\r
26         Fri, 23 Apr 2010 12:08:32 +0200\r
27 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
28 To: Dirk Hohndel <hohndel@infradead.org>, Carl Worth <cworth@cworth.org>,\r
29         Notmuch development list <notmuch@notmuchmail.org>\r
30 Subject: Updated elisp FCC patches (was: Fcc, Maildir, and Emacs message-mode)\r
31 In-Reply-To: <87bpdaljzx.fsf@SSpaeth.de>\r
32 References: <873a1zs3t5.fsf@jhu.edu> <87ochbx3er.fsf@SSpaeth.de>\r
33         <m3bpdbrsa7.fsf@x200.gr8dns.org> <87bpdaljzx.fsf@SSpaeth.de>\r
34 Date: Fri, 23 Apr 2010 12:08:31 +0200\r
35 Message-ID: <87hbn2zdk0.fsf@SSpaeth.de>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain; charset=us-ascii\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.13\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42         <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Fri, 23 Apr 2010 10:08:38 -0000\r
51 \r
52 My last mail on this issue: I squashed the recent 7 patch series into 4 nicer\r
53 ones.\r
54 \r
55 Rather than resending the patch series, here are the 4 commits from my\r
56 repo at git@github.com:spaetz/notmuch-all-feature.git (let me know if I\r
57 should mail them too).\r
58 (These 4 are in the feature/elisp feature branch based on current cworth)\r
59 \r
60 9e27ea17e9cb2ec69f90f8b5288bd9fe29946356\r
61 Add (unchanged) elisp file for FCC to maildir solution\r
62 \r
63 bdcccb5faa86233f0afd66001b566054ffdb6be3\r
64 Integrate notmuch-maildir-fcc into notmuch\r
65 \r
66 e6d7456094431959f8621d3cf36e1862bfdbbf62\r
67 notmuch-maildir-fcc: elisp syntax fixes\r
68 \r
69 b339830a8b2853a0c683773e2bdb03e0f6df2de7\r
70 Integrate notmuch-fcc mechansim\r
71 \r
72 I don't know how to test the emacs interaction or I would have provided\r
73 some tests with it. Also, I am not sure if the error message still\r
74 shows up when the user configures a non-existing maildir. But other than\r
75 that it works nice and reliably here. I have now dumped my python\r
76 script. I feel pretty confident that this can go in.\r