Gnus development mailing list
 help / color / mirror / Atom feed
From: Aharon Schkolnik <aharon@healdb.matat.health.gov.il>
Subject: Missing Signature
Date: Wed, 20 Mar 1996 09:26:30 +0300	[thread overview]
Message-ID: <9603200626.AA11366@healdb.matat.health.gov.il> (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     |


                 reply	other threads:[~1996-03-20  6:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9603200626.AA11366@healdb.matat.health.gov.il \
    --to=aharon@healdb.matat.health.gov.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).