mu4e-org: support more attributes for capturing

item                                                  description
-----------------------------------------------------+------------------------
%:date, %:date-timestamp, %d:date-timestamp-inactive | date, org timestamps
%:from, %:fromname, %:fromaddress                    | sender, name/address
%:to, %:toname, %:toaddress                          | recipient, name/address
%:maildir                                            | maildir for the message
%:message-id                                         | message-id
%:path                                               | file system path
%:subject                                            | message subject

Fixes #1678
This commit is contained in:
Dirk-Jan C. Binnema
2020-05-26 19:18:28 +03:00
parent 9ffef7bace
commit 7ed8d509ee
3 changed files with 70 additions and 84 deletions

View File

@ -16,6 +16,8 @@
- Honor ~truncate-string-ellipsis~ so you can now use 'fancy' ellipses for
truncated strings with ~(setq truncate-string-ellipsis "…")~
- Add some more properties for use in capturing org-mode links to messages /
queries. See [[info:mu4e#Org-mode links][the mu4e manual]] for details.
* 1.4 (released, as of April 18 2020)