Gnus development mailing list
 help / color / mirror / Atom feed
* Missing Signature
@ 1996-03-20  6:26 Aharon Schkolnik
  0 siblings, 0 replies; only message in thread
From: Aharon Schkolnik @ 1996-03-20  6:26 UTC (permalink / raw)



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     |


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-03-20  6:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-03-20  6:26 Missing Signature Aharon Schkolnik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).