3

It is possible to manually toggle sign for a message, I wonder how it can be done for any message created?

Valerii Hiora
  • 213
  • 1
  • 3

2 Answers2

1

Just say

(setq wl-draft-config-alist
      '((t (mime-edit-pgp-processing . '(sign)))))

See Section 7.1.4 of the Wanderlust manual, Dynamic Modification of Messages.

jch
  • 5,680
  • 22
  • 39
0

I would simply create my own function that signs and sends, and use that instead.

(I do not use wanderlust and therefore do not know all of its possibilities).

Trevoke
  • 2,375
  • 21
  • 34