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
fc066c54
Commit
fc066c54
authored
Jan 26, 2001
by
Dave Love
Browse files
(feedmail): Add :link.
(feedmail-send-it): Doc fix.
parent
67ad9438
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
lisp/mail/feedmail.el
lisp/mail/feedmail.el
+4
-6
No files found.
lisp/mail/feedmail.el
View file @
fc066c54
...
...
@@ -306,6 +306,7 @@
(
defgroup
feedmail
nil
"Assist other email packages to massage outgoing messages."
:link
'
(
url-link
"http://www.carpenter.org/feedmail/feedmail.html"
)
:link
'
(
emacs-commentary
"feedmail"
)
:group
'mail
)
(
defgroup
feedmail-misc
nil
...
...
@@ -1432,12 +1433,9 @@ insertion.")
;;;###autoload
(
defun
feedmail-send-it
()
"A function which is a suitable value for `send-mail-function'.
To use it, you probably want something like this in your .emacs or
similar place:
(setq send-mail-function 'feedmail-send-it)
(autoload 'feedmail-send-it \"feedmail\")"
"Send the current mail buffer using the Feedmail package.
This is a suitable value for `send-mail-function'. It can be used
with various lower-level mechanisms to provide features such as queueing."
;; avoid matching trouble over slash vs backslash by getting canonical
(
if
feedmail-queue-directory
...
...
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