-
Notifications
You must be signed in to change notification settings - Fork 1k
Configuring mailpile
Matthew McMillan edited this page May 17, 2018
·
17 revisions
You can see your profile details from CLI with :
profiles --lines
On the main page, where accounts are listed, click the small person icon next to the account of your choice. There, under "Basic Details", you can set your signature.
To set a signature for your profile [email protected],
vcards/addlines [email protected] "=x-mailpile-profile-signature: this is my new signature"
You can add a blank signature if you prefer :
vcards/addlines [email protected] "=x-mailpile-profile-signature: "
From CLI, you can list them by issuing
print sources
...tbw
...tbw
...tbw
From CLI, for exemple to go french :
set prefs.language fr_FR
For now, the list of language codes can be read from the source.
...tbw
...tbw
To configure Mailpile to access mailservers Tor or other proxies, you can set the following values via the CLI
set sys.proxy.protocol=socks5
set sys.proxy.host=localhost
set sys.proxy.port=9050