Commit graph

16869 commits

Author SHA1 Message Date
TEC
9673b66dc1
Mu4e: Use more robust xwidget support check
This shouldn't be defined unless the C library is present.
2021-07-30 01:56:50 +08:00
TEC
1b9dce8fcd
Mu4e: Refactor install instructions into table 2021-07-30 01:56:50 +08:00
TEC
176252dea0
Mu4e: Readme, improve features/config content 2021-07-30 01:56:50 +08:00
TEC
06e02eec54
Mu4e: Reference @tecosaur's goimapnotify use 2021-07-30 01:56:50 +08:00
TEC
6bf9ecacc7
Mu4e: have relaxed lock by default 2021-07-30 01:56:50 +08:00
TEC
f3daba3471
Mu4e: add support for non-@gmail gmail accounts 2021-07-30 01:56:50 +08:00
TEC
a8d7d61e44
Set context-aware "from" address (mu4e)
The user can configure a list of addresses that are associated with a
context by passing a list to set-email-account!, e.g.

    (set-email-account! "foo"
      ...
      (+mu4e-personal-addresses ("foo@bar.org" "bar@baz.org")))

This list, if it exists, is used to prompt the user for the "from"
address after trying to set the "from" address automatically.
2021-07-30 01:56:50 +08:00
TEC
522c1ca33b
Mu4e: Include workspace switch in if true case 2021-07-30 01:56:50 +08:00
TEC
c59a1ff498
Mu4e: cooperative lock control 2021-07-30 01:56:50 +08:00
TEC
fdc8effd0a
Mu4e: Readme, first pass of features section 2021-07-30 01:56:50 +08:00
TEC
3f1b27500a
Mu4e: Readme, note use of mu4e-alert
and document how-to disable packages (since it seems like disabling
org-msg) is a frequent request.
2021-07-30 01:56:49 +08:00
TEC
6118ad5c12
Mu4e: enforce consistent naming scheme, "+" prefix 2021-07-30 01:56:49 +08:00
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
79f8107e43
Mu4e: have =mu4e replace an empty workspace 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
522c2e0dda
Mu4e: add some basic doctor checks 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
Henrik Lissner
f9b47ed38a
Merge pull request #5312 from daanturo/fix-+vertico-file-search
Fix +vertico-file-search when separator is used
2021-07-28 22:44:44 -04:00
Daanturo
e71d564387 Fix +vertico-file-search when separator is used
instead of the Perl style.
`concat` can't operate on characters.
2021-07-29 09:42:42 +07:00
Daanturo
829a44f79c Quickly close the lsp-signature popup by ESC*
Add to `doom-escape-hook` a function that closes the displayed LSP
signature.
2021-07-29 08:59:48 +07:00
Henrik Lissner
56107744df
Merge pull request #5302 from holyfight6/format-all-lsp
Changed editor/format lsp feature requirement from textDocument/rangeFormatting to textDocument/formatting
2021-07-28 21:28:19 -04:00
Henrik Lissner
3d0b609c1e
Merge pull request #5303 from daanturo/project-async-command-binding
Add "SPC p &" binding as projectile-run-async-shell-command-in-root
2021-07-28 21:28:08 -04:00
Henrik Lissner
4c523e36b9
Merge pull request #5311 from daanturo/fix-+lookup/in-docsets+vertico
Fix +lookup/in-docsets's vertico section
2021-07-28 21:27:47 -04:00
Daanturo
ea10da4459 Fix +lookup/in-docsets's vertico section
Convert the let form to let* to fix `Symbol’s value as variable is void:
sink`.
2021-07-29 08:21:17 +07:00