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
83816142
Commit
83816142
authored
Sep 18, 2005
by
Deepak Goel
Browse files
Message format spec fixes (commit 6)
parent
8603cb4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
lisp/mail/feedmail.el
lisp/mail/feedmail.el
+1
-1
lisp/mail/rmail-spam-filter.el
lisp/mail/rmail-spam-filter.el
+6
-6
No files found.
lisp/mail/feedmail.el
View file @
83816142
...
...
@@ -1943,7 +1943,7 @@ mapped to mostly alphanumerics for safety."
(file-exists-p a-s-file-name)
(delete-file a-s-file-name))))
(if feedmail-queue-chatty
(progn (message (concat "FQM: Queued in " filename))
(progn (message
"%s"
(concat "FQM: Queued in " filename))
(sit-for feedmail-queue-chatty-sit-for)))
(if feedmail-queue-chatty
(progn
...
...
lisp/mail/rmail-spam-filter.el
View file @
83816142
...
...
@@ -449,10 +449,10 @@ it from rmail file. Called for each new message retrieved by
(
if
rsf-autosave-newly-added-definitions
(
progn
(
custom-save-all
)
(
message
(
concat
"added subject \n <<< \n"
message-subject
(
message
"%s"
(
concat
"added subject \n <<< \n"
message-subject
" \n >>> \n to list of spam definitions. \n"
"and saved the spam definitions to file."
)))
(
message
(
concat
"added subject \n <<< \n"
message-subject
(
message
"%s"
(
concat
"added subject \n <<< \n"
message-subject
" \n >>> \n to list of spam definitions. \n"
"Don't forget to save the spam definitions to file using the spam
menu"
))
...
...
@@ -478,10 +478,10 @@ it from rmail file. Called for each new message retrieved by
(
if
rsf-autosave-newly-added-definitions
(
progn
(
custom-save-all
)
(
message
(
concat
"added sender \n <<< \n"
message-sender
(
message
"%s"
(
concat
"added sender \n <<< \n"
message-sender
" \n >>> \n to list of spam definitions. \n"
"and saved the spam definitions to file."
)))
(
message
(
concat
"added sender \n <<< \n "
message-sender
(
message
"%s"
(
concat
"added sender \n <<< \n "
message-sender
" \n >>> \n to list of spam definitions."
"Don't forget to save the spam definitions to file using the spam
menu"
))
...
...
@@ -521,10 +521,10 @@ Added to spam definitions as a contents field."
(
if
rsf-autosave-newly-added-definitions
(
progn
(
custom-save-all
)
(
message
(
concat
"added highlighted text \n <<< \n"
region-to-spam-list
(
message
"%s"
(
concat
"added highlighted text \n <<< \n"
region-to-spam-list
" \n >>> \n to list of spam definitions. \n"
"and saved the spam definitions to file."
)))
(
message
(
concat
"added highlighted text \n <<< \n "
region-to-spam-list
(
message
"%s"
(
concat
"added highlighted text \n <<< \n "
region-to-spam-list
" \n >>> \n to list of spam definitions."
"Don't forget to save the spam definitions to file using the
spam menu"
))
...
...
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