summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-07-31 18:32:26 +0100
committerGitHub <noreply@github.com>2017-07-31 18:32:26 +0100
commit5a4f3ec96abf79e702de08fe401d79e81ef84d22 (patch)
treed1a2c381757f30ba2c26795aa2eca604f93b1d87
parent78d069ea38277721e31b621daf8df0d8b8174041 (diff)
parentfc9e38f5ee390cc030558776a1d5248df131c4ca (diff)
Merge pull request #1093 from dcbaker/submit/update-docs
Submit/update docs
-rw-r--r--NEWS7
-rw-r--r--docs/source/configuration/theming.rst5
2 files changed, 9 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 11a98bb8..116d32f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
next:
-* Add command to reload configuration files in running session
-* new command "tag" (and friends) in EnvelopeBuffer to add additional tags after sending
+* feature: Add command to reload configuration files in running session
+* feature: new command "tag" (and friends) in EnvelopeBuffer to add additional tags after sending
+* feature: Themes can now be loaded from system locations
+* bug fix: GPG signatures are acutally verified
+* feature: option to use linewise focussing in thread mode
0.5:
* save command prompt, recipient and sender history across program restarts
diff --git a/docs/source/configuration/theming.rst b/docs/source/configuration/theming.rst
index e350b9fd..e7fda406 100644
--- a/docs/source/configuration/theming.rst
+++ b/docs/source/configuration/theming.rst
@@ -11,7 +11,10 @@ To make it easier to switch between or share different such themes, they are def
files (see below for the exact format).
To specify the theme to use, set the :ref:`theme <theme>` config option to the name of a theme-file.
A file by that name will be looked up in the path given by the :ref:`themes_dir <themes-dir>` config setting
-which defaults to :file:`~/.config/alot/themes/`.
+which defaults to :file:`~/.config/alot/themes/`. If the themes_dir is not
+present then the contents of $XDG_DATA_DIRS/alot/themes will be tried in order.
+This defaults to :file:`/usr/local/share/alot/themes` and :file:`/usr/share/alot/themes`, in that order.
+These locations are meant to be used by distro packages to put themes in.
.. _config.theming.themefiles: