Hi All,

I am trying to use `message-cite-style` with mu4e.  Since
mu4e-compose-mode is a subclass of message mode, I expected to be able
use the provided presets that impersonate popular mail agents.

https://www.gnu.org/software/emacs/manual/html_node/message/Insertion-Variables.html

So I tried doing

    (setq message-cite-style message-cite-style-gmail)

but that resulted in no change from the default citation style.

I confirmed that the variable seemed to be set correctly (at least as I
understood the documentation.)

,----
| message-cite-style is a variable defined in `message.el'.
| Its value is ((message-cite-function 'message-cite-original)
|  (message-citation-line-function 'message-insert-formatted-citation-line)
|  (message-cite-reply-position 'above)
|  (message-yank-prefix "    ")
|  (message-yank-cited-prefix "    ")
|  (message-yank-empty-prefix "    ")
|  (message-citation-line-format "On %e %B %Y %R, %f wrote:\n")
`----

If I directly do

    (setq message-citation-line-format "On %e %B %Y %R, %f wrote:\n")
    (setq message-citation-line-function 
'message-insert-formatted-citation-line)

then the citation format changes as expected.

Has anyone successfully used the GNUS-provided styles?  Perhaps I have
misunderstood how to apply the presets.

Thanks,
Josiah

-- 
You received this message because you are subscribed to the Google Groups 
"mu-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to