From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5616 Path: main.gmane.org!not-for-mail From: Aharon Schkolnik Newsgroups: gmane.emacs.gnus.general Subject: Missing Signature Date: Wed, 20 Mar 1996 09:26:30 +0300 Message-ID: <9603200626.AA11366@healdb.matat.health.gov.il> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.44) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035146195 852 80.91.224.250 (20 Oct 2002 20:36:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:36:35 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.3/8.6.9) with SMTP id XAA05853 for ; Tue, 19 Mar 1996 23:12:47 -0800 Original-Received: from healdb.matat.health.gov.il (healdb.matat.health.gov.il [192.115.16.132]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Wed, 20 Mar 1996 07:27:23 +0100 Original-Received: by healdb.matat.health.gov.il; id AA11366; Wed, 20 Mar 1996 09:26:30 +0300 Original-To: ding@ifi.uio.no Xref: main.gmane.org gmane.emacs.gnus.general:5616 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5616 Hi. Ever since I added mime stuff to my .emacs, my signature does not appear when I send mail (ctrl-x m (I add it myself with ctrl-x i) ), it does appear when I reply to mail. Here are the lines I added: ;;;; ;;;; mailcrypt stuff ;;;; (autoload 'mc-install-write-mode "mailcrypt" nil t) (autoload 'mc-install-read-mode "mailcrypt" nil t) (add-hook 'mail-mode-hook 'mc-install-write-mode) (add-hook 'gnus-summary-mode-hook 'mc-install-read-mode) (add-hook 'news-reply-mode-hook 'mc-install-write-mode) ; ; mime stuff ; (load "mime-setup") (add-hook 'gnus-article-prepare-hook 'gnus-article-de-quoted-unreadable) ; ; For decoding, please insert following into ~/.emacs: ; ;====================================================================== (call-after-loaded 'tm-view (function (lambda () (require 'tm-pgp) ))) ;====================================================================== ; For encoding, tm-edit provides 2 mechanism. One is for signing or ;encrypting for message as application/pgp. There are two command ;`mime-editor/set-sign' and `mime-editor/set-encrypt'. They set a ;message is signed, encrypted or not. ; Another one is for content. There are 2 kinds of enclosure for PGP: ;``signed'' and ``encrypted''. Their enclosure are bound to key and ;menu. If you use this mechanism, please specify 2 variables: ;`mime-editor/signing-type' and `mime-editor/encrypting-type'. They ;requires following values: ; pgp-elkins processed as draft-elkins-pem-pgp-02.txt ; pgp-kazu processed as draft-kazu-pgp-mime-00.txt ; nil not processed ;If you use ``signed'' and ``encrypted'' as draft-elkins-pem-pgp-02.txt, ;please insert following into ~/.emacs: ;====================================================================== (setq mime-editor/signing-type 'pgp-elkins) (setq mime-editor/encrypting-type 'pgp-elkins) ;====================================================================== TIA. -- The day is short, and the work is great, | Aharon Schkolnik and the laborers are lazy, and the reward | Aharon@Matat.Health.Gov.IL is great, and the Master of the house is | impatient. - Ethics Of The Fathers Ch. 2 |