Merge pull request #1405 from wavexx/fix_texinfo_errors
Quote '@' symbols in texinfo's @code section
This commit is contained in:
@ -2668,16 +2668,16 @@ A short example for two contexts:
|
|||||||
(smtpmail-smtp-service . 587))))
|
(smtpmail-smtp-service . 587))))
|
||||||
(make-mu4e-context-account
|
(make-mu4e-context-account
|
||||||
:name "personal"
|
:name "personal"
|
||||||
:user-mail-address "john@doe.xyz"
|
:user-mail-address "john@@doe.xyz"
|
||||||
:sent-folder "Sent"
|
:sent-folder "Sent"
|
||||||
:vars gandi-smtp-vars)
|
:vars gandi-smtp-vars)
|
||||||
(make-mu4e-context-account
|
(make-mu4e-context-account
|
||||||
:name "work"
|
:name "work"
|
||||||
:user-mail-address "john@work.org"
|
:user-mail-address "john@@work.org"
|
||||||
:sent-folder "Sent"
|
:sent-folder "Sent"
|
||||||
:predicate (lambda (msg)
|
:predicate (lambda (msg)
|
||||||
(mu4e-message-contact-field-matches
|
(mu4e-message-contact-field-matches
|
||||||
msg '(:from :to) "boss@work.org"))
|
msg '(:from :to) "boss@@work.org"))
|
||||||
:vars gandi-smtp-vars))
|
:vars gandi-smtp-vars))
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user