Commit Graph

16 Commits

Author SHA1 Message Date
James Nguyen ee2e2f9b7a Move [ ] to [[ ]] (#225) 2019-03-16 10:54:12 -07:00
Pierre Neidhardt de8693e3e1 mu4e: Fix G and gg in visual state for mu4e-compose
Fixes #226.
Thanks to Alan Schmitt for the tip.
2019-03-01 09:46:17 +01:00
Peter Jones 7b12395c18 mu4e queued mail status needs to be dynamic
This fixes a fairly major bug where mail could be queued but not shown
to the user.  (This happened to me, I had a month of email sitting in
the queue!)

Since the number of messages in the queue can change, and the status
of queuing mail or direct mail can also change, the display should not
be in a defvar which only gets evaluated once when the library is
first loaded.

This change makes it so the queue status is updated each time the main
mu4e view is drawn.
2019-01-17 08:36:11 +01: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
Pierre Neidhardt 49777d11de mu4e: Bind "gg" and "G" in compose-mode 2018-07-12 18:22:26 +02:00
Justin Burkett df92b07d82 mu4e: Convert evil-define-key to evil-collection-define-key 2018-07-11 22:01:29 +02:00
Justin Burkett d099105753 Simplify evil-collection-mu4e.el 2018-07-11 13:44:43 +02:00
Pierre Neidhardt 9436d96d00 mu4e: Fix nil binding 2018-07-09 05:10:59 +02:00
Pierre Neidhardt d919dcb6ab mu4e: Bind C-u conditionally 2018-07-08 17:40:41 +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 e4d77d37eb Mu4e: Fix warnings 2018-06-19 18:14:35 -07:00
Pierre Neidhardt 0687268149 mu4e: Fix namespace 2018-06-18 23:10:08 +02:00
Pierre Neidhardt ac21b8957c mu4e: Compile properly on systems where mu4e is not available 2018-06-17 10:58:36 +02:00
Pierre Neidhardt b1c851ad2d mu4e: Don't make state customizable 2018-06-16 19:21:11 +02:00
Pierre Neidhardt cdcda786b2 mu4e: Import from https://github.com/JorisE/evil-mu4e 2018-06-16 19:09:01 +02:00