Commit Graph

41 Commits

Author SHA1 Message Date
StrawberryTea c9e2f72212 mu4e: fix broken tab navigation in mu4e-view-mode
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.
2024-04-18 00:37:02 +08:00
JenChieh 013e744dab include all modes files 2024-04-11 10:24:04 +08:00
StrawberryTea 99fd054f80 mu4e: update the version check for mu4e-compose-goto-*
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.
2024-03-19 00:05:40 +08:00
StrawberryTea 323ae97eae mu4e: bind mu4e-compose-wide-reply 2024-03-14 23:53:59 +08:00
StrawberryTea 8da60e37b9 mu4e: fix extra quotes in evil-collection-mu4e 2024-03-13 22:41:31 +08:00
StrawberryTea c2f48c9a26 mu4e: add thread-mode commands
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.
2024-03-12 10:29:02 +08:00
StrawberryTea fe96b412f4 mu4e: re-add removed mu4e-compose-begin/end-commands
The commands `mu4e-compose-begin` and `mu4e-compose-end` were removed in
commit
85bfe76336
of version 1.12.0 of mu.  This commit re-adds these commands to the evil
collection for mu4e.
2024-03-08 02:07:00 +08:00
hokomo 8c84f9bc89 mu4e: Remove superfluous quotes 2024-01-18 03:56:33 -05:00
Liam Hupfer 18304d9d9e mu4e: add mu4e-headers-toggle-property
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.
2023-10-19 20:28:28 +08:00
Nicolas Wavrant 3983b6b520 mu4e: add support for visual actions in header view 2023-07-25 00:27:00 +08:00
Adam Maleszka 4a7d924dbd mu4e: fix mu4e--main-toggle-main-sending-mode function name 2023-06-15 00:04:59 -04:00
Milan Glacier d3b497db31 mu4e: fix byte-compiler error. 2023-04-30 12:27:31 -07:00
Milan Glacier 14c4e81ffa mu4e: make `}` and `{` move between threads. 2023-04-30 12:27:31 -07:00
Milan Glacier 0a550bbbc2 mu4e: clean up code. 2023-04-30 12:27:31 -07:00
Milan Glacier 14af794d5b Add compatability with mu4e 1.8. 2023-04-30 12:27:31 -07:00
Michael Eliachevitch 35be7d3f4e Add docstrings to satisfy checkdoc 2023-04-30 12:27:31 -07:00
Tim Cross 7313ce9f70 Adapt evil-collection-mu4e for latest mu4e development version
Changes taken from Tim Cross <theophilusx@gmail.com> (@theophilusx) in https://github.com/emacs-evil/evil-collection/issues/695#issuecomment-1437577481.
2023-04-30 12:27:31 -07:00
condy a207d0e533 mu4e: docstring quoting style 2023-02-14 00:48:26 +08:00
wangtianshu 665d5c99e2 mu4e: remove the inaccurate description 2022-08-11 03:01:50 +08:00
Chinmaya Nagpal c1ede88de9 Propertize Misc section correctly 2022-08-09 14:50:21 +08:00
Chinmaya Nagpal c08e12cf79 mu4e: update mu4e-main Maildirs section
This reverts commit 0875502a3f1b5596ff70e0b193f9a7b665774df8.
2022-08-09 14:50:21 +08:00
Youmu c005e07420 Revert "mu4e: update mu4e-main Maildirs section"
This reverts commit 072731a5f5.
2022-08-06 19:58:10 +08:00
Chinmaya Nagpal 072731a5f5 mu4e: update mu4e-main Maildirs section
This reverts commit 0875502a3f1b5596ff70e0b193f9a7b665774df8.
2022-08-06 19:38:00 +08:00
wangtianshu 2fa3609ebf remove redundant TODO 2022-07-25 17:06:52 +08:00
wangtianshu 926b97983e mu4e: replace obsolete functions 2022-07-25 17:06:52 +08:00
wangtianshu 0595cd8b95 mu4e: delete the redundant keybinding 2022-07-20 16:02:16 +08:00
wangtianshu 7a44d75334 mu4e: replace obsolete mu4e-view-save-attachment-multi 2022-07-19 15:34:02 +08:00
Brian Leung 9cea83273c mu4e: Replace obsolete mu4e-headers-search-narrow command 2022-07-12 15:58:03 +08:00
Brian Leung 260842f096 mu4e: use newly-renamed functions as aliases when appropriate
This accommodates everyone using a version of mu4e shipped with their
package manager's installation of mu.
2022-02-21 12:08:48 +08:00
DungxNguyen 081a9f423e
mu4e: update new function names of mu4e's main-action-str and main-view-queue 2022-02-17 02:57:59 +08:00
Pavel Novichkov f74757550e Mu4e: Fix name of command for saving attachments 2021-11-12 13:02:50 +08:00
Tianshu Wang 63d84ff4bd 2021-10-28 17:42:46 +08:00
Andrew Fontaine 836af920be mu4e: update binding for attachment actions
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
2021-09-12 13:59:40 +08:00
James Nguyen 2c0a09b193 Mu4e: Fix signature 2021-02-04 01:03:50 -08:00
James Nguyen a3f8d1b4c9 Refactor menu-items to use evil-collection-define-operator-key 2021-02-03 21:08:35 -08:00
wangtianshu 2252aed88d add keybindings for mu4e-compose-mode 2021-01-18 00:29:35 +08:00
Dario Klingenberg 120608be93 move hooks into evil-collection-mu4e-setup 2020-06-08 08:57:05 +02:00
Dario Klingenberg 4f37e48203 fix insert state activation issue in org-mu4e 2020-06-08 08:57:05 +02:00
Pierre Neidhardt 1237452e13 Revert "Changed mu4e d key-bind"
This reverts commit d062cc206d.

Upstream has removed mu4e-view-mark-or-move-to-trash, see
f016f257f9.
2020-05-18 22:28:36 +02:00
Giuseppe Fierro d062cc206d Changed mu4e d key-bind
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.
2020-05-09 10:53:06 +02:00
Justin Burkett 95dad4c734 Use subdirectories for setup files (+READMEs)
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
2019-10-09 19:41:45 -07:00