Commit Graph

7398 Commits

Author SHA1 Message Date
f01360ae9f lib: commit to disk after indexing 2024-08-04 22:28:13 +03:00
b825e39fdc Merge pull request #2736 from Chris00/master
Make toggling search properties easier to discover
2024-08-03 17:31:51 +03:00
3ec3bedbce Make toggling search properties easier to discover 2024-08-03 13:24:05 +02:00
bf49f72915 mu4e: use mu4e-search-full in doc
mu4e-headers-full-search is obsolete.
2024-08-03 14:02:15 +03:00
208b2c2e04 Merge pull request #2735 from Chris00/master
Minor improvements
2024-08-03 13:59:21 +03:00
9e3c8ba6c2 Doc: Use mu4e-search-toggle-property instead of its obsolete alias 2024-08-02 22:16:21 +02:00
68435a1fdf Fix the "Next" header menu entry 2024-08-02 22:13:10 +02:00
f1923fff7c build: bump version to 1.12.6 2024-07-27 16:42:33 +03:00
e399fdc8b2 IDEAS.org: add idea about encoding-guessing
Fixes #2700
2024-07-27 12:27:58 +03:00
c6e8f894c1 test_index_move: extend unit test
Double-check the changed values are seen in a newly opened store.
2024-07-27 09:36:15 +03:00
18c9b14c6d mu4e.texi: complete half-sentence
Fixes #2723.
2024-07-25 20:19:11 +03:00
737c891a21 mu4e.texi: update build / install instructions
The were outdated.

Fixes #2729.
2024-07-25 20:07:00 +03:00
c1da456564 Merge pull request #2728 from Tristan02d/man-typeset
Try to improve overall manual page typesetting
2024-07-25 20:06:47 +03:00
547cc4ce74 mu-man: typeset option values differently
Use underlining only, do not use <>, as it is the most often done.
2024-07-22 16:09:17 +09:00
cee4823f33 mu-man: typeset file names using underlining
Make the emphasis more consistent, and do it using underscores in
Org documents, since verbatim is rendered as underlined anyway.
2024-07-22 15:40:57 +09:00
d46b428f7b mu-man: delete suspicious words 2024-07-22 15:28:47 +09:00
5ed773aa4d mu-man: include whole prefooter in mu-view 2024-07-22 15:26:31 +09:00
ec42817a5c mu-man: typeset reference in included file 2024-07-22 15:26:27 +09:00
b09ac79330 mu-man: fix the BUGS section of mu-view 2024-07-22 15:21:09 +09:00
dcc3807155 mu-man: improve typesetting of references
Try to stick to the man-pages(7) standard.
2024-07-22 15:18:46 +09:00
d2ec1751eb mu-man: add macro for referencing manual pages 2024-07-22 14:48:29 +09:00
263bbda74c IDEAS.org: update mailing-list support idea
Fixes #2724.
2024-07-20 10:05:55 +03:00
fcc0b45088 Merge pull request #2726 from Tristan02d/man-typos-fix
Man typos fix
2024-07-20 09:59:30 +03:00
12349abb51 Merge pull request #2720 from hgp22/patch-1
fix: readme typo >> clone through ssh error
2024-07-20 09:57:36 +03:00
96f8729cb5 mu-man: use more bold text
Make occurences of "mu", small commands such as "mu init", and
command-line arguments bold.
2024-07-18 10:01:45 +09:00
f1a2153578 mu-man: improve typesetting of synopses 2024-07-17 23:51:39 +09:00
fab36e283a common-options: capitalize first sentences 2024-07-16 14:11:50 +09:00
0402a1c692 README.org: fix meson command example
Fixes #2725
2024-07-16 06:41:41 +03:00
2864039e60 mu4e-modeline: fix some typos 2024-07-16 06:41:41 +03:00
f66a4a37f5 mu-1: slightly improve syntax 2024-07-16 11:44:17 +09:00
a9872fc536 mu-1: remove extra '~' 2024-07-16 11:02:25 +09:00
a23fc80e37 mu-1: add missing word 2024-07-16 11:01:54 +09:00
05eacd84d8 Update README.org 2024-06-30 20:00:30 +01:00
8419c85f63 Merge pull request #2721 from Tristan02d/info-typos-fix
Mu4e info manual typos fix
2024-06-28 06:46:21 +03:00
f1132ec7d2 Correct period misplacement 2024-06-28 10:48:57 +09:00
c5ff7abbb1 Add a missing verb 2024-06-28 10:47:05 +09:00
a5a58975df mu4e-view.el: set bookmark-make-record-function later
Otherwise, seems it's overridden. Fixes #2718.
2024-06-27 22:53:01 +03:00
a37f4a3f6c fix: readme clone through ssh 2024-06-27 16:38:47 +01:00
67ea98e36e mu4e-draft: fix mu4e-compose-pre-hook
Run the hook earlier, and ensure mu4e-compose-type &
mu4e-compose-parent-message are set.

As noted in #2715.
2024-06-17 22:13:20 +03:00
e6fd83d00d logging: reduce debug logging a bit 2024-06-17 21:40:58 +03:00
5bd439271d store-worker: temporarily revert
Of course, after merging some problems come up.
Let's fix those first.

This reverts commit f2f01595a5.
2024-06-05 12:21:24 +03:00
853fa32ace mu4e.texi: fix lisp bookmark examples
As per #2711.
2024-06-04 22:30:11 +03:00
4b2d128c93 Merge commit 'store-worker'
This implements some rework of the way mu writes to the database; the
update ensures that everything goes through the "store-worker" which
maintains a queue, and does all the writes in a single (worker) thread;
this attempt to fix come cases of database corruption we say; or at
least make those a lot less likely
2024-06-04 22:27:31 +03:00
525d110f7c mu4e: improve update data
Update doccount after indexing.
2024-06-03 21:01:17 +03:00
b4ff8d62af server: support doccount data request
So we can update doccount in mu4e after indexing
2024-06-03 21:01:17 +03:00
697d6b6b4f server: pass sexp-commmands through store worker
To ensure all Xapian rw commands happen in the same thread.
2024-06-03 21:01:17 +03:00
f2f01595a5 indexer: use store-worker
Use the store worker (-thread) to do all database modification.

Currently, the "removed" field of Progress is always 0.
2024-06-03 21:01:17 +03:00
cf9c09867f store-worker: implement
store-worker is a thread + async queue to throttle requests to a single thread.
2024-06-03 21:01:11 +03:00
c05b28e761 xapian-db: remove locks, transaction levels
Simplify xapian-db: locks should go elsewhere; transaction level add
too much complication.
2024-06-03 21:01:07 +03:00
e978a58400 mu4e-server: support non-numeric versions
For development / testing.
2024-06-01 17:30:16 +03:00