summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
* faqPatrick Totzke2016-12-18
|
* Use cls as first argument to classmethodsLucas Hoffmann2016-12-17
|
* more pythonic names in doc-scriptsPatrick Totzke2016-12-16
| | | | https://www.quantifiedcode.com/app/issue_class/AiJMd9EB
* Update autogenerated docsLucas Hoffmann2016-12-14
|
* Update autogenerated documentation filesLucas Hoffmann2016-12-11
|
* Remove trainling whitespace when autogenerating docsLucas Hoffmann2016-12-11
|
* Add target to delete generated doc filesLucas Hoffmann2016-12-11
| | | | | | When checking out files from git the timestamps might not give enough information to make which files to remake. So this new target can be used to force a remake of all generated files on the next run.
* Fix path in docs generating scriptsLucas Hoffmann2016-12-11
| | | | | | | | | The path to the present development version of alot should be prepended to sys.path in order to shadow other versions of alot installed on the system. Also it should be a directory from which the alot module is loadable. That is the root of the git repository and not one level above this. This was overlooked in #912.
* Remove :option: marker from pip option in docsLucas Hoffmann2016-12-11
| | | | | `sphinx-build -W` was complaining as this is not a option of alot and can not be found in our documentation.
* Remove trailing white spaceLucas Hoffmann2016-12-11
|
* Use some more variables in makefileLucas Hoffmann2016-12-10
| | | | | | | | | | | | | On Arch Linux python points to python3 and hence the makefile fails. With this change users can tell the makefile which python executable to use: make PYTHON=/some/version2/python ... or simply make PYTHON=python2 ... For sake of completeness the same is done for rm.
* Fix NoneType error in docs scriptLucas Hoffmann2016-12-10
|
* docs: fix incorrect module/class namesIan Denhardt2016-12-10
| | | | | | | | api/settings.rst previously erroneously pluralized alot.addressbook, named one class that does not exist, named one from a sub module, and omitted two sub modules (with classes). This was causing build errors from sphinx
* New option `thread_authors_order_by` to control author orderTommy Lindgren2016-12-06
| | | | | | | | | | | | | Default value 'first_message' lists authors in the order they joined the conversation. Value 'latest_message' order authors by their latest message, which makes it easier to see which authors who wrote the most recent messages. Note that authors with duplicate emails were previously filtered. We now keep all authors where name + email is unique. This is behavior is desired for some email notification services. For example, Jira will set the From header to "Joe User <jira@company.com>" meaning you will only see one author if you only keep unique email addresses.
* Use `is` operator for comparing with `None` (Pep8)Cody2016-12-06
|
* Specify dependencies for generated docs.Lucas Hoffmann2016-03-24
| | | | This should save some manual deleting and regenerating of these files.
* Added UNIX Signals section to synopsis describingMicah Nordland2016-01-26
| | | | How the SIGUSR1 signal is handled
* added hook for the user to sinitize attachments filenamesCinghio Pinghio2015-12-16
|
* Mention exit hook in docs.Lucas Hoffmann2015-12-16
|
* Auto detect mailing list replyGuillaume Seren2015-12-16
| | | | | | | Auto-detect the '--list' for you automagically when you just ':reply' on a list, it is based on a config param that give you the control, by default it is off, you have to setup your config file, like: auto_replyto_mailinglist = True
* Add --list option to reply Mailing listGuillaume Seren2015-12-16
| | | | | | | | | | | Provide an option to the reply command ':reply --list': * In reply to someone to a list (not you), it will take if available (Reply-To, X-BeenThere or X-Mailing-List). * In the rare reply to you sending to a list, it will take the To which is the list mail. This work start/rebase/refactor from this 'old' (3 years) PR on github: https://github.com/pazz/alot/pull/479#issuecomment-152750321
* Encrypt on reply to encrypted email and add 'encrypt_by_default' configRuben Pollan2015-12-16
|
* add account option alias_regexpvrs2015-12-16
|
* polish docsPatrick Totzke2015-12-16
|
* Add comment about "encrypt-to-self" in docs.Lucas Hoffmann2015-12-08
|
* Update docs for global hooks.Lucas Hoffmann2015-12-03
|
* docs: mention notmuch addressPatrick Totzke2015-04-15
|
* clean up installation docsPatrick Totzke2015-04-07
|
* altered installation documentation, that urwidtrees is a dependencybjoernb2015-04-07
|
* docs: add contact completion for notmuch-abookTomas Tomecek2015-03-25
|
* themes require configobj 4.7.0 (or higher)Martin Zimmermann2015-02-23
|
* bump version string in pip install docsPatrick Totzke2015-02-23
|
* use pip to directly install from GitHubMartin Zimmermann2015-02-23
|
* add python-setuptoolsMartin Zimmermann2015-02-23
|
* fix small stuff in the docsPatrick Totzke2014-08-02
|
* Document prompt key bindingsYour Name2014-08-02
|
* typo in docsChristian Geier2013-11-07
| | | that variable is called *terminal_cmd*, not *terminal_command*
* doc: mention cmd-keyword parm to pre/post cmd hooksPatrick Totzke2013-10-30
|
* doc: polish theming docsPatrick Totzke2013-08-18
| | | | close issue #651
* docs: checkin autogenerated docsPatrick Totzke2013-07-18
|
* doc: CompletionErrorsPatrick Totzke2013-07-07
|
* remove unused config option `display_content_in_threadline`Patrick Totzke2013-07-02
| | | | | | | this has been replaced long ago by setting `search.threadline.parts` in theme-files. cf issue #631
* Merge branch '0.3.4-fix-docs'Patrick Totzke2013-06-02
|\
| * doc: fix missing section namesPatrick Totzke2013-06-02
| | | | | | | | in usage/commands/*
| * doc: update faqPatrick Totzke2013-06-02
| |
| * doc: move crypto docs to usage sectionPatrick Totzke2013-06-02
| |
| * doc: clean up crypto docsPatrick Totzke2013-06-02
| |
| * doc: minor tweak of interface docPatrick Totzke2013-05-25
| |
* | doc: autogenerate command docsPatrick Totzke2013-05-26
|/
* docs: checkin autogenerated config docsPatrick Totzke2013-04-23
|