summaryrefslogtreecommitdiff
path: root/docs/source/configuration
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2016-09-17 09:13:59 +0200
committerLucas Hoffmann <l-m-h@web.de>2016-12-11 01:40:27 +0100
commit1edb6c6dc2a0dc9b20f544c6b500e2d991a07dd7 (patch)
treeb302afc4f87ea095de21da840e6f66a1d421dce7 /docs/source/configuration
parent86820ab5c53932b6f1967fb957e53f8e8c624cce (diff)
Remove trailing white space
Diffstat (limited to 'docs/source/configuration')
-rw-r--r--docs/source/configuration/accounts_table4
-rw-r--r--docs/source/configuration/alotrc_table8
-rw-r--r--docs/source/configuration/contacts_completion.rst2
-rw-r--r--docs/source/configuration/hooks.rst2
-rw-r--r--docs/source/configuration/key_bindings.rst2
5 files changed, 9 insertions, 9 deletions
diff --git a/docs/source/configuration/accounts_table b/docs/source/configuration/accounts_table
index e267ff9b..cc3e5646 100644
--- a/docs/source/configuration/accounts_table
+++ b/docs/source/configuration/accounts_table
@@ -47,7 +47,7 @@
where to store outgoing mails, e.g. `maildir:///home/you/mail/Sent`.
You can use mbox, maildir, mh, babyl and mmdf in the protocol part of the URL.
-
+
.. note:: If you want to add outgoing mails automatically to the notmuch index
you must use maildir in a path within your notmuch database path.
@@ -61,7 +61,7 @@
where to store draft mails, e.g. `maildir:///home/you/mail/Drafts`.
You can use mbox, maildir, mh, babyl and mmdf in the protocol part of the URL.
-
+
.. note:: You will most likely want drafts indexed by notmuch to be able to
later access them within alot. This currently only works for
maildir containers in a path below your notmuch database path.
diff --git a/docs/source/configuration/alotrc_table b/docs/source/configuration/alotrc_table
index 4125e7fc..e1a4fa73 100644
--- a/docs/source/configuration/alotrc_table
+++ b/docs/source/configuration/alotrc_table
@@ -82,7 +82,7 @@
Format of the status-bar in bufferlist mode.
This is a pair of strings to be left and right aligned in the status-bar that may contain variables:
-
+
* `{buffer_no}`: index of this buffer in the global buffer list
* `{total_messages}`: total numer of messages indexed by notmuch
* `{pending_writes}`: number of pending write operations to the index
@@ -227,7 +227,7 @@
This is a pair of strings to be left and right aligned in the status-bar.
Apart from the global variables listed at :ref:`bufferlist_statusbar <bufferlist-statusbar>`
these strings may contain variables:
-
+
* `{to}`: To-header of the envelope
:type: mixed_list
@@ -444,7 +444,7 @@
This is a pair of strings to be left and right aligned in the status-bar.
Apart from the global variables listed at :ref:`bufferlist_statusbar <bufferlist-statusbar>`
these strings may contain variables:
-
+
* `{querystring}`: search string
* `{result_count}`: number of matching messages
* `{result_count_positive}`: 's' if result count is greater than 0.
@@ -578,7 +578,7 @@
This is a pair of strings to be left and right aligned in the status-bar.
Apart from the global variables listed at :ref:`bufferlist_statusbar <bufferlist-statusbar>`
these strings may contain variables:
-
+
* `{tid}`: thread id
* `{subject}`: subject line of the thread
* `{authors}`: abbreviated authors string for this thread
diff --git a/docs/source/configuration/contacts_completion.rst b/docs/source/configuration/contacts_completion.rst
index 51fae0d7..707af984 100644
--- a/docs/source/configuration/contacts_completion.rst
+++ b/docs/source/configuration/contacts_completion.rst
@@ -55,7 +55,7 @@ Both respect the `ignorecase` option which defaults to `True` and results in cas
command = notmuch_abook.py lookup
regexp = ^((?P<name>[^(\\s+\<)]*)\s+<)?(?P<email>[^@]+?@[^>]+)>?$
-
+
`notmuch address`
Since version `0.19`, notmuch itself offers a subcommand `address`, that
returns email addresses found in the notmuch index.
diff --git a/docs/source/configuration/hooks.rst b/docs/source/configuration/hooks.rst
index a384d73e..7577e87a 100644
--- a/docs/source/configuration/hooks.rst
+++ b/docs/source/configuration/hooks.rst
@@ -184,7 +184,7 @@ Apart from command pre- and posthooks, the following hooks will be interpreted:
returns `prefix` and `suffix` for a sanitized filename to use while
opening an attachment.
The `prefix` and `suffix` are used to open a file named
- `prefix` + `XXXXXX` + `suffix` in a temporary directory.
+ `prefix` + `XXXXXX` + `suffix` in a temporary directory.
:param filename: filename provided in the email (can be None)
:type filename: str or None
diff --git a/docs/source/configuration/key_bindings.rst b/docs/source/configuration/key_bindings.rst
index ea8f9358..fe8da87f 100644
--- a/docs/source/configuration/key_bindings.rst
+++ b/docs/source/configuration/key_bindings.rst
@@ -31,7 +31,7 @@ Have a look at `the urwid User Input documentation <http://excess.org/urwid/wiki
.. _config.key-bingings.defaults:
-Default bindings
+Default bindings
----------------
User-defined bindings are combined with the default bindings listed below.