Commit Graph

64 Commits

Author SHA1 Message Date
Henrik Lissner
c6fadf4776
Enable ol-notmuch if notmuch module is enabled
Closes #3161
2020-05-18 14:10:24 -04:00
Henrik Lissner
58377e01c4
Correct DATE and SINCE 2020-05-10 18:26:33 -04:00
Edmund Miller
c30f5cefb8
Add initial notmuch README 2020-05-09 22:35:23 -05:00
Edmund Miller
4a3aacb219
Update mu4e home-manager config to permalink 2020-05-09 20:59:14 -05:00
simendsjo
503ace3429 mu4e action to view email in browser
Taken from Spacemacs
2020-05-03 18:05:31 +02:00
Henrik Lissner
94a2ff97d7
Bump :email
https://git.notmuchmail.org/git/notmuch@aba7fb3 -> https://git.notmuchmail.org/git/notmuch@ad9c2e9
org-mime/org-mime@b189976 -> org-mime/org-mime@9f84446
wanderlust/flim@e4bd54f -> wanderlust/flim@f303f2f
wanderlust/semi@16228dc -> wanderlust/semi@57a948c
wanderlust/wanderlust@7a919e4 -> wanderlust/wanderlust@7af0d58

We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125 for why.
2020-04-30 01:31:44 -04:00
Henrik Lissner
0c80ba1221
Update plugin list in email/mu4e readme 2020-04-27 14:09:06 -04:00
Henrik Lissner
b681940cce
Prevent 'cannot find file: mu4e-meta' error
For users with older versions of mu4e installed.
2020-04-27 14:08:36 -04:00
Henrik Lissner
b27732727b
Merge pull request #2957 from agraul/mu4e-1.4
mu4e: Adjust config to mu4e 1.4
2020-04-26 04:41:48 -04:00
Henrik Lissner
e1a9bf234f
Minor refactors 2020-04-26 02:33:37 -04:00
Alexander Graul
842283ec10 Update mu4e README, add mbsync config section 2020-04-24 16:56:03 +02:00
Alexander Graul
9fe35c5fa4 mu4e: Adjust config to mu4e 1.4
mu4e 1.4 brings quite a few changes, including the deprecation of
previously used variables. These are now guarded by a version
comparison. org-mu4e is not needed for linking anymore,
org-mu4e-link-query-in-headers-mode was renamed. It's new version
defaults to nil and is therefore not set anymore -- I am not sure if the
default was changed or setting it was not strictly needed previously.
2020-04-24 16:56:03 +02:00
Henrik Lissner
06d5d5e6c0
General refactors, reformatting & comment revision 2020-04-23 23:56:17 -04:00
Henrik Lissner
a0fd06e96b
Mention 'void-function org-time-add' error on Gentoo 2020-04-18 20:22:40 -04:00
Yul3n
381e291e23 Added details to the mu4e documentation. 2020-04-16 09:24:54 +02:00
Henrik Lissner
b78fc4eb76
Minor refactor & reformatting across the board 2020-04-08 15:30:10 -04:00
Henrik Lissner
3dc4254f1c
email/mu4e: mention missing mu4e errors in readme 2020-04-01 21:14:58 -04:00
Vu Quoc Huy
55e5a3e084 Remove unused variables 2020-03-24 14:48:00 +01:00
Vu Quoc Huy
f34d56de13 Enable mu4e-use-fancy-chars by default 2020-03-24 14:12:10 +01:00
Henrik Lissner
5b094b6220
Fix #2627: remove mu4e-maildirs-extension
The package is unmaintained, and its functionality appears to have
merged into mu core at some point.
2020-02-29 11:14:02 -05:00
Henrik Lissner
5e0e0bd3b7
Remove redundant evil-set-initial-state
Redundant with evil-collection-mu4e
2020-02-09 18:44:41 -05:00
Sean Escriva
80a636cb7a
docs: update mu macos install cmd
`--with-emacs` arg no longer exists in the formula
2020-02-01 22:35:16 -05:00
Henrik Lissner
1666ab3ddc
Fix #2398: recursive load in wanderlust
Its dependencies weren't installed in the correct order (and a super old
version of semi was installed because it didn't have an explicit package
declaration).
2020-01-26 19:17:48 -05:00
Henrik Lissner
a9402cfb55
Fix #2373: bring back package pinning
This needs some serious refactoring...
2020-01-25 19:02:00 -05:00
Henrik Lissner
2c9715c5d1
Fix #2398: missing dependency due to wrong branch 2020-01-23 02:13:50 -05:00
Henrik Lissner
fb24a8deec
Activate flyspell-mode in specific modes
yaml-mode is derived from text-mode, rather than prog or conf-mode. This
may be true for other major modes, so we must be more judicious about
where we activate flyspell-mode.
2020-01-20 19:31:35 -05:00
Henrik Lissner
4cc14389e8
PIN ALL THE PACKAGES 2020-01-14 22:32:11 -05:00
Henrik Lissner
12094788d7
Fix references to :tools fly{spell,check} 2020-01-14 03:04:26 -05:00
Henrik Lissner
2b2156c4f5
email/notmuch: minor reformatting 2019-12-16 03:54:15 -05:00
Henrik Lissner
b8d4fef93f
email/wanderlust: add flim/apel packages
See:
raxod502/straight.el#445
wanderlust/wanderlust#172
2019-12-13 20:07:41 -05:00
AxelBohm
7733bfa97c mu4e is only available from the AUR 2019-12-09 10:54:27 +01:00
Alexander Graul
4ca20438fb Use featurep! in mu4e/autoload/email.el
featurep works a bit different from featurep!, which is required in this
case.
2019-12-08 23:42:46 +01:00
Henrik Lissner
385ff35ad8
Merge pull request #2123 from dsdshcym/fix-mu4e-when-workspace-module-is-not-enabled
email/mu4e: add featurep check for workspaces
2019-12-08 01:02:01 -05:00
Yiming Chen
f6a10f1268 email/mu4e: avoid delete-other-windows twice
- `+workspace-switch` already does this for us
- see also https://github.com/hlissner/doom-emacs/pull/2123#discussion_r352371828
2019-12-02 08:20:57 +08:00
Yiming Chen
a7eef56b9d email/mu4e: restore window config when mu4e quit
- see https://github.com/hlissner/doom-emacs/pull/2123#issuecomment-560010891
2019-12-01 09:30:33 +08:00
Yiming Chen
4126d3be81 email/mu4e: delete other windows when opening mu4e 2019-12-01 09:30:03 +08:00
Yiming Chen
93205d4401 email/mu4e: fix refile target
- before this change: refile would use mu4e-trash-folder as the target
- after this change: refile would use mu4e-refile-folder as expected
2019-11-30 22:26:27 +08:00
Yiming Chen
ba2e7836ab email/mu4e: add featurep check for workspaces
- if module workspaces is not used, an error would be raised when calling =mu4e
  `=mu4e: Symbol’s function definition is void: +workspace-switch`
- if module workspaces is not used, an error would be raised when quiting mu4e
  `=mu4e: Symbol’s function definition is void: +workspace/delete`
2019-11-30 22:02:32 +08:00
Henrik Lissner
fb13b902b0
Minor comment/doc revision & refactors 2019-11-21 14:46:45 -05:00
Henrik Lissner
44d5e097c9
shell-command-to-string -> doom-call-process #1887
Minor optimization to remove a layer of indirection when starting
processes.
2019-11-08 16:02:06 -05:00
Max Nickel
3a20e09eab fix notmuch keybind typo 2019-10-26 15:42:25 -04:00
Max Nickel
e122c55718 add basic bindings for notmuch 2019-10-26 14:05:40 -04:00
Max Nickel
a4050a153d generalize notmuch/ivy-compose to notmuch/compose (completing-read) 2019-10-26 14:02:56 -04:00
Max Nickel
e279409bbd sharp-quote notmuch-show hook 2019-10-26 13:38:06 -04:00
Max Nickel
5b3989f3e1 fix removal of unread hook when filtering messages 2019-10-24 22:39:45 -04:00
Max Nickel
00ec885eaa add command to select From email via ivy prior to composing 2019-10-24 22:39:17 -04:00
Max Nickel
d73ebf0815 refresh notmuch buffers after sync and add support for custom sync 2019-10-24 22:39:02 -04:00
Max Nickel
5324cb2fc8 only show unread messages in notmuch-show threads (fold read msgs) 2019-10-24 22:38:50 -04:00
Max Nickel
07d219a300 add support for deleting messages in notmuch-show 2019-10-24 22:38:31 -04:00
Bart Brouns
c56f0513fa Add some bindings to mu4e-compose-mode (#1918)
email/mu4e: add mu4e-compose-mode localleader keybinds
2019-10-20 20:01:37 -04:00