mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
docs(notmuch): fix custom sync backend snippet
The method for customizing +notmuch-sync-backend was changed in19d4126
to accept a string; consequently the current example in the docs results in an error: user-error: Invalid notmuch backend specified: custom Ref:19d41262e4
This commit is contained in:
@ -140,9 +140,8 @@ will be quicker than =offlineimap=.
|
||||
If you have a unique method for synchronizing your email, you can define your
|
||||
own backend:
|
||||
#+begin_src emacs-lisp
|
||||
(setq +notmuch-sync-backend 'custom
|
||||
;; Set this to an arbitrary shell command
|
||||
+notmuch-sync-command "my-notmuch-sync-cmd")
|
||||
;; Set this to an arbitrary shell command
|
||||
(setq +notmuch-sync-backend "my-notmuch-sync-cmd")
|
||||
#+end_src
|
||||
|
||||
** Sending mail
|
||||
|
Reference in New Issue
Block a user