summaryrefslogtreecommitdiffstats
path: root/meli.1
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-01-28 00:32:40 +0200
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-01-28 00:32:40 +0200
commit449e526953db7c2e31febe6bd2d0f520bee0a005 (patch)
tree001d89403978c358977c1f8fdbf004cbfc7d9064 /meli.1
parent6a7cae09882d43c0de8a84df3d66174949ede0e0 (diff)
Add meli-themes.5 doc, update others
Diffstat (limited to 'meli.1')
-rw-r--r--meli.113
1 files changed, 10 insertions, 3 deletions
diff --git a/meli.1 b/meli.1
index bf113a3f..ba7f5bd4 100644
--- a/meli.1
+++ b/meli.1
@@ -30,6 +30,8 @@
.Op Fl -create-config Op Ar path
.Op Fl -test-config Op Ar path
.Op Fl -config Ar path
+.Op Fl -print-default-theme
+.Op Fl -print-loaded-themes
.Sh DESCRIPTION
Experimental terminal mail client
.Bl -tag -width flag -offset indent
@@ -41,11 +43,15 @@ Show version and exit.
Create configuration file in
.Pa path
if given, or at
-.Pa $XDG_CONFIG_HOME/meli/config
+.Pa $XDG_CONFIG_HOME/meli/config.toml
.It Fl -test-config Op Ar path
Test a configuration file for syntax issues or missing options.
.It Fl -config Ar path
Start meli with given configuration file.
+.It Fl -print-default-theme
+Print default theme keys and values in TOML syntax, to be used as a blueprint.
+.It Fl -print-loaded-themes
+Print all loaded themes in TOML syntax.
.El
.Sh STARTING WITH meli
When launched for the first time,
@@ -53,7 +59,7 @@ When launched for the first time,
will search for its configuration directory,
.Pa $XDG_CONFIG_HOME/meli/ Ns
\&. If it doesn't exist, you will be asked if you want to create one along with a sample configuration. The sample configuration
-.Pa $XDG_CONFIG_HOME/meli/config
+.Pa $XDG_CONFIG_HOME/meli/config.toml
includes comments with the basic settings required for setting up accounts allowing you to copy and edit right away. See
.Xr meli.conf 5
for the available configuration options.
@@ -423,7 +429,7 @@ and appropriates the following locations:
.Bl -tag -width "$XDG_CONFIG_HOME/meli/plugins/*" -offset indent
.It Pa $XDG_CONFIG_HOME/meli/
User configuration directory.
-.It Pa $XDG_CONFIG_HOME/meli/config
+.It Pa $XDG_CONFIG_HOME/meli/config.toml
User configuration file. See
.Xr meli.conf 5
for its syntax and values.
@@ -461,6 +467,7 @@ Mailcap entries are searched for in the following files, in this order:
.El
.Sh SEE ALSO
.Xr meli.conf 5 ,
+.Xr meli-themes 5 ,
.Xr xdg-open 1 ,
.Xr mailcap 5
.Sh CONFORMING TO