From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84999 Path: news.gmane.org!not-for-mail From: Christoph Groth Newsgroups: gmane.emacs.gnus.general Subject: bug: S/MIME and gnus-message-replyencrypt Date: Wed, 24 Sep 2014 12:27:37 +0200 Message-ID: <87fvfh71pi.fsf@grothesque.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1411554510 3754 80.91.229.3 (24 Sep 2014 10:28:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Sep 2014 10:28:30 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33243@lists.math.uh.edu Wed Sep 24 12:28:23 2014 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XWjo2-0007v1-6e for ding-account@gmane.org; Wed, 24 Sep 2014 12:28:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1XWjng-0004A5-30; Wed, 24 Sep 2014 05:27:56 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1XWjne-00049u-S4 for ding@lists.math.uh.edu; Wed, 24 Sep 2014 05:27:54 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1XWjnd-0000kG-OP for ding@lists.math.uh.edu; Wed, 24 Sep 2014 05:27:54 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XWjnc-0002Qh-Ey for ding@gnus.org; Wed, 24 Sep 2014 12:27:52 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XWjnb-0007TI-W9 for ding@gnus.org; Wed, 24 Sep 2014 12:27:52 +0200 Original-Received: from dra38-5-82-246-248-175.fbx.proxad.net ([82.246.248.175]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Sep 2014 12:27:51 +0200 Original-Received: from christoph by dra38-5-82-246-248-175.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 24 Sep 2014 12:27:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dra38-5-82-246-248-175.fbx.proxad.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) Cancel-Lock: sha1:a1LzNfrzhYq89UdtHFGd6vSCC/g= X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84999 Archived-At: Hi, The Content-Type header of S/MIME-encrypted mesages that I send from Gnus looks like this: Content-Type: application/pkcs7-mime; smime-type=enveloped-data; name="smime.p7m" I suppose that this is correct, as decryption works fine. There seems to be a problem, however: When replying to such a message with gnus-message-replyencrypt set to t, the reply is not being marked for encryption automatically by the function gnus-summary-handle-replysign. If I understand the code correctly this happens because the function gnus-mime-display-part does not recognize the message as encrypted and does not (gnus-add-wash-type 'encrypted). Would someone who knows the code care to fix this issue? Thanks, Christoph