blob: 1dadc07195d0a36b15a3608d704a66d68c9e5f98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
piem v0.3.0 release notes
=========================
Changes since v0.2.0
--------------------
* Which directory piem-inject-thread-into-maildir uses can now be
configured per-project via the :maildir keyword in a project's
piem-inboxes entry.
* piem-inboxes can be populated from ~/.public-inbox/config, which is
useful for those that mirror inboxes locally (e.g., for fast
public-inbox-httpd or public-inbox-nttpd access or for use with
public-inbox's new lei command).
* The b4-am transient learned some new options, keeping up with
upstream changes in b4.
* piem-use-magit is no longer set to nil when piem is loaded before
Magit. Users that want to disable Magit support even though it's
available and loaded on their system must explicitly set
piem-use-magit to nil.
* New library piem-lei.el provides undocumented, incomplete, and
experimental support for public-inbox's 'lei q' command (added in
public-inbox v1.7).
* New library piem-rmail.el provides basic Rmail integration.
* The documentation describing how piem-b4-am-ready-from-mid gets a
message ID's thread has been improved.
* The documentation now specifies that the :coderepo keyword of
piem-inboxes should point to a working tree, unlike public-inbox's
publicinbox.$inbox.coderepo.
Fixes since v0.2.0
------------------
* piem-b4-am-from-mid assumed that, if the buffer at point is
associated with an inbox, its message ID matches the target message
ID, which may not be the case for non-interactive calls.
|