Jeff Kowalczyk
2018-09-18 19:26:00 UTC
Is there a recommended initialization function which will call the
default (defvar mu4e-bookmarks ...) after which I can make calls
to (add-to-list 'mu4e-bookmarks ...)?
I have bookmark definitions in init.el, with the minimal example as per
manual 7.2.1 Setting up bookmarks:
(add-to-list 'mu4e-bookmarks
(make-mu4e-bookmark
:name "Big messages"
:query "size:5M..500M"
:key ?b))
These run at startup, before I interactively start M-x mu4e for the first
time . As a result, each fails with error:
Symbol's value as variable is void: mu4e-bookmarks
Thanks,
Jeff
default (defvar mu4e-bookmarks ...) after which I can make calls
to (add-to-list 'mu4e-bookmarks ...)?
I have bookmark definitions in init.el, with the minimal example as per
manual 7.2.1 Setting up bookmarks:
(add-to-list 'mu4e-bookmarks
(make-mu4e-bookmark
:name "Big messages"
:query "size:5M..500M"
:key ?b))
These run at startup, before I interactively start M-x mu4e for the first
time . As a result, each fails with error:
Symbol's value as variable is void: mu4e-bookmarks
Thanks,
Jeff
--
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 mu-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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 mu-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.