summaryrefslogtreecommitdiff
path: root/docs/source/configuration/index.rst
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas_weissschuh@lavabit.com>2012-06-09 06:02:20 +0000
committerThomas Weißschuh <thomas_weissschuh@lavabit.com>2012-06-09 06:10:19 +0000
commit948c8e79e6e7b1967db8176cfe5be74cdcc17460 (patch)
tree48c1c3b5c8c0b5cc95cfb265b24a9ca1eb7df8e5 /docs/source/configuration/index.rst
parent21a8b3dbbc2853b8268379bad40b009e4509f3d1 (diff)
remove superfluous whitespace
Diffstat (limited to 'docs/source/configuration/index.rst')
-rw-r--r--docs/source/configuration/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/configuration/index.rst b/docs/source/configuration/index.rst
index c2ae15b2..a4d2589d 100644
--- a/docs/source/configuration/index.rst
+++ b/docs/source/configuration/index.rst
@@ -43,7 +43,7 @@ Here is an example configuration::
sendmail_command = msmtp --account=wayne -t
sent_box = maildir:///home/bruce/mail/work/Sent
draft_box = maildir:///home/bruce/mail/work/Drafts
-
+
[[secret]]
realname = Batman
address = batman@batcave.org
@@ -216,7 +216,7 @@ Apart from command pre- and posthooks, the following hooks will be interpreted:
:param bodytext: text representation of mail body as displayed in the interface and as sent to the editor
:type bodytext: str
:rtype: str
-
+
.. py:function:: timestamp_format(timestamp)
represents given timestamp as string
@@ -276,7 +276,7 @@ To specify how a particular tagstring is displayed throughout the interface you
add a subsection named after the tag to the `[tags]` config section.
The following attribute keys will interpreted and may contain urwid attribute strings
as described in the :ref:`Themes <themes>` section above:
-
+
`fg` (foreground), `bg` (background), `focus_fg` (foreground if focused) and `focus_bg` (background if focused).
An alternative string representation is read from the option `translated` or can be given
as pair of strings in `translation`.