Commit graph

107 commits

Author SHA1 Message Date
TEC
b609b82d95
Mu4e: make "gmail in email adr" condition stricter 2021-07-30 01:56:49 +08:00
TEC
362f682f1d
Mu4e: add xwidget view option when available 2021-07-30 01:56:49 +08:00
TEC
773d2b5664
Mu4e: org-msg, tweak line width and spacing 2021-07-30 01:56:49 +08:00
TEC
825ea76495
Mu4e: org-msg join lines to para (as normal) 2021-07-30 01:56:49 +08:00
TEC
aaaabacc9f
Mu4e: alerts (first pass) 2021-07-30 01:56:49 +08:00
TEC
18ca0d4e4e
Mu4e: Improve reply face colouring 2021-07-30 01:56:49 +08:00
TEC
a94832429a
Mu4e: tweak flag bookmark, keymap, mu4e:main end 2021-07-30 01:56:49 +08:00
TEC
d926ecd274
Mu4e: rename my-mu4e-* function to +mu4e-* 2021-07-30 01:56:49 +08:00
TEC
82c99b78f2
Mu4e: add missing header colourising function 2021-07-30 01:56:49 +08:00
TEC
3179942dfb
Mu4e: Make the delete action trash for gmail 2021-07-30 01:56:49 +08:00
TEC
f7a2479064
Mu4e: Add nuance to Gmail-specific behaviour
for the non-gmail accounts out there
2021-07-30 01:56:49 +08:00
TEC
940177613e
Mu4e: Tidy and tweak default settings 2021-07-30 01:56:49 +08:00
TEC
a80ef01b88
Mu4e: improve LaTeX fragment size check
We also don't need to tell org-msg to wait for Org apparently
2021-07-30 01:56:49 +08:00
TEC
d4c5c6245f
Mu4e: Tidy up org-msg use-package statement
reduce unnecessary nesting
2021-07-30 01:56:49 +08:00
TEC
a974db04c4
Mu4e: further improve org-msg
- stylistic tweaks
- make accent colour easily user-settable
- scale LaTeX fragments appropriately
- make it easy to toggle org-msg-mode for one-off messages
2021-07-30 01:56:49 +08:00
TEC
aecdbb17b2
Mu4e: Fix misplaced close paren 2021-07-30 01:56:48 +08:00
TEC
2a79ff2280
Mu4e: Restyle org-msg, with the odd config tweak 2021-07-30 01:56:48 +08:00
TEC
b386ea1f53
Mu4e: Oh, there's an autoload file I can use? 2021-07-30 01:56:48 +08:00
TEC
e3a926946e
Mu4e: try to be pick a good account to send from 2021-07-30 01:56:48 +08:00
TEC
c73e903c0d
Mu4e: Use unicode to prettify the main view 2021-07-30 01:56:48 +08:00
TEC
66557c9fe4
Mu4e: add function for filing email to agenda 2021-07-30 01:56:48 +08:00
TEC
74411c87b8
Mu4e: Reduce unnecessary mu action masking by evil 2021-07-30 01:56:48 +08:00
TEC
0f9765c600
Mu4e: Expand frame to minimum size on header view 2021-07-30 01:56:48 +08:00
TEC
9b9f64d912
Mu4e: Fancify headers
Add accounts name colourisation (with a colourisation function + var of
colours) and change the :recipnum header display while I'm at it. It
doesn't deserve the default amount of space/attention.
2021-07-30 01:56:48 +08:00
TEC
65d743926b
Mu4e: Set header fields to opinionated set
- account is useful if you have multiple accounts ... which is most
  people as far as I can tell
- the date is pretty important IMO
- flags 2-wide due to the extra space, so 6 fits 3 flags
- hey, the subject - that could be of interest

Oh, and since :flags is 6 wide there's no good reason to abbreviate it
The initial space is to make the icon alignment work nicer visually
2021-07-30 01:56:48 +08:00
TEC
9f044717bd
Mu4e: Revamp the header view icons 2021-07-30 01:56:48 +08:00
TEC
3f76578721
Mu4e: Use Gnus HTML rendering 2021-07-30 01:56:48 +08:00
TEC
a29704a194
Mu4e: Feature gate org-msg package 2021-07-30 01:56:48 +08:00
Itai Y. Efrat
0f7800b9d1
Bump org-msg
jeremy-compostella/org-msg@557d490 -> jeremy-compostella/org-msg@2db6725

Reverts the version of org-msg to what it was in the beginning of the
mu4e pr. Also reverts back to using `org-msg-text-plain-alternative` due
to this.
2021-07-30 01:56:48 +08:00
Itai Y. Efrat
24eaa1317c completion/selectrum -> completion/vertico, part 2
- Rename module from `:completion selectrum` to `:completion vertico`
- Rename all files involved
- Do *not* yet rename all the functions, as that messes up git's rename
  detection.
2021-07-25 02:51:15 +03:00
Itai Y. Efrat
7ec7134947 selectrum: improve ivy parity
- add `:pg` bindings
- add `selectrum-minibuffer-map` to `+default-minibuffer-maps`
- add `consult-notmuch`
- add selectrum option for `mu4e-completing-read-function`
- document more parity failings
2021-07-25 02:49:41 +03:00
Patrick Toal
23e0dc48e6
Update org-msg variable
Fixes #4295
2020-11-20 14:26:53 -05:00
Henrik Lissner
dbe09f9b43
Fix #4043: correctly load org-msg-mode for mu4e 2020-10-06 14:19:37 -04:00
Henrik Lissner
1d7d493f0d
Remove redundant auto-mode-alist entries
rc files are covered in core-editor.el
2020-08-03 00:45:32 -04:00
Henrik Lissner
bfb04102ef
email/mu4e: replace org-mu4e with org-msg
Fixes #3663
2020-08-01 14:16:43 -04:00
Henrik Lissner
7a276dbf6b
Restore evil keybinds for mu4e-view-mode #3464 2020-07-24 17:57:56 -04:00
Matthew Leach
3ccada7150
Switch to emacs mode in mu4e view mode (#3464)
* email/mu4e: use Emacs mode when viewing mail

Evil masks most of the keybindings that are set by mu4e-view-mode. Since
this is a read-only buffer anyway use Emacs for that mode.

* email: mu4e: replace `add-hook!' with `add-hook'
2020-07-12 22:11:21 -04:00
Henrik Lissner
8d75d72eb0
Fix wrong-number-of-args error on loading mu4e
Because mu4e-attachment-dir is expected to take two arguments (if it's a
function).
2020-05-26 14:06:19 -04:00
Henrik Lissner
7ca20f158b
Resolve mu4e-attachment-dir from mu4e-root-maildir
Closes #3133
2020-05-25 03:43:40 -04:00
simendsjo
503ace3429 mu4e action to view email in browser
Taken from Spacemacs
2020-05-03 18:05:31 +02: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
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
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
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
12094788d7
Fix references to :tools fly{spell,check} 2020-01-14 03:04:26 -05:00