Flat search and threaded views
[notmuch-archives.git] / 42 / 82f5376e00c84c74bfcf14d8e74a739bc8f832
1 Return-Path: <jani@nikula.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 6B64F431FB6\r
6         for <notmuch@notmuchmail.org>; Wed,  8 Feb 2012 08:55:26 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 jicpiZoqAG3n for <notmuch@notmuchmail.org>;\r
16         Wed,  8 Feb 2012 08:55:22 -0800 (PST)\r
17 Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com\r
18         [209.85.216.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 018A8431FAE\r
21         for <notmuch@notmuchmail.org>; Wed,  8 Feb 2012 08:55:21 -0800 (PST)\r
22 Received: by qafk1 with SMTP id k1so601534qaf.5\r
23         for <notmuch@notmuchmail.org>; Wed, 08 Feb 2012 08:55:20 -0800 (PST)\r
24 Received: by 10.229.77.31 with SMTP id e31mr11302033qck.63.1328720120173;\r
25         Wed, 08 Feb 2012 08:55:20 -0800 (PST)\r
26 Received: from localhost (nikula.org. [92.243.24.172])\r
27         by mx.google.com with ESMTPS id gd3sm3901991qab.6.2012.02.08.08.55.18\r
28         (version=SSLv3 cipher=OTHER); Wed, 08 Feb 2012 08:55:19 -0800 (PST)\r
29 From: Jani Nikula <jani@nikula.org>\r
30 To: notmuch@notmuchmail.org\r
31 Subject: [PATCH 0/2] multipart/alternative display and text/calendar\r
32 Date: Wed,  8 Feb 2012 16:55:14 +0000\r
33 Message-Id: <cover.1328719309.git.jani@nikula.org>\r
34 X-Mailer: git-send-email 1.7.1\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.13\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Wed, 08 Feb 2012 16:55:26 -0000\r
48 \r
49 I like to have notmuch-show-all-multipart/alternative-parts nil. I'd also\r
50 like to see the text/calendar alternatives that I keep getting that have\r
51 the information that the text/plain alternative is missing (like date and\r
52 time *sigh*).\r
53 \r
54 Patch 1 allows me to specify the alternative parts I want to always see\r
55 (nil and t work as before):\r
56 \r
57 (setq notmuch-show-all-multipart/alternative-parts '("text/calendar"))\r
58 \r
59 Patch 2 parses text/calendar as text/x-vcalendar for me so I don't have to.\r
60 \r
61 BR,\r
62 Jani.\r
63 \r
64 Jani Nikula (2):\r
65   emacs: support defining a list of alternative parts to show\r
66   emacs: regard text/calendar as text/x-vcalendar\r
67 \r
68  emacs/notmuch-show.el |   11 +++++++++--\r
69  1 files changed, 9 insertions(+), 2 deletions(-)\r
70 \r