summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
...
* | remove superfluous whitespaceThomas Weißschuh2012-06-09
|/
* docs: minor fixesPatrick Totzke2012-05-29
| | | | this fixes a few broken links and duplicate module defs in the sphinx docs
* doc: added gpgme Mock classesPatrick Totzke2012-05-29
| | | | for api doc generation on rtfd.org
* docs: correct warning wrt. default sendmail cmdPatrick Totzke2012-05-23
| | | | the default has been changed to 'sendmail -t' in f494f25
* doc: generate_meta in default make targetPatrick Totzke2012-05-23
| | | | | | | | This adds a new default make target that cleans up, generates missing source files and thereafter the html docs. it also removes the checked in generated stuff. cf issue #456
* docs generate_commands.pyPatrick Totzke2012-05-23
| | | | | | | .. from now on generates *only* the command-sections in usage/modes/* not commands.rst. also, this update brings sphinx labels cmd_MODE_CMDNAME to use throughout the manual source
* switch from pyme to gpgmeMichael Stapelberg2012-05-21
|
* docs: add attachment_prefix doc to manualPatrick Totzke2012-05-21
| | | | | this is the result of running `make generate_meta` after the recent addition of the `attachment_prefix` config option
* fix minor issues in docsPatrick Totzke2012-05-18
|
* docs: added mock class for pymePatrick Totzke2012-05-17
| | | | | this adds pyme.* to the list of mock-present modules so that rtfd.org can build the manual
* Merge branch '0.3-feature-pyme' into stagingPatrick Totzke2012-05-17
|\ | | | | | | | | | | | | Conflicts: alot/settings/__init__.py alot/settings/checks.py docs/source/generate_configs.py
| * doc: cleanup crypto docsPatrick Totzke2012-05-17
| |
| * update alot/defaults/alot.rc.spec for sign_by_default and gpg_keyMichael Stapelberg2012-05-12
| |
| * add sign_by_default account setting to enable GPG signatures by default, use ↵Michael Stapelberg2012-05-11
| | | | | | | | existing gpg_key setting
| * add a section about cryptography to the user manualMichael Stapelberg2012-05-04
| |
| * Add pyme as a dependency in setup.py and the docsMichael Stapelberg2012-04-23
| |
| * Implement signing outgoing messages (PoC)Michael Stapelberg2012-04-15
| |
* | Merge branch '0.3-fix-stringlists' into stagingPatrick Totzke2012-05-16
|\ \
| * | docs: change type 'force_list' to 'string list'Patrick Totzke2012-05-05
| | | | | | | | | | | | .. in config docs
| * | doc: remove warning for string_list syntaxPatrick Totzke2012-04-05
| |/ | | | | | | trailing commas are nore necessary for type string_list values anymore
* | Merge branch '0.3-doc-table-hints' into stagingPatrick Totzke2012-05-12
|\ \
| * | docs: added note to auto-generated tablesPatrick Totzke2012-05-12
| |/ | | | | | | | | in manual sources to prevent people from changing them directly
* | Merge branch '0.3-docs-mboxpath-436' into stagingPatrick Totzke2012-04-22
|\ \
| * | docs: verbatim indenting in generate_configs scriptPatrick Totzke2012-04-22
| |/ | | | | | | | | this fixes an issue with indenting not being correctly copied from comments of specfiles
* | Merge branch '0.3-fix-default-sendmail-432' into stagingPatrick Totzke2012-04-11
|\ \
| * | doc: reflect default sendmail cmd in user docsPatrick Totzke2012-04-11
| |/
* | Merge branch '0.3-feature-notmuch-envvar-423' into stagingPatrick Totzke2012-04-08
|\ \
| * | Add notmuch-config switch back in.Jakob2012-04-03
| |/ | | | | | | | | | | | | The order of overriding is (highest priority first): command-line switch (--notmuch-config) environment variable ($NOTMUCH_CONFIG) default (~/.notmuch-config)
* | Merge branch '0.3-fix-prettyprint' into stagingPatrick Totzke2012-04-08
|\ \
| * | doc: timestamp_format hookPatrick Totzke2012-03-31
| |/
* / docs: more precise doc for EdidCommands spawn parmPatrick Totzke2012-03-23
|/ | | | closes #416
* db: count_threadsPatrick Totzke2012-03-18
| | | | | | | | this introduces a new method `count_threads` for DBManager that uses a recently introduced getter of the same name in the bindings. We also adjust the dependencies for the bindings accordingly issue #178
* docs: fix some referencesPatrick Totzke2012-03-18
|
* docs: clean up manpagePatrick Totzke2012-03-18
| | | | | this also drops the man page alot.rc(5) for the old config syntax.
* docs: updated installation notesPatrick Totzke2012-03-18
|
* docs: fix build warningsPatrick Totzke2012-03-17
|
* Merge branch 'mailcap' into testingPatrick Totzke2012-03-17
|\
| * docs: installation, mailcapPatrick Totzke2012-03-17
| |
* | docs: moved FAQ to user manualPatrick Totzke2012-03-17
|/
* Some docs and refsDaniel2012-03-15
|
* docs: for db.utilsPatrick Totzke2012-03-11
|
* refactor: Attachment in its own filePatrick Totzke2012-03-11
|
* refactor: Envelope in its own filePatrick Totzke2012-03-11
|
* docs: api of db submodule correctedPatrick Totzke2012-03-11
|
* docs: for settings.utils and settings.errorsPatrick Totzke2012-03-11
|
* cleanup: moved addressbooks into separate filePatrick Totzke2012-03-11
|
* cleanup: moved Theme to separate filePatrick Totzke2012-03-11
|
* doc: add docs for `Theme` objectsPatrick Totzke2012-03-11
|
* doc: autodoc classes' constructors docstringPatrick Totzke2012-03-11
|
* docs: polish "First Steps"Patrick Totzke2012-03-10
| | | | also in README's Usage section