summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
...
* Merge branch '0.3.3-fix-authors-530'Patrick Totzke2012-12-15
|
* Merge remote-tracking branch 'origin/0.3.3-feature-tagsearch-517'Patrick Totzke2012-11-07
|\ | | | | | | | | Conflicts: alot/commands/thread.py
| * Add docs for search modification functions.William Erik Baxter2012-09-23
| |
* | docs: commit autogenerated config docsPatrick Totzke2012-10-28
| |
* | Add body_mimetype to tweak extract_body's defaultsAntoine Amarilli2012-10-23
|/ | | | | | | | Add a body_mimetype global configuration option to choose the default message part to return as body in extract_body when types is None. Parts of the preferred type will be returned if present, all text/* parts will be returned if none parts of the preferred type exist. The default is "text/html", which should result in the same behavior as before.
* doc: mention 'ignorecase' in configuration docsPatrick Totzke2012-09-22
|
* docs: usage cleanupPatrick Totzke2012-09-03
|
* docs: updated commands sectionPatrick Totzke2012-09-03
|
* doc: clean upPatrick Totzke2012-09-01
|
* Merge branch '0.3.2-feature-multiinput-42'Patrick Totzke2012-08-25
|\
| * doc docstrings for UIPatrick Totzke2012-08-19
| |
* | Merge pull request #504 from laarmen/documentation-sidebarPatrick Totzke2012-08-25
|\ \ | | | | | | Reenable the sidebar in the HTML documentation
| * | Reenable the sidebar in the HTML documentationSimon Chopin2012-08-24
| |/ | | | | | | | | | | | | Without this sidebar it is not possible to use the search feature of the documentation. This patch will be shipped with the Debian package — no point in fixing the search feature if it remains hidden ;-).
* / Remove the old default template.Simon Chopin2012-08-24
|/ | | | | | | | | It was an old default that wasn't up-to-date. Since there was no customization, the best bet is to entirely remove it to avoid having the issue next time Sphinx changes something. This fixes the search page, which was the last blocker for the Debian package.
* docs: intersphinx links to urwid and notmuchPatrick Totzke2012-08-18
|
* docs: fix typos in interface docsPatrick Totzke2012-08-11
|
* docs: update some linksPatrick Totzke2012-08-10
|
* doc: rtfd Mock class hackPatrick Totzke2012-08-10
| | | | | | | this makes autodoc of urwid decendants work again. cheers to teythoon closes #496
* doc: update api docs wrt moved partsPatrick Totzke2012-08-10
|
* doc: highlight ini blocksPatrick Totzke2012-08-01
|
* doc: include missing rst filesPatrick Totzke2012-08-01
|
* doc key_bindingsPatrick Totzke2012-08-01
|
* doc: fix some linksPatrick Totzke2012-07-25
|
* doc: section names for commands sectionsPatrick Totzke2012-07-25
|
* doc: describe commands instead of using subsectionsPatrick Totzke2012-07-25
|
* doc: splitted configuration sectionPatrick Totzke2012-07-25
|
* docs: pimp MakefilePatrick Totzke2012-07-24
| | | | | This makes `make html` and friends autogenerate the command/option tables included in the docs on demand
* docs: check in updated autogenerated tablesPatrick Totzke2012-07-24
|
* Add a hidden TOC for the manpageSimon Chopin2012-07-23
| | | | | This allows to silence the warnings while making it possible to build the manpage from source.
* Merge branch '0.3.1-theming'Patrick Totzke2012-07-22
|\
| * docs: reference to attribute docPatrick Totzke2012-07-21
| |
| * doc: rewrite tagstring formatting sectionPatrick Totzke2012-07-16
| |
| * doc: document threadline highlightingPatrick Totzke2012-07-16
| |
| * docstrings for new settings methodsPatrick Totzke2012-07-12
| |
| * doc: document theme spec and tagstring formattingPatrick Totzke2012-07-08
| |
| * remove depricated 'authors_maxlength' settingPatrick Totzke2012-07-08
| | | | | | | | | | | | | | | | | | | | | | | | This can now be done in theme files by changing the width-value of the authors threadline part. For example: ''' [search] [[threadline]] [[[authors]]] width = 'fit', 0, 30 '''
* | doc: fix toctree warningsPatrick Totzke2012-07-10
| | | | | | | | | | this is done now by either including a hidden toctree or renaming *.rst files
* | doc: remove orphan directivesPatrick Totzke2012-07-10
|/ | | | | they indeed supress the annoying warnings during compilation but also show up in the rendered documents
* doc: fix warningsPatrick Totzke2012-06-26
| | | | | | | | this fixes uncritical warnings during the manual/api compilation: * don't quote using backticks * mark orphan docs as such * don't refer to non-existant static files to be copied over
* doc: update and change default right statusbar entryPatrick Totzke2012-06-20
| | | | .. from "total: N" to "total messages: N"
* doc: check in generated docs for statusbar featurePatrick Totzke2012-06-19
|
* add forward_subject and forward_subject_prefixThomas Weißschuh2012-06-16
| | | | | this adds the hook "forward_subject" and the setting "forward_subject_prefix"
* implement setting: reply_subject_prefixThomas Weißschuh2012-06-16
|
* document hook: reply_subjectThomas Weißschuh2012-06-16
|
* doc: document hook touch_external_cmdlistPatrick Totzke2012-06-16
|
* doc: new utils modulePatrick Totzke2012-06-14
|
* Merge branch '0.3.1-feature-boolean-arguments'Patrick Totzke2012-06-13
|\
| * doc: do not list all possible choices for booleanPatrick Totzke2012-06-12
| | | | | | | | | | .. command parameters. BooleanAction type argparse parameters allow y/n, true/false etc.. don't list all possibilities in the docs
* | regenerate config with setting "quote_prefix"Thomas Weißschuh2012-06-09
| |
* | document hook text_quoteThomas Weißschuh2012-06-09
| |