Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Peter Liljenberg
lyskom-elisp-client
Commits
ec0ee395
Commit
ec0ee395
authored
May 11, 2008
by
David Byers
Browse files
Fix bug 1654
parent
32634593
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
ec0ee395
2008-05-11 <David Byers@GULAG>
Fix bug 1654:
* edit-text.el (lyskom-edit-send): Use accessors to access parsed
headers.
Fix bug 1660:
* edit-text.el (lyskom-create-text-handler): Added callback and
callback-data parameters. Juggling buffers to get these right is
...
...
src/edit-text.el
View file @
ec0ee395
...
...
@@ -521,9 +521,10 @@ This runs `kom-send-text-hook' and (for backwards compatibility)
(
lyskom-edit-send-check-recipients
misc-list
subject
)))
(
if
extra-headers
(
setq
misc-list
(
apply
'lyskom-create-misc-list
(
nconc
(
elt
headers
1
)
extra-headers
)))))
(
setq
misc-list
(
apply
'lyskom-create-misc-list
(
nconc
(
lyskom-text-headers->misc-info
headers
)
extra-headers
)))))
;;
;; Check that we don't add ourselves to an anon text
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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