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
f8026f8c
Commit
f8026f8c
authored
Jan 16, 2009
by
Glenn Morris
Browse files
(pmail-update-summary): Declare.
parent
f4550e4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
lisp/mail/ChangeLog.pmail
lisp/mail/ChangeLog.pmail
+10
-0
lisp/mail/pmailout.el
lisp/mail/pmailout.el
+5
-2
No files found.
lisp/mail/ChangeLog.pmail
View file @
f8026f8c
2009-01-16 Glenn Morris <rgm@gnu.org>
* pmailout.el (pmail-update-summary): Declare.
* pmailsum.el (pmail-summary-mode-map)
(pmail-summary-output-to-pmail-file): Use pmail-summary-output
rather than pmail-summary-output-to-babyl-file (renamed 2009-01-05).
(pmail-output-as-seen): Declare.
(pmail-summary-output): Also require pmailout non-interactively.
2009-01-10 Richard M Stallman <rms@gnu.org>
* pmailout.el (pmail-output-to-r-mail-buffer): New function.
...
...
lisp/mail/pmailout.el
View file @
f8026f8c
;;; pmailout.el --- "PMAIL" mail reader for Emacs: output message to a file
;; Copyright (C) 1985, 1987, 1993, 1994, 2001, 2002, 2003, 2004,
;;
2005,
2006, 2007, 2008, 2009 Free Software Foundation, Inc.
;; Copyright (C) 1985, 1987, 1993, 1994, 2001, 2002, 2003, 2004,
2005,
;; 2006, 2007, 2008, 2009
Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: mail
...
...
@@ -377,6 +377,9 @@ AS-SEEN is non-nil if we are copying the message \"as seen\"."
(
goto-char
(
point-max
))
(
insert-buffer-substring
tembuf
)))))))
;; Called only if pmail-summary-exists, which means pmailsum is loaded.
(
declare-function
pmail-update-summary
"pmailsum"
(
&rest
ignore
))
(
defun
pmail-output-to-pmail-buffer
(
tembuf
msg
)
"Copy msg in TEMBUF from BEG to END into this Pmail buffer.
Do what is necessary to make Pmail know about the new message.
...
...
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