Commit Graph

191 Commits

Author SHA1 Message Date
Dirk-Jan C. Binnema 8afe3e11a2 mu4e-view: use <mouse-2> for links
Only <mouse-2>, to be consistent with eww.
2024-03-01 23:24:37 +02:00
Dirk-Jan C. Binnema e859bd376e NEWS.org: update 2024-03-01 16:46:37 +02:00
Dirk-Jan C. Binnema 9d7f3f17d8 build: bump version to 1.12.0
This is a new stable release, and everyone is encouraged to upgrade.

See NEWS.org for the many changes.
2024-02-24 16:07:10 +02:00
Dirk-Jan C. Binnema 6b3411bde4 NEWS.org: update for 1.12 2024-02-24 16:07:10 +02:00
Dirk-Jan C. Binnema 8db0c4e3d8 NEWS.org: update 2024-01-04 23:45:15 +02:00
Dirk-Jan C. Binnema 087d06c5d3 mu4e-compose: implement mu4e-compose-supersede
Hook up `message-supersede` which you can /supersede/ your own messages;
that is, send the message as kind-of reply to the same recipients. This
only works if you were the sender.

This should help for #2584.
2023-11-22 21:41:02 +02:00
Dirk-Jan C. Binnema b428d9702e mu4e-compose: make mu4e-compose-dont-reply-to-self obsolete
Doesn't really fit in nicely with the new composer; update NEWS.org,
manual for users to migrate.
2023-11-03 21:17:43 +02:00
Dirk-Jan C. Binnema b1587607e1 mu4e: obsolete some compose vars, update NEWS.org
We can re-use the existing implementations.
2023-10-31 19:45:17 +02:00
Dirk-Jan C. Binnema 69e159c789 NEWS.org: update 2023-10-31 08:51:46 +02:00
Dirk-Jan C. Binnema 9736f0b4d7 NEWS.org: add information about new composer 2023-10-25 22:05:06 +03:00
Dirk-Jan C. Binnema e0417f0766 build: bump version to 1.11.21, update NEWS.org 2023-09-24 17:32:50 +03:00
Dirk-Jan C. Binnema 2475b02b89 NEWS.org: update 2023-09-13 23:52:41 +03:00
Dirk-Jan C. Binnema b89e9354ec build: bump version to 1.11.18, update NEWS.org 2023-09-10 08:55:25 +03:00
Dirk-Jan C. Binnema a4859e27b4 NEWS.org: update for new query-parser 2023-09-09 17:57:42 +03:00
Dirk-Jan C. Binnema 29f2f07070 build: bump version to 1.11.16, update NEWS.org 2023-08-27 11:13:56 +03:00
Dirk-Jan C. Binnema f73aad2b41 better handle maildir cache
- get an updated maildir list after indexing
- add mu4e-added items to the list opportunistically

Remove mu4e-clear-caches / mu4e-cache-maildir-list to mu4e-obsolete.el

Fixes #2537.
2023-08-19 20:04:50 +03:00
Dirk-Jan C. Binnema 0b62640962 build: bump version to 1.11.15, update NEWS.org 2023-08-17 22:42:25 +03:00
Dirk-Jan C. Binnema d5129052df mu4e: implement mu4e-search-query
Pick a query using completing-read with a new command mu4e-search-query.
Update docs.
2023-08-09 23:24:47 +03:00
Dirk-Jan C. Binnema 31bb84182b mu4e: add prefix arg to mu4e-quit
Remove mu4e-main-quit-or-bury and simply update mu4e-quit
to take a prefix which, if non-nil, make mu4e-quit
bury the buffer rather than quite mu4e.

Also make the mu4e check for an existing mu4e buffer, and if found,
switch to it rather start mu4e.
2023-08-07 23:15:48 +03:00
Dirk-Jan C. Binnema d47c92c287 docs: update README/NEWS. 2023-08-04 21:39:01 +03:00
Dirk-Jan C. Binnema 589327afd7 build: bump version to 1.11.13, update NEWS.org 2023-08-04 00:09:02 +03:00
Dirk-Jan C. Binnema 2950a3f103 NEWS.org: improve ignored-address example 2023-07-28 19:42:53 +03:00
Dirk-Jan C. Binnema 455119f695 Merge branch 'wip/djcb/html-to-text' 2023-07-26 19:11:41 +03:00
Dirk-Jan C. Binnema 21a760d2c7 NEWS.org: update 2023-07-26 19:10:36 +03:00
Dirk-Jan C. Binnema b795242d5a message: use html-to-text scraper for html parts
We were dumping the HTML-parts as-is in the Xapian indexer; however,
it's better to remove the html decoration first, and just pass the text.

We use the new built-in html->text scraper for that.
2023-07-25 21:26:36 +03:00
Dirk-Jan C. Binnema 3337c9babb mu-view: add --format=html
Support showing the HTML body (if any) instead of the default plain-text
body.

Update manpage.
2023-07-23 21:04:26 +03:00
Dirk-Jan C. Binnema c19c011b0b mu4e/NEWS.org: document updated MIME-part handling in view 2023-07-17 21:53:42 +03:00
Dirk-Jan C. Binnema c3a756a207 mu4e: main: add mu4e-main-quit-or-bury
So instead of quitting, you can do C-u q to merely bury the buffer.
2023-07-05 20:39:47 +03:00
Dirk-Jan C. Binnema 9004363aa5 cli: merge 'fields' with 'info' command
Update the 'info' command to handle 'fields' as well; remove
fields.
2023-07-05 20:39:47 +03:00
Dirk-Jan C. Binnema c4b5795328 cli: support --ignored-address for init command
Allow for skipping unwanted addresses (such as 'noreply') from the
contacts cache.
2023-07-02 10:00:40 +03:00
Dirk-Jan C. Binnema 832d255381 build: bump version to 1.10.6 and update NEWS.org 2023-05-12 21:44:28 +03:00
Dirk-Jan C. Binnema 91eeed2a27 build: bump version to 1.11.5 + NEWS.org 2023-05-10 18:52:15 +03:00
Dirk-Jan C. Binnema 581f8d7e92 mu4e-lists: doc updates 2023-05-06 09:53:56 +03:00
Dirk-Jan C. Binnema 9544473e35 mu extract/view/verify: allow reading message from stdin
Fixes #1463.
2023-04-30 10:35:28 +03:00
Dirk-Jan C. Binnema 4181f6ad07 mu4e-thread: update documentation 2023-04-23 12:03:01 +03:00
Dirk-Jan C. Binnema 344a7e4054 NEWS.org: add note about file option expansion
As per #2448.
2023-03-30 18:12:33 +03:00
Dirk-Jan C. Binnema 5b03b9d2c6 NEWS.org: update 2023-03-26 10:30:36 +03:00
Dirk-Jan C. Binnema b918690a2a NEWS.org: update 2023-02-28 22:43:56 +02:00
Dirk-Jan C. Binnema ec10d54dab build: bump version to 1.9.21, update NEWS.org 2023-02-17 22:24:09 +02:00
Dirk-Jan C. Binnema c9fac49584 build: bump version to 1.9.20, update NEWS.org 2023-02-12 13:00:31 +02:00
Dirk-Jan C. Binnema c3aed7c821 NEWS.org: update 2023-02-11 17:50:58 +02:00
Dirk-Jan C. Binnema 3212a79846 build: bump version to 1.9.19, update NEWS.org 2023-01-31 23:50:38 +02:00
Dirk-Jan C. Binnema 0ee86ac923 mu4e: make eldoc support configurable
Add new defcustom, mu4e-eldoc-support, turn it off by default.
2023-01-31 19:50:07 +02:00
Dirk-Jan C. Binnema b71fe1ef95 NEWS.org: update 2023-01-29 16:40:21 +02:00
Dirk-Jan C. Binnema 66e332fcf2 build: bump version 1.9.16, update NEWS.org 2023-01-17 21:51:02 +02:00
Dirk-Jan C. Binnema 1fd4141453 build: bump version to 1.9.15, update NEWS.org 2023-01-16 22:44:10 +02:00
Dirk-Jan C. Binnema cd10cd2534 build: bump version to 1.9.14, update NEWS.org 2023-01-14 20:10:43 +02:00
Dirk-Jan C. Binnema 7067902105 build: bump version to 1.9.13 2023-01-14 09:22:49 +02:00
Dirk-Jan C. Binnema c0e41f95cf build: bump version to 1.9.12, update NEWS.org 2023-01-07 17:13:36 +02:00
Dirk-Jan C. Binnema 3ba33b1cde NEWS.org: update 2023-01-07 15:40:30 +02:00