Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 1e / f3a212f2d6b074265b2050a1ae9d397f5cba58
1 Return-Path: <markwalters1009@gmail.com>\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 9FA7C431FD0\r
6         for <notmuch@notmuchmail.org>; Thu,  8 Sep 2011 00:39:53 -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.424\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.424 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=2.223, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id OCQ+9yAqreev for <notmuch@notmuchmail.org>;\r
18         Thu,  8 Sep 2011 00:39:53 -0700 (PDT)\r
19 Received: from mail-yw0-f53.google.com (mail-yw0-f53.google.com\r
20         [209.85.213.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 3DB5E431FB6\r
23         for <notmuch@notmuchmail.org>; Thu,  8 Sep 2011 00:39:53 -0700 (PDT)\r
24 Received: by ywb5 with SMTP id 5so475296ywb.26\r
25         for <notmuch@notmuchmail.org>; Thu, 08 Sep 2011 00:39:51 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
27         h=mime-version:in-reply-to:references:date:message-id:subject:from:to\r
28         :cc:content-type;\r
29         bh=Uz2v73qjiQstGBey7zqxkr8fxiuHcNKCcme1cpR7aXg=;\r
30         b=dMPhMNJj8J3zVcylOM1ZUqj9UIow8qPO5LOomS9KZmZEiDP5XKBPcnRN7Ys8Sy046E\r
31         w1XC/mq6RhIAbIDSADvLmiTAp/EghgvABQe1bypIR2oRZlYF0R6rwkQeay5Ff3ABdxoK\r
32         bQmsRyOPipYSBuKfvHIZ9SCxk4suzfYLXHxfg=\r
33 MIME-Version: 1.0\r
34 Received: by 10.43.44.200 with SMTP id uh8mr142059icb.241.1315467591293; Thu,\r
35         08 Sep 2011 00:39:51 -0700 (PDT)\r
36 Received: by 10.231.36.204 with HTTP; Thu, 8 Sep 2011 00:39:51 -0700 (PDT)\r
37 In-Reply-To: <8739g8e20b.fsf@free.fr>\r
38 References: <87mxehqhbl.fsf@r102.config>\r
39         <8739g8e20b.fsf@free.fr>\r
40 Date: Thu, 8 Sep 2011 08:39:51 +0100\r
41 Message-ID:\r
42  <CALUdzSXLyk0hhq_3oDv4zbPvwkdYwaKS00Bbvo4yes1i-BtQrw@mail.gmail.com>\r
43 Subject: Re: RFC/PATCH emacs attachment handling\r
44 From: Mark Walters <markwalters1009@gmail.com>\r
45 To: Matthieu Lemerre <matthieu.lemerre@gmail.com>\r
46 Content-Type: text/plain; charset=ISO-8859-1\r
47 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Thu, 08 Sep 2011 07:39:53 -0000\r
61 \r
62 (Re-sent since accidentally didn't include list in reply)\r
63 \r
64 > This is great! In particular many people send PDF attachments to me with\r
65 > mime-type attachment/octet-stream, and notmuch could not view them and\r
66 > only offered to save them... I have wanted this functionality for long!\r
67 \r
68 In fact in most cases this patch "will just work": that is <enter> on\r
69 the button will open the file as if it were application/pdf. Notmuch has some\r
70 logic to guess the mime type of application/octet-stream from the file\r
71 extension and this patch uses that.\r
72 \r
73 The view all attachments command (which is unchanged by this patch)\r
74 uses emacs mime handling directly so does not use notmuch's guess.\r
75 \r
76 Best wishes\r
77 \r
78 Mark\r