Commit Graph

4865 Commits

Author SHA1 Message Date
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
94b2bc08f4 m4: add lib-ld, lib-prefix
It seems those are missing in some setup, probably because they have too
old an autotools config. Instead of forcing upgrading, let's add these
missing ones.
2020-03-04 21:00:01 +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
49883806f6 store: remove unused code, use batchsize 2020-03-02 23:19:34 +02:00
1d14b82595 mu index: remove duplicate cmdline parameter 2020-03-02 23:18:58 +02:00
a76720af42 make OP_WILDCARD non-conditional
Since we require Xapian 1.4 anyway, there's no need to make OP_WILDCARD
conditional.
2020-03-02 23:02:17 +02:00
2fd8058443 mu4e: update documentation 2020-03-01 17:34:16 +02:00
f0a0c3ad46 server: reinstate readline support (when available) 2020-03-01 02:08:23 +02:00
17f38dc4c2 Merge pull request #1602 from damon-kwok/master
error fix for msys+gcc9.1.0
2020-02-29 15:01:05 +02:00
da49a6bb67 ignore for win 2020-02-29 20:41:56 +08:00
56b434347e error fix for gcc 9.x 2020-02-29 20:40:22 +08:00
19dcf9a98f configure.ac: Use xapian-core.pc when available
Only fall back to xapian-config if it isn't.
2020-02-29 12:16:37 +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
36a5d291d9 server/mu4e: update decrypt/verify options
"extract-encrypted" -> "decrypt"

and a separate option for "verify"
2020-02-28 00:43:08 +02:00
6b2bdf4f6d mu4e: avoid some errors when flipping through messages
Use special-mode for the loading buffer, and explicitly ignore n/p.

Fixes #1443.
Fixes #1217.
2020-02-27 23:15:04 +02:00
3e272ba82f NEWS.org: Update 2020-02-27 18:57:25 +02:00
4226a6e47f server: better readline check
Avoid _partial_ setups.

Fixes #1594.
2020-02-27 18:55:08 +02:00
81d47bf21f mu4e-view/gnus: do not load external images
Avoid tracking. Fixes #1434.
2020-02-27 00:44:49 +02:00
b33fb85020 mu4e-org: warn if mu4e is not loaded
Fixes #1420.
2020-02-26 22:44:49 +02:00
fa7518ab60 mu4e-compose: don't touch default-directory
we probably shouldn't touch that.
2020-02-26 21:56:26 +02:00
7e58f21f48 mu4e-utils: add mu4e-copy-message-path helper 2020-02-26 21:56:01 +02:00
d4c959ea90 mu4e-compose: clear undo-list after entering compose mode
Fixes #1525.
2020-02-26 21:11:06 +02:00
0e75f84228 server/find: handle maxnum correctly
If it's nil, use '-1' so we get unlimited results.

Fixes #1592.
2020-02-26 19:32:53 +02:00
07e4a28deb man: remove max-msg-size from index man-page
We still keep in the code, as there are some future plans to handle it
there in a different way.

Fixes #1591.
2020-02-26 19:31:24 +02:00
3fe437985f utils: explicitly decode contacts string
Seems emacs doesn't know yet they're utf-8.

Fixes #1589.
2020-02-25 23:57:50 +02:00
68784452fb configure.ac: Fix --disable-guile
Fixes #1588
2020-02-25 23:51:48 +02:00
95d9a398f1 configure.ac: fix typo in guile check
Fixes #1588
2020-02-25 22:57:45 +02:00
f33b0d6d84 mu4e: Improve reference manual
Describe the new mu4e-maildir-shortcuts format

Add some FAQ about opening messages / speed.
2020-02-25 21:22:24 +02:00
74d40f4d20 mu4e: make mu4e-maildir-shortcuts a plist
Similar to mu4e-bookmarks.
2020-02-25 21:20:51 +02:00
865f0ab9db guile: fix unit tests 2020-02-25 18:19:30 +02:00
20eea6153f fix guile build 2020-02-25 07:40:00 +02:00
aea6db4485 bump version to 1.3.9 2020-02-24 23:14:41 +02:00
c251a22d65 mu4e: update documentation 2020-02-24 21:58:45 +02:00
06c9b17a4e mu: remove mfind command
Better document what find does instead.
2020-02-24 21:18:54 +02:00
934adae70a lib: use same allocator when copying MuMsgPartSigStatusReport
Fixes a sigabrt when freeing later.
2020-02-23 15:20:01 +02:00
ac164b7e26 mu-command-parser: do not allow unknown parameters
We were simply ignoring unknown parameters; but it's better to raise an
error, as it's likely unintented (typo or otherwise)
2020-02-22 14:11:54 +02:00
e1f797cd1a Merge pull request #1584 from hpdeifel/m-q-quoting
mu4e: Fix quoting in M-q keybinding definition
2020-02-22 14:08:57 +02:00
333067d47b mu4e: Fix quoting in M-q keybinding definition
In the keybinding defintions for mu4e-view-mode-map, the variable
mu4e-view-use-gnus was used quoted in an if condition, which means that the
condition always evaluated to true. Therefore, M-q would always be bound to
article-fill-long lines and never to mu4e-view-fill-long-lines.
2020-02-22 10:50:22 +01:00
650c4c052d store: catch exceptions in dtor 2020-02-21 19:29:27 +02:00
ff79d2b7d3 msg-crypto: fix small leak 2020-02-21 19:29:27 +02:00
24ecceb10e Merge pull request #1578 from Chris00/maildir
mu4e-view: (gnus) Remove duplicate bound variable
2020-02-21 19:28:44 +02:00
62bc45aaa7 Merge pull request #1581 from thierryvolpiatto/Fix_revert_buffer
mu4e-main: Fix revert buffer
2020-02-21 19:28:09 +02:00
837ab0b703 headers: require proc-view even for gnus
Temporary measure, so e.g. view-in-browser works

Fixes #1579.
2020-02-21 19:26:39 +02:00
bd6865a00b .gitignore: Update 2020-02-21 19:24:20 +02:00
adbb57c098 server: enable repl history 2020-02-21 19:19:30 +02:00