info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: My signature and its (missing) space


From: Merciadri Luca
Subject: Re: My signature and its (missing) space
Date: Thu, 17 Sep 2009 14:33:18 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

asjo@koldfront.dk (Adam Sjøgren) writes:

> By what method do you make Gnus sign your messages?
I am using Mailcrypt.

Everything which is linked to PGP/MIME and signatures, in my .Gnus is:

;; MIME Settings for PGnus
 (require 'mm-util)
 (defun mm-read-charset (prompt)
   "Return a charset."
   'iso-8859-15)
 (setq gnus-default-posting-charset (quote iso-8859-15))
 (setq gnus-article-decode-mime-words t)
 (setq gnus-article-decode-charset 1)
 (setq gnus-mime-view-all-parts t) ; View all the MIME parts in current article
 (setq gnus-ignored-mime-types
       '("text/x-vcard"))
 (setq gnus-unbuttonized-mime-types nil) ; MIME type -> no buttons when rendered
 (setq
 ;; Add buttons
gnus-treat-buttonize t
  ;; Add buttons to the head
  gnus-treat-buttonize-head 'head
  ;; Emphasize text
  gnus-treat-emphasize t
  ;; Fill the article
  gnus-treat-fill-article nil
;  ;; Remove carriage returns
  gnus-treat-strip-cr 'last
  ;; Hide headers
  gnus-treat-hide-headers 'head
;  ;; Hide boring headers
  gnus-treat-hide-boring-headers 'head
  ;; Hide the signature
gnus-treat-hide-signature nil
 ;; Hide cited text
;  gnus-treat-hide-citation nil
  ;; Strip PGP signatures
  gnus-treat-strip-pgp 'last
;  ;; Strip PEM signatures
  gnus-treat-strip-pem 'last
  ;; Highlight the headers
  gnus-treat-highlight-headers 'head
  ;; Highlight cited text
;  gnus-treat-highlight-citation 'last
  ;; Highlight the signature
  gnus-treat-highlight-signature 'last
  ;; Display the Date in UT (GMT)
  gnus-treat-date-ut nil
  ;; Display the Date in the local timezone
  gnus-treat-date-local nil
;; Display the date in the original timezone
  gnus-treat-date-original nil
  ;; Strip trailing blank lines
  gnus-treat-strip-trailing-blank-lines 'last
 ;; Strip leading blank lines
  gnus-treat-strip-leading-blank-lines 'last
  ;; Strip multiple blank lines
  gnus-treat-strip-multiple-blank-lines 'last
  ;; Strip all blank lines
  ;; gnus-treat-strip-blank-lines nil
  ;; Treat overstrike highlighting
  gnus-treat-overstrike 'last
  )
 ;;* show the text/plain part before the text/html part in multpart/alternative
 (require 'mm-decode)
;;;-- no way do compile with this
; ;;;--(push "text/plain" mm-alternative-precedence)
 ;;;--(setq mm-alternative-precedence "text/plain")
 (message "gnus.el: MIME initialized")
(setq message-send-mail-function 'smtpmail-send-it); For message-mode
                                        ; (Gnus)
(setq send-mail-function 'smtpmail-send-it); For message-mode ;;
                                        ; (Gnus)
(setq send-mail-command 'smtpmail-send-it); For mail-mode (Rmail)
;(setq smtpmail-default-smtp-server "mail.teledisnet.be") unuseful if
;above defined



(setq message-signature 'my-signature)
(setq gnus-signature-separator '("^-- $"))

Hope this helps.


- -- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 <http://mailcrypt.sourceforge.net/>

iEYEARECAAYFAkqyLIwACgkQM0LLzLt8MhzfcgCfW93AWBcawiZquHByfq+JZZfE
qFAAn27X4+UB5CTHpjxzkXEJokGQfzrn
=l5fg
-----END PGP SIGNATURE-----


reply via email to

[Prev in Thread] Current Thread [Next in Thread]