[PATCH v2 13/14] cli/reply: pass gmime message to munge detection
[notmuch-archives.git] / c1 / 7dfb733fb036537ea9f76af23cee61fd5950f8
1 Return-Path: <jrollins@finestructure.net>\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 8DA9A431FAF\r
6         for <notmuch@notmuchmail.org>; Mon, 16 Apr 2012 10:03:58 -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: -2.29\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] 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 Q8S81TzpWJMp for <notmuch@notmuchmail.org>;\r
16         Mon, 16 Apr 2012 10:03:56 -0700 (PDT)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id B33FE431FAE\r
20         for <notmuch@notmuchmail.org>; Mon, 16 Apr 2012 10:03:56 -0700 (PDT)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id 49E0366E019B;\r
23         Mon, 16 Apr 2012 10:03:54 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (gwave-77.ligo.caltech.edu [131.215.114.77])\r
26         (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id 5BA6366E015E;\r
28         Mon, 16 Apr 2012 10:03:49 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id DE51BA16; Mon, 16 Apr 2012 10:03:48 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Jeremy Nickurak <not-much@trk.nickurak.ca>\r
33 Subject: Re: .. regarding opening the attached files ...\r
34 In-Reply-To:\r
35  <CA+eQo_3y3VPJ_fVTAm1oKTx+hdn22n9S=YXffFuDUUc5WZSbgw@mail.gmail.com>\r
36 References: <87ehrovt0v.fsf@beesknees.cern.ch> <87398367ze.fsf@qmul.ac.uk>\r
37         <8739834scn.fsf@servo.finestructure.net>\r
38         <CA+eQo_3y3VPJ_fVTAm1oKTx+hdn22n9S=YXffFuDUUc5WZSbgw@mail.gmail.com>\r
39 User-Agent: Notmuch/0.12+129~gfe33a4f (http://notmuchmail.org) Emacs/23.4.1\r
40         (x86_64-pc-linux-gnu)\r
41 Date: Mon, 16 Apr 2012 10:03:46 -0700\r
42 Message-ID: <87ty0j38y5.fsf@servo.finestructure.net>\r
43 MIME-Version: 1.0\r
44 Content-Type: multipart/signed; boundary="=-=-=";\r
45         micalg=pgp-sha256; protocol="application/pgp-signature"\r
46 Cc: notmuch@notmuchmail.org\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Mon, 16 Apr 2012 17:03:58 -0000\r
60 \r
61 --=-=-=\r
62 \r
63 On Mon, Apr 16 2012, Jeremy Nickurak <not-much@trk.nickurak.ca> wrote:\r
64 > On Mon, Apr 16, 2012 at 09:19, Jameson Graef Rollins\r
65 > <jrollins@finestructure.net> wrote:\r
66 >> Also, when the cursor is on the button you can hit 'o' to open with\r
67 >> default mailcap app, 's' to save, and 'v' to view with a specified app.\r
68 >\r
69 > Is there any way of just getting it to ignore mailcap, and send\r
70 > everything to xdg-open? It's always bothered me that there are 2\r
71 > databases for file associations: mailcap (used only by Emacs, afaict),\r
72 > and the xdg/gnome configuration (used by everything else).\r
73 \r
74 Yes, gnome is very obnoxious that way.  mailcap has been around *much*\r
75 longer than gnome.  There was really no reason for them to reinvent the\r
76 wheel.\r
77 \r
78 Right now 'view part' command runs notmuch-show-view-part function,\r
79 which calls mm-display-part.  You might check in mm- config settings to\r
80 see if there's anything there you can tweak.\r
81 \r
82 jamie.\r
83 \r
84 \r
85 \r
86 --=-=-=\r
87 Content-Type: application/pgp-signature\r
88 \r
89 -----BEGIN PGP SIGNATURE-----\r
90 Version: GnuPG v1.4.12 (GNU/Linux)\r
91 \r
92 iQIcBAEBCAAGBQJPjFDyAAoJEO00zqvie6q8mU8P/jxxUhDK1I8mOVw0wv9Vqo2G\r
93 8aPJia2y7JOa6upUG4sRv8QtP0RZHb/+tvNkHO5yqU2X39rlvZ6njjiySVz/GMEX\r
94 HxG9oHMkbY34J4+UF7aJPGVNbBm+wJd5OMl9kOGM4ruC2JIaX/S5oVogs/i8N7XJ\r
95 eOgHsgrn4+xhM0ao3zrSIvpNXsiigbFGmnnAVZnOxU6dsoXid+qa/zRubAsgG02t\r
96 vHma/B4t0DtpABfxMZAA3hVILlSnVD6cvd6zE+0AGcLl7DMna2GNp5cltm8fGXSy\r
97 mIiHfLvLL1o3IXT0G8vQaZVZL0YuDHcv2GdPryoE3SI9wPtV3U67rdLlvP/Mvgk0\r
98 5LewTwgaOEtBfT/bG0oMMzP3lamaYjyRrGROQLVwjItuN4WSDl2i4fjMemhKzSRi\r
99 uZaJhkSufu+UzKEbtn2tZFcaSTHDX1AKYKM6S95V0ppwAmoG7y8FcQ1nnn7VMs0Z\r
100 eXtG0F8Tjm4C3BrLhKivgYwpBWpSe8h2AiL5rW360ujaHb/DIBTGVYk8Ke5YM0GK\r
101 aeWOpvRXlNsXPcoxqsMAk4p0S24jvvi0h5dRA5sKxeAlj6/XbWzcz5avGthRzeJz\r
102 Xtsp7cuyKSH6lWje/DjOYFb97O/638HlMRN8EudNkMB6niozdea8OnWlYjZSRVOB\r
103 0yqhNpXTgeWGKV6qDTP6\r
104 =HfSV\r
105 -----END PGP SIGNATURE-----\r
106 --=-=-=--\r