Document mailto argument usage
This commit is contained in:
parent
8446d48664
commit
825996572f
|
@ -6,7 +6,7 @@ aerc - the world's best email client
|
||||||
|
|
||||||
# SYNOPSIS
|
# SYNOPSIS
|
||||||
|
|
||||||
_aerc_ [-v]
|
_aerc_ [-v] [mailto:...]
|
||||||
|
|
||||||
For a guided tutorial, use *:help tutorial* from aerc, or *man aerc-tutorial*
|
For a guided tutorial, use *:help tutorial* from aerc, or *man aerc-tutorial*
|
||||||
from your terminal.
|
from your terminal.
|
||||||
|
@ -16,6 +16,11 @@ from your terminal.
|
||||||
*-v*
|
*-v*
|
||||||
Prints the installed version of aerc and exits.
|
Prints the installed version of aerc and exits.
|
||||||
|
|
||||||
|
*mailto:...*
|
||||||
|
Opens the composer with the address in the "to" field.
|
||||||
|
If _aerc_ is already running, the composer is started in this instance,
|
||||||
|
otherwise _aerc_ will be started.
|
||||||
|
|
||||||
# RUNTIME COMMANDS
|
# RUNTIME COMMANDS
|
||||||
|
|
||||||
To execute a command, press ':' to bring up the command interface. Commands may
|
To execute a command, press ':' to bring up the command interface. Commands may
|
||||||
|
|
Loading…
Reference in New Issue