Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mu4e htmlp non-detection for draft messages #203

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

danielfleischer
Copy link
Contributor

@danielfleischer danielfleischer commented Dec 23, 2024

Draft messages don't have a parent and it leads to a mu4e error when trying to edit them:

No message at point

This fix is needed for draft messages that have a subject line, due to

org-msg/org-msg.el

Lines 1184 to 1185 in 59e2042

(let* ((type (cond ((not (org-msg-message-fetch-field "subject")) 'new)
((org-msg-mua-call 'article-htmlp) 'reply-to-html)

Draft messages don't have a parent and it leads to a mu4e error:

    "no message at point"

This fix is needed for draft messages that have a subject line, due to
https://github.com/jeremy-compostella/org-msg/blob/59e2042e5f23e25f31c6aef0db1e70c6f54f117d/org-msg.el#L1184-L1185.
@danielfleischer
Copy link
Contributor Author

Similar to #195, not sure the outcomes are identical.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant