| Age | Commit message (Collapse) | Author |
|
mu4e-search-query was introduced in mu4e v1.12.0
bindings are added for the main and headers view
|
|
This reverts commit 05731c551be8cdda40ae6479adfb30b7e9c7fe39.
This fixes an issue that arises when loading `evil-collection-mu4e`, which
gives:
```
Key sequence c c starts with non-prefix key c
```
This occurs for both `mu4e-headers-mode-map` and `mu4e-main-mode-map`.
This should probably just be a different key, but for now I'm just trying to get
it unbroken.
cc @RyanGibb for visibility.
Thanks for the wonderful library!
|
|
mu4e-search-query was introduced in mu4e v1.12.0
bindings are added for the main and headers view
|
|
|
|
Before mu4e-1.7.0, using SHR to render HTML emails in mu4e-view-mode was
an option. This was removed in mu4e-1.7.0, and mu4e-view-mode now uses
Gnus to render HTML emails. This change broke Evil Collection's tab
navigation in mu4e-view-mode.
|
|
|
|
These bindings were recently re-added to mu4e in 1.12.2 so we don't need
to define them ourselves anymore for that version and later.
|
|
|
|
|
|
This commit adds a few commands to the mu4e-thread-mode-map. The purpose
is to bind these commads to the normal state map so that they don't get
overridden by motion state commands.
|
|
The commands `mu4e-compose-begin` and `mu4e-compose-end` were removed in
commit
https://github.com/djcb/mu/commit/85bfe763362b95935a3967f6585e14b3f9890a70
of version 1.12.0 of mu. This commit re-adds these commands to the evil
collection for mu4e.
|
|
|
|
mu4e-headers-toggle-property replaced the following three toggle
commands (which are now aliases for the new command) in v1.9.5. It
provides its own menu with a key binding for each property, so bind it
to a one-key binding.
The obsolete command bindings are not removed because mu4e is typically
installed with mu via the system package manager and is therefore harder
to upgrade than a typical Emacs package. mu4e-headers-toggle-property
was also renamed to mu4e-search-toggle-property in 1.9.11, but the old
name (which remains as an alias) is preferred for the same reason.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes taken from Tim Cross <theophilusx@gmail.com> (@theophilusx) in https://github.com/emacs-evil/evil-collection/issues/695#issuecomment-1437577481.
|
|
|
|
|
|
|
|
This reverts commit 0875502a3f1b5596ff70e0b193f9a7b665774df8.
|
|
This reverts commit 072731a5f5cbb57b5f6c32a89321199f70cbc9fa.
|
|
This reverts commit 0875502a3f1b5596ff70e0b193f9a7b665774df8.
|
|
|
|
|
|
|
|
|
|
|
|
This accommodates everyone using a version of mu4e shipped with their
package manager's installation of mu.
|
|
|
|
|
|
|
|
As part of the move to the gnus viewer for emails, the command name has been
changed from `mu4e-view-attachment-action` to `mu4e-view-mime-part-actions`.
https://github.com/djcb/mu/issues/2101#issuecomment-903074743
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit d062cc206d671fb5aefb1e0e679a9cb1d6c73e33.
Upstream has removed mu4e-view-mark-or-move-to-trash, see
https://github.com/djcb/mu/commit/f016f257f9156c19e8e2288db45a04932bc020c9.
|
|
Changed mu4e d key-bind in mu4e-headers-mode-map form
mu4e-headers-mark-for-trash to mu4e-headers-mark-or-move-to-trash.
Changed mu4e d key-bind in mu4e-view-mode-map form mu4e-view-mark-for-trash to mu4e-view-mark-or-move-to-trash.
|
|
Move setup files into subdirectories. Move mode directories to modes subdir.
This will make it easy to specify a recipe in melpa that maintains the directory
structure. Add interactive functions to jump to .el and README files
See #170
|