Commit Graph

11 Commits

Author SHA1 Message Date
TEC
9e8e1d93ea nit(mu4e): correct indentation 2021-10-02 16:04:06 +08:00
TEC
090c7b9afa fix(mu4e): minor errors with org-msg LaTeX eqns
A typo and a missing "*" break the creation and insertion of LaTeX
images.

Close #5416
2021-10-02 16:01:34 +08:00
TEC
7ab825157f feat(mu4e): make the unicode bullet customizable
By popular demand.

Close #5452.
2021-09-15 02:43:40 +08:00
ffaed9f5d7 Mu4e: Fix typos 2021-07-31 01:10:14 +08:00
TEC
2efeaa3bf2 Mu4e: re-indent advice.el and fix docstring typo 2021-07-30 01:56:54 +08:00
TEC
7e1f7915c0 Mu4e: use file when imagemagik not present
We will also use this as an opportunity to clean up the use of
+org-msg-img-scale-css.
2021-07-30 01:56:54 +08:00
TEC
921157f8d7 Mu4e: Remove redundant check in cond statement
The `t' case is already handled in the preceding condition.
2021-07-30 01:56:53 +08:00
TEC
a72d533a24 Mu4e: Fix inline LaTeX image scaling
The structure of doom-call-process's return had changed.
2021-07-30 01:56:53 +08:00
TEC
8603a3c7d2 mu4e: also prettify key-val string in main view 2021-07-30 01:56:53 +08:00
TEC
eebe2859cf Mu4e: Replace shell-commands with call-process
Shell-process actually initialises a shell, which is completely
unnecessary here.
2021-07-30 01:56:52 +08:00
TEC
b983b8ec33 Mu4e: Refile autoload functions semantically
With a dash of renaming
2021-07-30 01:56:51 +08:00