commit 65cd4429bb04fafadaed702cff342b7a96678fd0
Author: Oswald Buddenhagen <[email protected]>
Date: Sat Jul 9 08:26:01 2022 +0200
document defaults of referenced XDG env vars
so users don't have to google the spec.
src/mbsync.1 | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/mbsync.1 b/src/mbsync.1
index 7157048..939c8c5 100644
--- a/src/mbsync.1
+++ b/src/mbsync.1
@@ -36,6 +36,7 @@ Multiple replicas of each mailbox can be maintained.
Read configuration from \fIfile\fR.
By default, the configuration is read from $XDG_CONFIG_HOME/isyncrc, and
if that does not exist, ~/.mbsyncrc is tried in turn.
+$XDG_CONFIG_HOME defaults to ~/.config if not set.
.TP
\fB-a\fR, \fB--all\fR
Select all configured Channels. Any Channel/Group specifications on the
@@ -732,7 +733,8 @@ the appended string is made up according to the pattern
(see also \fBFieldDelimiter\fR below).
.br
(Global default: \fI$XDG_STATE_HOME/isync/\fR, with a fallback to
-\fI~/.mbsync/\fR if only that exists)
+\fI~/.mbsync/\fR if only that exists.
+$XDG_STATE_HOME defaults to ~/.local/state if not set.)
.
.SS Groups
.TP
@@ -858,11 +860,11 @@ There is no risk as long as the IMAP mailbox is accessed
by only one client
.
.SH FILES
.TP
-.B $XDG_CONFIG_HOME/isyncrc
+\fB$XDG_CONFIG_HOME/isyncrc\fR (usually \fB~/.config/isyncrc\fR)
Default configuration file.
See also the example file in the documentation directory.
.TP
-.B $XDG_STATE_HOME/isync/
+\fB$XDG_STATE_HOME/isync/\fR (usually \fB~/.local/state/isync/\fR)
Directory containing synchronization state files.
.TP
.B ~/.mbsyncrc
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel