Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
ec0ee395
Commit
ec0ee395
authored
May 11, 2008
by
David Byers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bug 1654
parent
32634593
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
src/ChangeLog
src/ChangeLog
+4
-0
src/edit-text.el
src/edit-text.el
+4
-3
No files found.
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
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