Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
82db9c90
Commit
82db9c90
authored
May 06, 2010
by
Katsumi Yamaoka
Browse files
Synch with Gnus trunk.
(mml-secure-message-sign): Fix cut and paste error.
parents
a48bc865
16b90cfe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/mml-sec.el
lisp/gnus/mml-sec.el
+2
-2
No files found.
lisp/gnus/ChangeLog
View file @
82db9c90
2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
* mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
...
...
lisp/gnus/mml-sec.el
View file @
82db9c90
...
...
@@ -308,11 +308,11 @@ Use METHOD if given. Else use `mml-secure-method' or
(
defun
mml-secure-message-sign
(
&optional
method
)
"Add MML tags to sign th
is MML part
.
"Add MML tags to sign th
e entire message
.
Use METHOD if given. Else use `mml-secure-method' or
`mml-default-sign-method'."
(
interactive
)
(
mml-secure-
part
(
mml-secure-
message
(
or
method
mml-secure-method
mml-default-sign-method
)
'sign
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment