summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAge
...
* | docs: ensure configs are sorted as wellDylan Baker2018-03-01
| |
* | docs: sort modes in generate_commandsDylan Baker2018-03-01
| | | | | | | | | | otherwise the output is non-deterministic and the order will change with different versions of python.
* | Revert "docs: update generated docs"Dylan Baker2018-03-01
| | | | | | | | This reverts commit 5cd77e1a10bd92ed007218277791508df3b575e2.
* | docs: update generated docsDylan Baker2018-03-01
| | | | | | | | It seems like a bunch of stuff is now rendered in a different order.
* | docs: link against python 3.5 docs instead of 3.2Dylan Baker2018-03-01
| |
* | docs: fix installation docs for py3kDylan Baker2018-03-01
| |
* | docs: Update the FAQ for python 3Dylan Baker2018-03-01
|/
* Add --tags argument to compose commandJohannes Löthberg2018-02-12
| | | | Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
* Store settings in alot.rc.spec.Julian Mehne2018-01-21
| | | | | - allows users to use $XDG_CONFIG_HOME, as well - stores information in single places.
* Document the default values of template_dir and themes_dir.Julian Mehne2018-01-21
|
* Fix `:compose --template=foo` if default template_dir is used.Julian Mehne2018-01-21
| | | | | | | | | | | Fixes the following bug: To reproduce:: - Don't define `template_dir` in the user configuration file, such that the default value is used. - Run: :compose --template=foobar Problem: Displays error: `no template directory: $XDG_CONFIG_HOME/alot/templates`
* Merge pull request #1178 from GuillaumeSeren/upgrade-doc-dependies-gpgme-1.9.0Patrick Totzke2017-12-02
|\ | | | | Upgrade dependencies to GPGME >= 1.9.0
| * Upgrade doc dependencies to GPGME >= 1.9.0Guillaume Seren2017-12-01
| | | | | | | | | | | | | | This version of GPGME is needed to support the ':sign' and ':encrypt' commands, due to the migration of gpgme instead of pygpgme (#1086). https://github.com/pazz/alot/issues/1175
* | [docs] update section titlesPatrick Totzke2017-11-29
|/ | | | | this simply renames some (sub)section titles in the configuration docs.
* Merge pull request #1173 from pazz/feature-thread-indentPatrick Totzke2017-11-08
|\ | | | | thread mode message indentation
| * add config option for default threadmode indentationPatrick Totzke2017-11-05
| |
* | new config option 'exclude_tags'Patrick Totzke2017-10-01
|/ | | | | which will be interpreted just like 'search.exclude_tags' in the notmuch config.
* docs: Add encrypt_to_self account configurationRuben Pollan2017-09-26
|
* docs: Add Address classDylan Baker2017-08-28
|
* account: Add an Address classDylan Baker2017-08-28
| | | | | This class will encapsulate the logic of comparing email addresses and the rules of handling when capitalization is allowed and when it's not.
* fix example hookPatrick Totzke2017-08-27
| | | | | | This fixes the example "goodbye"-hook in order to make it work again with v0.6 and newer branches: the initializes SettingsManager object is now accessible as 'alot.settings.const.settings'.
* added senders search as an alternative ; more comments and links to docsYuri Subach2017-08-24
|
* Merge pull request #1125 from dcbaker/submit/deprecated-encrypt-by-defaultPatrick Totzke2017-08-20
|\ | | | | mark old options for encrypt_by_default as deprecated
| * defaults/alot.rc.specDylan Baker2017-08-18
| | | | | | | | Mark all values for [account]encrypt_by_default as deprecated
* | polish manpagePatrick Totzke2017-08-19
| |
* | split and update docs regarding cli-invocationPatrick Totzke2017-08-19
| |
* | docs: Use CONTRIBUTING.rst as contributing.rstDylan Baker2017-08-18
|/
* Merge pull request #1095 from dcbaker/submit/use-default-theme-if-no-configDylan Baker2017-08-17
|\ | | | | Load default settings even if a user config doesn't exist
| * settings: Load spec file even if config file is undefined.Dylan Baker2017-08-16
| | | | | | | | | | | | | | | | | | | | This is necessary even if the config file is None to ensure that the spec file is loaded Also mock out the setting.const module in the docs, otherwise they'll fail to generate. Fixes #1094
* | document SIGINT handlingPatrick Totzke2017-08-17
|/ | | | | This adds documentation for SIGINT signals to the html and man pages, and removes a "this is useful for.." comment on SIGUSR1.
* convert from pygpgme to the python "gpg" moduleDaniel Kahn Gillmor2017-08-14
| | | | | | | | | | | | | | | This converts from the now abandoned pygpgme project for wrapping gpgme, to the upstream gpgme python bindings (which are descended from the pyme project, before they became official). Largely this change should not be user visible, but there are a couple cases where the new bindings provide slightly more detailed error messages, and alot directly presents those messages to users. This patch has been significantly revised and updated by Dylan Baker, but was originally authored by Daniel Kahn Gillmor. Fixes #1069
* docs: Update docstrings for move commandsLucas Hoffmann2017-08-05
|
* docs: mention 'content' part in threadline themingPatrick Totzke2017-08-04
| | | | | ... which displays a prefix of the msg contents. This feature was missing in the docs.
* Merge pull request #1097 from lucc/scriptsLucas Hoffmann2017-08-02
|\ | | | | Clean up doc source generators
| * Clean up doc source generatorsLucas Hoffmann2017-07-31
| |
* | docs: Note that system paths can contain themesDylan Baker2017-07-27
|/ | | | Since the original patch that added the support didn't.
* Update documentation for :tag commands in envelope buffersLucas Hoffmann2017-07-11
|
* Add a reload commandDylan Baker2017-07-10
| | | | | | | This command allows the configuration to be reloaded while alot is running. Fixes #1046
* Exclude search.exclude_tags from searchesJohannes Löthberg2017-06-08
| | | | | | Fixes #707 and #332. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
* docs: Remove spurious reference _account in config_optionsJohannes Löthberg2017-06-06
| | | | Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
* Indicate usage of notmuch config file correctlyLucas Hoffmann2017-06-03
|
* update FAQPatrick Totzke2017-06-01
|
* docs: Fix sphinx warnings (and build) on sphinx > 1.5.1Dylan Baker2017-05-30
| | | | | | | It turns out that commands was included in the toctree twice, which caused warnings which we treat as errors in CI. Fixes #994
* Merge pull request #1029 from pazz/linewisePatrick Totzke2017-02-14
|\ | | | | optional linewise focussing in thread mode
| * optional linewise focussing in thread modePatrick Totzke2017-02-09
| | | | | | | | | | | | | | | | This introduces a new config option 'thread_focus_linewise', (defaults to True), which determines if the message texts are split into individually focussable lines in thread mode. fixes #645
* | alot.rc.spec: Fix typo in documentationDylan Baker2017-02-13
|/ | | | | It currently lists "terminal_command" in relation to "editor_spawn" but the config option is actually "terminal_cmd".
* Update docs about mouse settingLucas Hoffmann2017-02-03
| | | | | There have been several people asking about text selection with the mouse setting activated so it seems reasonable to mention it here.
* Merge pull request #1000 from dcbaker/pr/argument-validatorLucas Hoffmann2017-01-27
|\ | | | | argparse validators
| * Move utils/booleanaction.py to utils/argparse.pyDylan Baker2017-01-25
| | | | | | | | | | This module is going to be enhanced with additional components in later patches in this series, so it needs a more generic name.
* | Merge pull request #1008 from dcbaker/pr/flip-mouse-bitPatrick Totzke2017-01-27
|\ \ | | | | | | Default to not handling mouse