Merge pull request #112 from Popsch/fix_docu
*mu4e.texi: use save-excursion in the mu4e-compose-mode-hook
This commit is contained in:
@ -1391,7 +1391,7 @@ message is fully formed when this hook runs. For example, to add a
|
|||||||
(add-hook 'mu4e-compose-mode-hook
|
(add-hook 'mu4e-compose-mode-hook
|
||||||
(defun my-add-bcc ()
|
(defun my-add-bcc ()
|
||||||
"Add a Bcc: header."
|
"Add a Bcc: header."
|
||||||
(message-add-header "Bcc: me@@example.com\n")))
|
(save-excursion (message-add-header "Bcc: me@@example.com\n"))))
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
|
|||||||
Reference in New Issue
Block a user