jeremy-compostella/org-msg

Issues getting setup with notmuch.

Opened this issue · 4 comments

Hi,
I was just giving this project a try and ran into what seems like a bug with the ``notmuch-user-agent.`

I get an error when I try to preview a test message:

Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil)
  org-msg-preview(nil)
  funcall-interactively(org-msg-preview nil)
  call-interactively(org-msg-preview nil nil)
  command-execute(org-msg-preview)

I can send messages, but they do not have text/html content, only text/plain. The resulting message is always "--=-=-=--"

I just installed org-msg from melpa. I'm using notmuch 0.36-1 (the debian bookworm version).
Thanks for this project, it seems like it will be great once I get it working.

@groceryheist, I am having the same issues. Did you manage to get it working?

Me too actually. I'll have to post my config perhaps... But sounds like this issue is closed?

I think the confusion is that we need to pass a symbol to the function, not a string.

(setq mail-user-agent 'notmuch-user-agent)

I just battled this myself yeasterday. 😉