Commit Graph

170 Commits

Author SHA1 Message Date
TEC
089b4e6b04 Mu4e: make msg compose advice more transparent
... to functions that call the original function
2021-07-30 01:56:51 +08:00
TEC
3c0df378a6 Mu4e: rename msg refile func, customisable target 2021-07-30 01:56:51 +08:00
TEC
16b4a31bf9 Mu4e: Recommend mbsync, and describe msmtp setup 2021-07-30 01:56:51 +08:00
TEC
b6f5494601 Mu4e: Avoid conflict in mu4e view action name
The HTML and PDF views already bind to v/V
2021-07-30 01:56:51 +08:00
TEC
8e4f559a52 Mu4e: Correct reference to unbound variable 2021-07-30 01:56:51 +08:00
TEC
44c831ce59 Mu4e: Missed a spot when func renamed 2021-07-30 01:56:51 +08:00
TEC
f2445eb6a0 Mu4e: Gah. Typos 2021-07-30 01:56:51 +08:00
TEC
4561d8c29d Mu4e: Fix invalid icon hook removal 2021-07-30 01:56:51 +08:00
TEC
acab6a3cde Mu4e: Another variable missing the "+" prefix 2021-07-30 01:56:51 +08:00
TEC
42ee991f4a Mu4e: Remove (now-)unused header colourise func 2021-07-30 01:56:51 +08:00
TEC
6490565404 Mu4e: Add account stripe, and use it by default 2021-07-30 01:56:51 +08:00
TEC
7cf91ff61d Mu4e: Further americanisation (colour → color) 2021-07-30 01:56:51 +08:00
TEC
b983b8ec33 Mu4e: Refile autoload functions semantically
With a dash of renaming
2021-07-30 01:56:51 +08:00
TEC
f7f58745c3 Mu4e: Correct windows mu lock file paths 2021-07-30 01:56:51 +08:00
TEC
92cfdd6f7f Mu4e: Change colourise to (sigh) american spelling 2021-07-30 01:56:51 +08:00
TEC
b1f7e9b9f9 Mu4e: follow function naming conventions
Rename +mu4e-msg-to-agenda and +get-string-width
2021-07-30 01:56:50 +08:00
TEC
8e0001f6fd Mu4e: Generalise ivy-read to completing-read 2021-07-30 01:56:50 +08:00
TEC
358ff84c54 Mu4e: Factor out f dependency 2021-07-30 01:56:50 +08:00
TEC
a75bace498 Mu4e: Remove duplicate + in function name 2021-07-30 01:56:50 +08:00
TEC
2a2f8bfbac Mu4e: correct misspelling 2021-07-30 01:56:50 +08:00
TEC
7dff598725 Mu4e: Gate org-msg behind +org flag 2021-07-30 01:56:50 +08:00
TEC
37b918d0d6 Mu4e: Leave org-msg's salutation to the user 2021-07-30 01:56:50 +08:00
TEC
75601101c6 Mu4e: Don't require a context to compose emails 2021-07-30 01:56:50 +08:00
TEC
e2792127f0 Mu4e: correct reference to renamed variable 2021-07-30 01:56:50 +08:00
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