Commit Graph

28 Commits

Author SHA1 Message Date
Jelle Licht f8cf811d65 notmuch: Bind "|" to notmuch-show-pipe-message in notmuch-tree. 2019-07-24 19:13:14 -07:00
Pierre Neidhardt a0b34bfe20 notmuch: Bind "cf" to notmuch-show-forward-message 2019-05-18 10:16:04 +02:00
Pierre Neidhardt b8b0ba0a17 notmuch: Bind < to notmuch-show-toggle-thread-indentation 2019-03-19 15:00:27 +01:00
Pierre Neidhardt baa9c68807 notmuch: Bind TAB and backtab to next/previous button in notmuch-show 2019-03-19 14:22:38 +01:00
Pierre Neidhardt 7e69645643 notmuch: Bind stash map prefixes to "ys" 2019-03-19 12:49:59 +01:00
Pierre Neidhardt c6ea346a7f notmuch: Fix "z", "s" conflicts, align with mu4e 2019-03-19 12:16:34 +01:00
Pierre Neidhardt d57cacb80e notmuch: Bind "cc", "cr", "cR", "C" to compose like mu4e 2019-03-19 12:06:03 +01:00
Pierre Neidhardt 6ab346fd06 notmuch: Add toggler for "unread" and "flagged" tags 2019-03-19 11:55:10 +01:00
Pierre Neidhardt af0543c5a3 notmuch: Set initial state of notmuch-tree to 'normal 2019-03-19 11:50:43 +01:00
Pierre Neidhardt b17c48ca58 notmuch: Fix "RET" in notmuch-hello 2019-03-19 11:50:31 +01:00
Pierre Neidhardt ff778f2094 notmuch: Bind search-mode keys in visual state too 2019-03-17 20:00:52 +01:00
Pierre Neidhardt 6a3fde3143 notmuch: Bind "p" to -show-save-attachments 2019-03-17 20:00:19 +01:00
Pierre Neidhardt d09e4770be notmuch: Inhibit insert state 2019-03-17 20:00:08 +01:00
James Nguyen ee2e2f9b7a Move [ ] to [[ ]] (#225) 2019-03-16 10:54:12 -07:00
Enze Chi d9760942c6 Autoload "evil-collection-*-setup" functions
With autoload, it doesn't need "require" the package before call
evil-collection-*-setup function.
2018-10-16 09:22:31 +02:00
Pierre Neidhardt 66ae22f276 Update ambrevar's email address 2018-08-27 10:42:28 +02:00
James Nguyen 1177456348 Require evil-collection instead of evil
Remove declare-function workaround.
2018-06-19 18:14:50 -07:00
James Nguyen 04268dcadc Remove .el in declare-function 2018-06-08 10:32:02 -07:00
James Nguyen d44ced31bc Add some declare-functions 2018-06-08 10:23:27 -07:00
James Nguyen 36f56362cc Add declare-functions for evil-collection-define-key
Adding for byte compiling.

TODO: Should look into doing an import instead since we shouldn't need
to declare a function that our library should know about.

I think there was some circular dependency around evil-collection-*
requiring evil-collection.el so I went with the quick and dirty
approach of doing a declare-function. If someone has a better idea,
feel free to change this!
2018-06-08 10:18:17 -07:00
Justin Burkett 29759c9419 Remove package arg from evil-collection-define-key
Implement version of evil-define-key instead. The bindings are made immediately
if the map is available. Otherwise, there are lazily made in the same way that
evil-define-key makes them.
2018-06-08 09:52:15 -07:00
Justin Burkett 0e7698dd1a Add support for {white,black}lists and binding records
Add and use evil-collection-define-key, which is a custom keybinding function
that checks evil-collection-key-{white,black}list before binding each key and
stores a record of the keybindings in evil-collection-bindings-record.

Modify evil-collection-util-inhibit-insert-state to conform to
evil-collection-define-key.
2018-06-08 09:52:15 -07:00
Simon Gomizelj b6acf98bb6 Expose the tag-all helper to the notmuch-search-mode map
Its exposed in the default mapping but not exposed in the evil mode
remapping.
2018-03-31 10:19:57 -07:00
Simon Gomizelj 08a3946653 Add binding to trigger notmuch-show-part-map 2018-03-30 19:05:41 -07:00
noctuid 1853b53a8d Add key translation functionality
Also add evil-collection-setup-hook. Fixes #5 and #98.
2018-03-23 14:22:06 +05:30
James Nguyen 6ddfc3f7ff Change url 2018-03-01 17:22:38 -08:00
James Nguyen 47dd679811 Notmuch: Tweak 2017-12-22 12:33:22 -08:00
James Nguyen 46e60d4b69 Add notmuch
This is in progress and open to changes!
2017-12-21 22:45:39 -08:00