improve documentation

This commit is contained in:
Dirk-Jan C. Binnema
2026-04-12 15:45:33 +03:00
committed by Seth Ladygo
parent b33f1450f0
commit 2a3f9a1399
3 changed files with 47 additions and 13 deletions

View File

@ -236,7 +236,7 @@ After these steps, @code{mu4e} should be ready to go!
* Versions:: Available stable and development versions
* Installation:: How to install @code{mu} and @code{mu4e}
* Getting mail:: Getting mail from a server
* Initializing the message store:: Settings things up
* Initializing the message store:: Setting things up
* Indexing your messages:: Creating and maintaining the index
* Basic configuration:: Settings for @code{mu4e}
* Folders:: Setting up standard folders
@ -397,13 +397,13 @@ environment variable @env{MUHOME}.
Assuming that your maildir is at @file{~/Maildir}, we issue the
following command:
@example
$ mu init --maildir=~/Maildir
$ mu init --maildir=~/Maildir
@end example
You can add some e-mail addresses, so @code{mu} recognizes them as yours:
@example
$ mu init --maildir=~/Maildir --personal-address=jim@@example.com \
$ mu init --maildir=~/Maildir --personal-address=jim@@example.com \
--personal-address=bob@@example.com
@end example