" ("
(mime-product-code-name mime-library-product)
") "
+ (condition-case nil
+ (progn
+ (require 'apel-ver)
+ (concat (apel-version) " "))
+ (file-error nil))
(if (featurep 'xemacs)
(concat (cond ((featurep 'utf-2000)
(concat "UTF-2000-MULE/" utf-2000-version))
)
(insert "\n")
(or (let ((pgg-default-user-id
- (if from
- (nth 1 (std11-extract-address-components from))
- pgg-default-user-id)))
+ (if (and from (not pgg-default-user-id))
+ (nth 1 (std11-extract-address-components from))
+ pgg-default-user-id)))
(pgg-sign-region (point-min)(point-max)))
(throw 'mime-edit-error 'pgp-error)
)
(insert "\n")
(eword-encode-header)
(or (let ((pgg-default-user-id
- (if from
+ (if (and from (not pgg-default-user-id))
(nth 1 (std11-extract-address-components from))
pgg-default-user-id)))
(pgg-encrypt-region