mu4e.texi: small updates

This commit is contained in:
Dirk-Jan C. Binnema 2023-01-14 09:22:36 +02:00
parent 4182e599de
commit 10497436f3
1 changed files with 15 additions and 15 deletions

View File

@ -715,18 +715,18 @@ The main view looks something like the following:
Bookmarks Bookmarks
* [bu] Unread messages (13085(+3)/13085) * [bu] Unread messages 13085(+3)/13085
* [bt] Today's messages * [bt] Today's messages
* [bw] Last 7 days (53(+3)/128) * [bw] Last 7 days 53(+3)/128
* [bp] Messages with images (75/2441) * [bp] Messages with images 75/2441
Maildirs Maildirs
* [ja] /archive (2101/18837) * [ja] /archive 2101/18837
* [ji] /inbox (8(+2)/10) * [ji] /inbox 8(+2)/10
* [jb] /bulk (33/35) * [jb] /bulk 33/35
* [jB] /bulkarchive (179/2090) * [jB] /bulkarchive 179/2090
* [jm] /mu (694(+1)/17687) * [jm] /mu 694(+1)/17687
* [jn] /sauron * [jn] /sauron
* [js] /sent * [js] /sent
@ -746,7 +746,6 @@ The main view looks something like the following:
Info Info
* last-updated : Sat Dec 31 16:43:56 2022 * last-updated : Sat Dec 31 16:43:56 2022
* baseline : Sat Dec 31 15:57:12 2022
* database-path : /home/pam/.cache/mu/xapian * database-path : /home/pam/.cache/mu/xapian
* maildir : /home/pam/Maildir * maildir : /home/pam/Maildir
* in store : 86179 messages * in store : 86179 messages
@ -785,7 +784,7 @@ messages matching a certain bookmark by pressing @key{b} followed by the
bookmark's shortcut. If you want to edit the bookmarked query before invoking bookmark's shortcut. If you want to edit the bookmarked query before invoking
it, use @key{B}. it, use @key{B}.
Next to each bookmark are some numbers that indicate the (unread(delta)/all) Next to each bookmark are some numbers that indicate the unread(delta)/all
matching messages for the given query, with the delta being the difference in matching messages for the given query, with the delta being the difference in
unread count since some ``baseline'', and only shown when this delta > 0. unread count since some ``baseline'', and only shown when this delta > 0.
@ -794,13 +793,14 @@ messages and received 5 new one, the ``delta'' would be 0, although there were
changes indeed. So it is mostly useful for tracking changes while you are changes indeed. So it is mostly useful for tracking changes while you are
@emph{not} using @t{mu4e}. @emph{not} using @t{mu4e}.
This delta is useful to quickly see that there are new messages since the last Using a baseline is useful to quickly see that there are new messages since the
time you looked. Imagine switching to another buffer to work on something or last time you looked. Imagine switching to another buffer to work on something
even (!) stepping away from your computer to return later: the baseline allows or even (!) stepping away from your computer to return later: the baseline
you to quickly see what changed. allows you to quickly see what changed.
The baseline is reset automatically when switching to the main view, or when The baseline is reset automatically when switching to the main view, or when
querying the ``favorite'' query (explained below). querying the ``favorite'' query (explained below). You can see the current value
using the @code{mu4e-baseline-time} command.
Bookmarks are stored in the variable @code{mu4e-bookmarks}; you can add Bookmarks are stored in the variable @code{mu4e-bookmarks}; you can add
your own and/or replace the default ones; @xref{Bookmarks}. For your own and/or replace the default ones; @xref{Bookmarks}. For