summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2018-11-11 14:04:30 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2018-11-11 14:04:30 +0000
commit19192cd38d50820b638fdfda2262a5b2dc5b0a6d (patch)
treea6600373f777c321555fc025d5275c02a6863bdc /docs
parent5d01c19644913088d11a6f350e0935de1c7fa84d (diff)
docs: mention pipeto in FAQ
Diffstat (limited to 'docs')
-rw-r--r--docs/source/faq.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/source/faq.rst b/docs/source/faq.rst
index 75fb5963..df8fea81 100644
--- a/docs/source/faq.rst
+++ b/docs/source/faq.rst
@@ -85,3 +85,14 @@ It used to. After we switched to python 3 we decided to switch to asyncio,
which reduced the number of dependencies we have. Twisted is an especially
heavy dependency, when we only used their async mechanisms, and not any of
the other goodness that twisted has to offer.
+
+.. _faq_9:
+.. rubric:: 9. How do I search within the content of a mail?
+
+Alot does not yet have this feature built-in. However, you can pipe a mail to your preferred pager and do it from there. This can be done using the :ref:`pipeto <cmd.thread.pipeto>` command (the default shortcut is '|') in thread buffers::
+
+ pipeto --format=decoded less
+
+Using less, you search with '/' and save with 's'.
+See :ref:`here <cmd.thread.pipeto>` or `help pipeto` for help on this command.
+