Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / d7 / f742dbff6dcec736948226a128e929336a8501
1 Return-Path: <too@guru-group.fi>\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 75432431FBD\r
6         for <notmuch@notmuchmail.org>; Thu,  8 Nov 2012 04:08:03 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\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 Pk9AuknDXpmV for <notmuch@notmuchmail.org>;\r
16         Thu,  8 Nov 2012 04:08:02 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 73875431FAE\r
19         for <notmuch@notmuchmail.org>; Thu,  8 Nov 2012 04:08:02 -0800 (PST)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id A36B810009D; Thu,  8 Nov 2012 14:08:01 +0200 (EET)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH v3 0/2] notmuch-show.el: text/calendar part insert fix\r
25 Date: Thu,  8 Nov 2012 14:07:58 +0200\r
26 Message-Id: <1352376480-29961-1-git-send-email-tomi.ollila@iki.fi>\r
27 X-Mailer: git-send-email 1.8.0\r
28 Cc: tomi.ollila@iki.fi\r
29 X-BeenThere: notmuch@notmuchmail.org\r
30 X-Mailman-Version: 2.1.13\r
31 Precedence: list\r
32 List-Id: "Use and development of the notmuch mail system."\r
33         <notmuch.notmuchmail.org>\r
34 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
35         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
36 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
37 List-Post: <mailto:notmuch@notmuchmail.org>\r
38 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
39 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
41 X-List-Received-Date: Thu, 08 Nov 2012 12:08:03 -0000\r
42 \r
43 This patch (series) obsoletes \r
44 id:1352303676-21920-1-git-send-email-tomi.ollila@iki.fi\r
45 \r
46 The first patch is complete replacement of the above, the second\r
47 adds "robustness to fail" whenever icalendar-import-buffer fails\r
48 without signaling an error.\r
49 \r
50 Tomi Ollila (2):\r
51   notmuch-show.el: import calendar data with public function after CR\r
52     removal\r
53   notmuch-show.el: handle the case where icalendar-import-buffer\r
54     returns nil\r
55 \r
56  emacs/notmuch-show.el | 21 +++++++++++++--------\r
57  1 file changed, 13 insertions(+), 8 deletions(-)\r
58 \r
59 -- \r
60 1.8.0\r
61 \r