From 4df7edfc259fb3bdb3814ffe6549ecd3ee448578 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 4 Aug 2026 10:09:59 +0200 Subject: docs: comment out the live example config in the README The configuration block is presented as something to copy, and every optional key in it is commented out with ';' except two. Copying the block therefore activated whatever those two happened to say: three extra mimetypes nobody chose, and a sync command pointing at a path that does not exist on the reader's machine. Neither was harmful (extra_mimetypes only appends to the built-in list, and an unresolvable sync command just disables the button with a tooltip), but both are config acquired by accident rather than by decision. Comment them out verbatim. The extra_mimetypes line in particular has to stay legible rather than be deleted: it is the only worked example of the '|' and ',' separators, and the reason those two characters differ is subtle enough that the prose above it needs the illustration. Co-Authored-By: Claude Opus 5 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c82787..46992fe 100644 --- a/README.md +++ b/README.md @@ -122,11 +122,11 @@ identity. ; from its optional description. The two characters differ because QSettings ; splits comma lists itself, so a description containing a comma would ; otherwise be read as two entries. Neither character is legal in a mimetype. -extra_mimetypes = application/vnd.oasis.opendocument.text|ODT document, message/rfc822|forwarded mail, text/calendar +; extra_mimetypes = application/vnd.oasis.opendocument.text|ODT document, message/rfc822|forwarded mail, text/calendar [sync] ; Optional. Omit and the Sync button disables itself with a tooltip. -command = /home/you/bin/mailsync.sh +; command = /home/you/bin/mailsync.sh ; Section names use a dot, not a slash: QSettings treats "/" as its own ; group separator, so [account/work] would be parsed as a nested group. -- cgit v1.2.3