summaryrefslogtreecommitdiffstats
path: root/meli.conf.5
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-09-26 12:10:36 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-09-26 14:09:01 +0300
commitef338f353dc64783fcf0c30ce9e5b380c29ad701 (patch)
treee068f7c59d1aecf2d6fdf493101853c62f9be2d9 /meli.conf.5
parentc44056a9ff33bec9aa2b74b656c6ebefcd73aaeb (diff)
ui: add PGP settings in configuration
Diffstat (limited to 'meli.conf.5')
-rw-r--r--meli.conf.524
1 files changed, 22 insertions, 2 deletions
diff --git a/meli.conf.5 b/meli.conf.5
index 4bc0bb96..ffec8d0d 100644
--- a/meli.conf.5
+++ b/meli.conf.5
@@ -41,7 +41,7 @@ Newline means LF (0x0A) or CRLF (0x0D 0x0A).
.Pp
Refer to TOML documentation for valid TOML syntax.
.Sh SECTIONS
-The top level sections of the config are accounts, shortcuts, notifications, pager, mailer.
+The top level sections of the config are accounts, shortcuts, notifications, pager, mailer, pgp.
.Pp
.Sy example configuration
.Bd -literal
@@ -50,7 +50,8 @@ The top level sections of the config are accounts, shortcuts, notifications, pag
root_folder = "/path/to/root/folder"
format = "Maildir"
index_style = "Compact"
-identity="Name <email@address.tld>"
+identity="email@address.tld"
+subscribed_folders = ["folder", "folder/Sent"]
display_name = "Name"
# Set folder-specific settings
@@ -274,6 +275,25 @@ enable freedesktop-spec notifications. this is usually what you want
.\" default value
.Pq Em none
.El
+.Sh PGP
+.Bl -tag -width "danger_accept_invalid_certs boolean" -offset -indent
+.It Cm auto_verify_signatures Ar boolean
+auto verify signed e-mail according to RFC3156
+.\" default value
+.Pq Em true
+.It Cm auto_sign Ar boolean
+(optional) always sign sent messages
+.\" default value
+.Pq Em false
+.It Cm key Ar String
+(optional) key to be used when signing/encrypting (not functional yet)
+.\" default value
+.Pq Em none
+.It Cm gpg_binary Ar String
+(optional) gpg binary name or file location to use
+.\" default value
+.Pq Em "gpg2"
+.El
.Sh SEE ALSO
.Xr meli 1
.Sh CONFORMING TO