From c2fd0bc794c23f8bafc1943071de235a508f1ef1 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Thu, 3 Oct 2019 19:58:52 +0300 Subject: [PATCH] conf: add missing IMAP options in meli.conf.5 --- meli.conf.5 | 8 ++++++++ sample-config | 5 +++++ 2 files changed, 13 insertions(+) diff --git a/meli.conf.5 b/meli.conf.5 index 7803c737..1cc82cce 100644 --- a/meli.conf.5 +++ b/meli.conf.5 @@ -130,6 +130,14 @@ example: .Qq mail.example.tld .It Cm server_username Ar String .It Cm server_password Ar String +.It Cm server_port Ar number +(optional) +.\" default value +.Pq Em 143 +.It Cm use_starttls Ar boolean +(optional) if port is 993 and use_starttls is unspecified, it becomes false by default. +.\" default value +.Pq Em true .It Cm danger_accept_invalid_certs Ar boolean (optional) do not validate TLS certificates. .\" default value diff --git a/sample-config b/sample-config index 6c1e05a0..29aa62ef 100644 --- a/sample-config +++ b/sample-config @@ -1,3 +1,7 @@ +# Look into meli.conf(5) for all valid configuration options, their +# descriptions and default values +# +# # Setting up a Maildir account #[accounts.account-name] #root_folder = "/path/to/root/folder" @@ -29,6 +33,7 @@ #server_username="username@server.tld" #server_port="993" # imaps #server_port="143" # STARTTLS +#use_starttls=true #optional #index_style = "Conversations" #identity = "username@server.tld" #display_name = "Name Name"