From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84808 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: [gnus-article-decode-hook] (was: gnus-outlook-deuglify-article always) Date: Sat, 23 Aug 2014 14:03:50 +0200 Message-ID: <87bnrbh0pl.fsf@mat.ucm.es> References: <87bnrfxiea.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1408795501 3143 80.91.229.3 (23 Aug 2014 12:05:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Aug 2014 12:05:01 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33051@lists.math.uh.edu Sat Aug 23 14:04:54 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 1XLA3w-0005OB-Bo for ding-account@gmane.org; Sat, 23 Aug 2014 14:04:52 +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 1XLA3F-0007g7-4e; Sat, 23 Aug 2014 07:04:09 -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 1XLA3D-0007fr-LN for ding@lists.math.uh.edu; Sat, 23 Aug 2014 07:04:07 -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 1XLA3B-0001JE-Qj for ding@lists.math.uh.edu; Sat, 23 Aug 2014 07:04:07 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1XLA39-00004s-Tc for ding@gnus.org; Sat, 23 Aug 2014 14:04:03 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XLA39-00051z-NX for ding@gnus.org; Sat, 23 Aug 2014 14:04:03 +0200 Original-Received: from 2.166.139.77 ([2.166.139.77]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Aug 2014 14:04:03 +0200 Original-Received: from oub by 2.166.139.77 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 23 Aug 2014 14:04:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 23 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 2.166.139.77 Mail-Copies-To: never X-Hashcash: 1:20:140823:gmane.emacs.gnus.general::ilK0xRs2Xax7epDY:00000000000000000000000000000000000005zk6 User-Agent: Gnus/5.13001 (Ma Gnus v0.10) XEmacs/21.5-b33 (linux) Cancel-Lock: sha1:96D8sH+ybdg3zxP1/cOtKfx0Uyg= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84808 Archived-At: >> "Uwe" == Uwe Brauer writes: > Hello > What is the correct setting? As described in the documentation, I added (add-hook 'gnus-article-decode-hook 'gnus-outlook-deuglify-article) To my init file, however, emails in html format or smime signed message are then displayed for example as [[S/MIME Signed Part:Corrupted]] [[End of S/MIME Signed Part]] When I remove the hook and apply the function interactively everything is fine, so it seems that the function is called *too early* in the above setting, any ideas? thanks Uwe Brauer