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

Shim for notmuch #715

Open
jgarte opened this issue Jan 15, 2025 · 1 comment
Open

Shim for notmuch #715

jgarte opened this issue Jan 15, 2025 · 1 comment

Comments

@jgarte
Copy link
Contributor

jgarte commented Jan 15, 2025

Hi,

We also need a shim for notmuch mode.

https://notmuchmail.org/

@renbus
Copy link

renbus commented Feb 12, 2025

Hello,

Notmuch uses a few major modes, and they aren't based on "special-mode", so Meow loads up in Normal state, which is inconvenient. If this is the issue you're referring, you can add this to your Meow configuration:

  (add-to-list 'meow-mode-state-list '(notmuch-hello-mode . motion))
  (add-to-list 'meow-mode-state-list '(notmuch-search-mode . motion))
  (add-to-list 'meow-mode-state-list '(notmuch-tree-mode . motion))
  (add-to-list 'meow-mode-state-list '(notmuch-show-mode . motion))

So these modes will load up in Motion state, like any special buffers. I hope this help.

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

No branches or pull requests

2 participants