[PATCH v2 03/14] cli/reply: reuse show_reply_headers() in headers-only format
[notmuch-archives.git] / 70 / bb105b7245e136178db0414834d338386a7427
1 Return-Path: <fauno@ponape.com.ar>\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 533DC431FBD\r
6         for <notmuch@notmuchmail.org>; Mon, 15 Jul 2013 09:05:51 -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: -0.1\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id KQaxQjPYHQSV for <notmuch@notmuchmail.org>;\r
17         Mon, 15 Jul 2013 09:05:43 -0700 (PDT)\r
18 Received: from ponape.com.ar (ponape.com.ar [190.111.232.20])\r
19         (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id EC179431FBC\r
22         for <notmuch@notmuchmail.org>; Mon, 15 Jul 2013 09:05:42 -0700 (PDT)\r
23 Received: by ponape.com.ar (Postfix, from userid 1000)\r
24         id 2A60EC5846; Mon, 15 Jul 2013 13:05:30 -0300 (ART)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kiwwwi.com.ar;\r
26         s=ponape; t=1373904330;\r
27         bh=OfOTpb3SaCyymBfIxXx6HwHk5z8GTkud1HjvBBXgwG4=;\r
28         h=From:To:Subject:In-Reply-To:References:Date;\r
29         b=1nXYpuZAtA5GuRBbUGb0nhUIhbtqk8x9aBkZyJC0+pVnX9c3sQW1Rt+L7Cpm6707c\r
30         un3n32pPYLvis0ZXK7YTMpaim0qmBrPOUuSitKkouY78zAqbGZpsCFpdrueVgdn+nH\r
31         RJm0dbl3ZXlnaKxQxh0tAYEAN9H2egjRQcbtYH54zcdZ3osu/gmRjzoiy1w9v+/oq8\r
32         Sk3kiHDGpivCpIJbNdKCapdCDNahCvWK1dffsdpDQ6/VmpL5AwcNvK5y5i0rq2J8g8\r
33         i3J9ziHrEYOKc/AOK2zx92I2m6uRnBHSvvVNyuOnR549PlLC0NoOVmqxX/dW4NEphj\r
34         9u/cs/rw+mjMw==\r
35 From: =?utf-8?Q?Nicol=C3=A1s?= Reynolds <fauno@kiwwwi.com.ar>\r
36 To: notmuch@notmuchmail.org\r
37 Subject: Re: Saving copies of sent mail when using GPG\r
38 In-Reply-To: <87vc4cdlim.fsf@intel.com>\r
39 References: <87vc4cdlim.fsf@intel.com>\r
40 User-Agent: Notmuch/0.15.2 (http://notmuchmail.org) Emacs/24.3.1\r
41         (i686-pc-linux-gnu)\r
42 Mail-Followup-To: notmuch@notmuchmail.org\r
43 Date: Mon, 15 Jul 2013 13:05:29 -0300\r
44 Message-ID: <874nbvzu46.fsf@endefensadelsl.org>\r
45 MIME-Version: 1.0\r
46 Content-Type: multipart/signed; boundary="=-=-=";\r
47         micalg=pgp-sha256; protocol="application/pgp-signature"\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: Mon, 15 Jul 2013 16:05:51 -0000\r
61 \r
62 --=-=-=\r
63 Content-Type: text/plain\r
64 Content-Transfer-Encoding: quoted-printable\r
65 \r
66 Neil Roberts <neil@linux.intel.com> writes:\r
67 \r
68 > Hi,\r
69 >\r
70 > I was just wondering if anyone has any tips for saving a copy of a\r
71 > message encrypted with GPG. Currently I am using notmuch-fcc-dirs to get\r
72 > it to save it to a sentmail folder. However if the email is encrypted\r
73 > then it just saves the encrypted version, which is a bit pointless\r
74 > because obviously I wouldn't have the private key needed to decrypt it.\r
75 > I guess ideally it would save a copy that was separately encrypted using\r
76 > my own public key. Does everyone else have this problem too?\r
77 \r
78 check "encrypt-to" on your gpg.conf\r
79 \r
80 =2D-=20\r
81 http://endefensadelsl.org\r
82 \r
83 --=-=-=\r
84 Content-Type: application/pgp-signature\r
85 \r
86 -----BEGIN PGP SIGNATURE-----\r
87 Version: GnuPG v2.0.20 (GNU/Linux)\r
88 \r
89 iQEcBAEBCAAGBQJR5B3JAAoJEEVgMtcXpM2cpRkH/0q7Lbp/3TZt/+g7WeclTZpj\r
90 R3i5DiamOqdDuHEKNMwdjbBFRBWGLWU1WtJ48/+3LtilmBlNDVKelAVt9i1L/qJI\r
91 UyLIR5j99oNtDr3iWxGg4D29UxEy35vyFh9gE80xVO2tjXq4srJs74hDIBGBY0r/\r
92 rj2eNVAP6z6d5ovqn9RhyZ5L8Lb+jYztOmtLWNPzD6vXbp+pmUQffmPIL8ulDCaN\r
93 uadQ0F8G39LRihqUoa0jM/i5IspFLwpd6/aZQJm9JAEX8RSqCEEuiIlPjZQ/0TTy\r
94 6aKbho/2+HRAPBsyElA9rhRlrUorsNw7aSsWa1f+djEVU8njLTpSKiFI83MbxB8=\r
95 =fAc2\r
96 -----END PGP SIGNATURE-----\r
97 --=-=-=--\r