From: Patrick Totzke Date: Fri, 19 Jul 2013 14:02:34 +0000 (+0100) Subject: Re: [alot] announcing v0.3.5 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=19b79e1fc3e549024b913cc7e352242d471a3fdb;p=notmuch-archives.git Re: [alot] announcing v0.3.5 --- diff --git a/56/fed81698285a11a2f62fc2a95eb90eb8b62d62 b/56/fed81698285a11a2f62fc2a95eb90eb8b62d62 new file mode 100644 index 000000000..f9592ff54 --- /dev/null +++ b/56/fed81698285a11a2f62fc2a95eb90eb8b62d62 @@ -0,0 +1,88 @@ +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 16B1D431FCF + for ; Fri, 19 Jul 2013 07:00:39 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 8KPBuiD2UXOQ for ; + Fri, 19 Jul 2013 07:00:31 -0700 (PDT) +Received: from mail-ea0-f175.google.com (mail-ea0-f175.google.com + [209.85.215.175]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E8820431FBD + for ; Fri, 19 Jul 2013 07:00:30 -0700 (PDT) +Received: by mail-ea0-f175.google.com with SMTP id z7so2408147eaf.34 + for ; Fri, 19 Jul 2013 07:00:29 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=content-type:mime-version:content-transfer-encoding:from:user-agent + :to:references:in-reply-to:message-id:subject:date; + bh=el+IGF7a/I1gBeB3qIpny33R9d7dUPa1fnUbUM3PWU4=; + b=H+ljUX1p6m86Sk2+jbeXr9w60zPpRMqKuW8/k8zPvLgLkQO3frB6fvJaBLLXqMtJ1S + nCJ/OukvAwEAHi9hXCY6Gd07dLPNqUTDAF/gzixd+dRQa7Q7CSUF9wYzgU5fMsxfLJQM + 33N8fPED6Bn3sw4KPJ0Ejhb2LCr3EVBG/D4lcd4Z+gto1JcAJWfYTuxwUbfC3fatqKLu + dCMG2rRRW+UyD6kYYGBO/P2FoicjeX/ZhaX0fxIaE6ByyfcAZcIJ9Nz5xZ4b0pVu3ppm + fuwDvixApMnw+edhN4IjUEEJ7zF43LUkoIuSDhrx2dXJnwss3x36rSjCABig5MbMQqsc + O7OA== +X-Received: by 10.15.23.73 with SMTP id g49mr16363548eeu.8.1374242429751; + Fri, 19 Jul 2013 07:00:29 -0700 (PDT) +Received: from localhost (dhcp-91-036.inf.ed.ac.uk. [129.215.91.36]) + by mx.google.com with ESMTPSA id + n42sm27589360eeh.15.2013.07.19.07.00.28 for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Fri, 19 Jul 2013 07:00:28 -0700 (PDT) +Content-Type: text/plain; charset="utf-8" +MIME-Version: 1.0 +Content-Transfer-Encoding: quoted-printable +From: Patrick Totzke +User-Agent: alot/0.3.4 +To: Ruben Pollan , notmuch@notmuchmail.org +References: <20130718092124.26175.87703@brick> + <20130719134856.6257.70922@hermes> +In-Reply-To: <20130719134856.6257.70922@hermes> +Message-ID: <20130719140234.25629.48004@megatron> +Subject: Re: [alot] announcing v0.3.5 +Date: Fri, 19 Jul 2013 15:02:34 +0100 +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: Fri, 19 Jul 2013 14:00:39 -0000 + +Hi Rub=C3=A9n, + +thanks for mentioning this. I must have accidentally dropped the correspond= +ing paragraph +in the docs (http://alot.readthedocs.org/en/testing/usage/index.html#crypto= +graphy). +I'm almost certain I saw this documented a while back.. + +Basically, you need a running gpg-agent. Then, decryption of mails should h= +appen +automatically once you open a thread. The same holds for signature verifica= +tion +(the status of which will be mentioned in a pseudo-header). +This holds for mails that comply PGP/MIME only. "ASCII-armored" text in pla= +intext parts +is not dealt with. + +If this does not work, you've found a bug that you should kindly report :) + +HTH, +/p