Skip to content

Instantly share code, notes, and snippets.

@jhilker98
Last active May 12, 2021 16:33
Show Gist options
  • Save jhilker98/b50b65be6fd12820da8d88997ef44e1f to your computer and use it in GitHub Desktop.
Save jhilker98/b50b65be6fd12820da8d88997ef44e1f to your computer and use it in GitHub Desktop.
Wrong number of arguments: (lambda (path maildir) "Add the message at PATH to the database.
With MAILDIR set to the maildir this message resides in,
e.g. '/drafts'.
if this works, we will receive (:info add :path <path> :docid
<docid> :fcc <path>)." (mu4e~proc-send-command "cmd:sent path:%s maildir:%s" (mu4e~proc-escape path) (mu4e~proc-escape maildir))), 1
user-error: Minibuffer window is not active
SPC b l is undefined
Mark set
(use-package org-msg
:config
(setq org-msg-options "html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil \\n:t"
org-msg-startup "hidestars indent inlineimages"
org-msg-greeting-name-limit 3
org-msg-default-alternatives '((new . (text html))
(reply-to-html . (text html))
(reply-to-text . (text)))
org-msg-convert-citation t
org-msg-signature "
--
Thanks,
#+begin_signature
*Jacob Hilker*
#+end_signature")
(org-msg-mode))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment