7a47784d78
mu4e-proc: only rename when maildir is set
...
The restores the old behavior (but with the fix for non-boolean
mu4e-change-filename-when-moving)
And some cleanups as suggested by Jonas Bernoulli.
2020-04-30 11:34:59 +03:00
0f5f6c4e13
mu4e: ask for context in mu4e~start
...
This is a little risky, but it avoids the case where the
context-question is hidden by the response from the server ("blabla
contacts" etc.)
2020-04-27 21:51:23 +03:00
a5dccffcdf
mu4e-proc: ensure some booleans are nil/t
...
Some are described as 'non-nil', but the backend only accepts symbols,
not e.g. a literal '1'.
2020-04-27 20:51:09 +03:00
4fcef3c2eb
update documentation
2020-04-27 11:56:35 +03:00
a153e08edb
fix `mu4e-main-buffer-hide-personal-addresses'
2020-04-22 16:55:27 -04:00
263e5a160d
mu4e: Don't use (mu4e-root-maildir) with easy-accounts
...
Use an older version, and update the docs.
2020-04-22 09:53:49 +03:00
b37569964a
mu4e-view: fix gnus-button click for emacs 26
...
There are some behavioral differences causing the RET binding in emacs
26.3 (an possibly others) to be active even in gnus mode; this breaks
clicking URLs.
Attempt to work around that.
2020-04-21 00:09:45 +03:00
ccbd81f6ef
~/.mu -> ~/.cache/mu
2020-04-19 13:02:48 +02:00
7ac7e746cf
mu4e: allow for build fancy html docs
...
This is for local use only, for now.
2020-04-18 13:27:00 +03:00
70d1c05ecf
mu4e: update docstring
...
mu4e-personal-addresses
2020-04-13 11:34:31 +03:00
e9fb70e50c
mu4e: update documentation
...
Remove mentions of mu4e-user-mail-address-list.
2020-04-11 22:21:48 +03:00
86bfa8fc88
mu4e: update documentation
2020-04-09 22:07:58 +03:00
4584b61ea1
mu4e.texi: minor update
2020-04-08 11:26:12 +03:00
26fb011026
mu4e: main: don't use string-join, it's too new
...
Fixes #1636
2020-04-08 11:26:12 +03:00
43dd60e523
Fix displaying ical attachments after PR #1633
2020-04-08 13:29:16 +09:30
abafd658d4
mu4e: show mu4e-personal-addresses, add check
...
Show the personal addresses in the main screen (allow hiding them with
mu4e-main-view-hide-addresses), as well as a check for the case where
user's user-email-address is not part of the personal addresses.
2020-04-06 20:52:24 +03:00
edd47ced71
mu4e: use mu4e-attachment-dir for attaching, too
...
Use mu4e-attachment-dir also for attaching (and not just for extracting)
attachments; the default (current draft message dir) is not very useful.
2020-04-06 20:52:24 +03:00
51f5ee829d
Merge pull request #1633 from Chris00/master
...
mu4e: Fix displaying ical attachments with no charset
2020-04-06 00:09:01 +03:00
ed123431db
Fix displaying ical attachments with no charset
...
Fixes https://github.com/djcb/mu/issues/1625
2020-04-05 22:58:20 +02:00
6a294da2a1
mu4e-main: avoid calling mu4e-main-mode multiple times
...
once is enough
2020-04-05 23:53:55 +03:00
cdddb816e4
mu4e: increase max log size, use ms timestamps
2020-04-04 15:40:45 +03:00
89ab9f7351
Merge pull request #1627 from haji-ali/misc-fixes
...
mu4e: updater info-handler and compose
2020-04-04 12:11:58 +03:00
9ef1a3c0cf
update documentation
2020-03-31 21:19:03 +03:00
33694814fc
Save window selection after updating the index
2020-03-29 22:07:25 +01:00
c335914caa
(widen) should be called before hiding the headers
...
Was also causing a corrupted header in some cases.
2020-03-29 22:06:29 +01:00
935874dfc3
mu4e: make logging a bit faster
2020-03-28 11:06:37 +02:00
faef1792cc
mu4e: improve documentation
2020-03-28 11:06:37 +02:00
36d0b0602e
mu4e: extend mu4e-header-highlight-face to edge of window
...
Due to a breaking change we have to request this explicitly in
Emacs 27. Earlier Emacs versions do the right thing by default.
If the effect of a face does not extend to the edge of the window,
then attributes such as the background color or underline cease to
be used for more that the width of a single character, which is not
appropriate for a face intended to highlight a complete line.
See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37774 .
2020-03-20 22:17:02 +01:00
c3bb04150f
mu4e: mu4e.texi: use an @anchor, not a @node
...
Latter breaks on some (older?) texinfo releases.
Fixes #1617
2020-03-16 23:04:18 +02:00
83558be663
mu4e: set mu4e-compose-type earlier
...
So it can be used in hooks.
Fixes #1616 .
2020-03-16 22:42:35 +02:00
3ac71ecfbe
mu4e: restore mu4e-index-cleanup t
...
Let's go back to the old default.
2020-03-15 01:23:01 +02:00
46ae663937
mu4e: use faster count queries, document differences
...
Use faster queries for counting read/unread messages; document why the
results might differ from what you get doing a normal search.
2020-03-15 01:23:01 +02:00
c4953a4310
mu4e-utils: select mu4e-main-window when refreshing
...
Fixes #1613 .
2020-03-11 20:47:25 +02:00
f8774ff98c
mu4e: support prefix arguments with mu4e~native-def
...
Fixes #1611 .
2020-03-11 20:47:25 +02:00
e19c6f0cae
mu4e: default to mu4e-index-cleanup nil
...
By default, do _not_ run the clean up phase after indexing; that should be
safe and make indexing a lot faster for some users.
2020-03-11 20:47:25 +02:00
59fb743851
Merge pull request #1607 from yellowmoneybank/typo
...
Fix Gnus typos
2020-03-06 21:16:19 +02:00
d4b40ac202
Unquoted mu4e-view-use-gnus in unless form
2020-03-06 15:31:20 +01:00
5b570cee20
Fix Gnus typos
2020-03-06 15:30:36 +01:00
c3771cba3e
Merge branch 'gpg'
2020-03-05 22:40:16 +02:00
090ff42c50
mu4e: Add a mime-type-check when importing a pgp-key from an attachment
2020-03-05 22:39:45 +02:00
81e0c49084
mu4e: Add option to attachment-options to import gpg public key
...
This pull request adds an option to the attachment-options that allows
to import pgp-public-keys.
2020-03-05 22:39:33 +02:00
0ee20c0294
mu4e: update manual
2020-03-05 22:25:28 +02:00
d31dc8e69c
mu4e: update menus
...
Avoid some gnus things we do not support. Rename View/Headers menu into Mu4e.
2020-03-05 20:50:51 +02:00
5ffe878d30
Merge pull request #1605 from yellowmoneybank/mm
...
mu4e: Fix of the attachment actions
2020-03-04 21:18:25 +02:00
4cc057ee0a
Fix of the attachment actions
...
With the current version of the mu server, it is not possible open
attachments, because the server expects symbols as parameters, but
mu4e sends strings.
This change fixes this.
2020-03-04 10:55:35 +01:00
58b462d4c3
mu4e-view: fix typo
2020-03-02 23:20:12 +02:00
2fd8058443
mu4e: update documentation
2020-03-01 17:34:16 +02:00
1c1dbaf882
mu4e: make mu4e-main-buffer-name a defvar
...
(and rename from mu4e~main-buffer-name)
2020-02-28 12:17:13 +02:00
1738f9d6d1
mu4e: Mark mu4e-auto-retrieve-keys as obsolete
...
It's not used anymore
2020-02-28 12:16:33 +02:00
0465b273d3
mu4e: avoid mu-side crypto in gnus-mode
...
No need to decrypt/verify when we don't use the results.
2020-02-28 00:43:08 +02:00