From: Tomi Ollila Date: Thu, 8 Nov 2012 12:07:58 +0000 (+0200) Subject: [PATCH v3 0/2] notmuch-show.el: text/calendar part insert fix X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9dd440d042600c9df621a28b1cae77d8e9257c9a;p=notmuch-archives.git [PATCH v3 0/2] notmuch-show.el: text/calendar part insert fix --- diff --git a/d7/f742dbff6dcec736948226a128e929336a8501 b/d7/f742dbff6dcec736948226a128e929336a8501 new file mode 100644 index 000000000..c40320c94 --- /dev/null +++ b/d7/f742dbff6dcec736948226a128e929336a8501 @@ -0,0 +1,61 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 75432431FBD + for ; Thu, 8 Nov 2012 04:08:03 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id Pk9AuknDXpmV for ; + Thu, 8 Nov 2012 04:08:02 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 73875431FAE + for ; Thu, 8 Nov 2012 04:08:02 -0800 (PST) +Received: by guru.guru-group.fi (Postfix, from userid 501) + id A36B810009D; Thu, 8 Nov 2012 14:08:01 +0200 (EET) +From: Tomi Ollila +To: notmuch@notmuchmail.org +Subject: [PATCH v3 0/2] notmuch-show.el: text/calendar part insert fix +Date: Thu, 8 Nov 2012 14:07:58 +0200 +Message-Id: <1352376480-29961-1-git-send-email-tomi.ollila@iki.fi> +X-Mailer: git-send-email 1.8.0 +Cc: tomi.ollila@iki.fi +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Thu, 08 Nov 2012 12:08:03 -0000 + +This patch (series) obsoletes +id:1352303676-21920-1-git-send-email-tomi.ollila@iki.fi + +The first patch is complete replacement of the above, the second +adds "robustness to fail" whenever icalendar-import-buffer fails +without signaling an error. + +Tomi Ollila (2): + notmuch-show.el: import calendar data with public function after CR + removal + notmuch-show.el: handle the case where icalendar-import-buffer + returns nil + + emacs/notmuch-show.el | 21 +++++++++++++-------- + 1 file changed, 13 insertions(+), 8 deletions(-) + +-- +1.8.0 +