diff options
Diffstat (limited to 'lisp/gnus/message.el')
| -rw-r--r-- | lisp/gnus/message.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index eaac4e390a9..b65eec7ec12 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -5912,9 +5912,9 @@ want to get rid of this query permanently.")) | |||
| 5912 | 5912 | ||
| 5913 | (defun message-is-yours-p () | 5913 | (defun message-is-yours-p () |
| 5914 | "Non-nil means current article is yours. | 5914 | "Non-nil means current article is yours. |
| 5915 | If you have added 'cancel-messages to 'message-shoot-gnksa-feet', all articles | 5915 | If you have added 'cancel-messages to `message-shoot-gnksa-feet', all articles |
| 5916 | are yours except those that have Cancel-Lock header not belonging to you. | 5916 | are yours except those that have Cancel-Lock header not belonging to you. |
| 5917 | Instead of shooting GNKSA feet, you should modify 'message-alternative-emails' | 5917 | Instead of shooting GNKSA feet, you should modify `message-alternative-emails' |
| 5918 | regexp to match all of yours addresses." | 5918 | regexp to match all of yours addresses." |
| 5919 | ;; Canlock-logic as suggested by Per Abrahamsen | 5919 | ;; Canlock-logic as suggested by Per Abrahamsen |
| 5920 | ;; <abraham@dina.kvl.dk> | 5920 | ;; <abraham@dina.kvl.dk> |