summaryrefslogtreecommitdiff
path: root/docs/source/usage
Commit message (Collapse)AuthorAge
* remove field_key parameter from PipetoCommandPatrick Totzke2019-08-15
| | | | I don't think anyone needs anything else but copiousoutput here
* pep8 fixesPatrick Totzke2019-08-11
|
* update generated docs for search mode tag cmdsPatrick Totzke2019-05-12
|
* Describe options the same way in help and manualAlexander Shpilkin2018-07-25
| | | | | The descriptions of --help and --version are the same as used in e.g. GNU coreutils (different from the Python default).
* Fix typo in documentationAlexander Shpilkin2018-07-25
|
* Reword description of options -C and colourmodeAlexander Shpilkin2018-07-25
|
* Avoid abbreviations in documentationAlexander Shpilkin2018-07-25
|
* Capitalize option and command descriptions consistentlyAlexander Shpilkin2018-07-25
|
* Fix typo in description of option -dAlexander Shpilkin2018-07-25
|
* Rewrap option descriptions in the manualAlexander Shpilkin2018-07-25
|
* Fix typesetting of option arguments in the manualAlexander Shpilkin2018-07-25
| | | | | | Sphinx appears to not typeset an option properly when only the long version lists an argument. Add the arguments to the short versions as well.
* update docsPatrick Totzke2018-07-24
|
* update docsPatrick Totzke2018-07-24
|
* Respect colour mode set in config fileAlexander Shpilkin2018-07-22
| | | | | | Terminal colour mode can be set both in the config file and on the command line, but a default value for the command-line option overrode whatever was specified in the config file. Fix this.
* provide retagprompt command in thread modeMichael J Gruber2018-06-22
| | | | | | | | | | | | retagprompt in search mode allows to retag a whole thread. The new thread mode version allows to do the same for each selected message. The common command infers its mode from the UI object that it is passed when applied. Therefore, the docstring (and everything else) is mode-agnostic. When this command command is registered for the wrong mode and applied it raises a KeyError (on purpose).
* docs: regenerate again, hopefully for the last timeDylan Baker2018-03-01
|
* docs: regenerate generated sourcesDylan Baker2018-03-01
|
* 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.
* Add --tags argument to compose commandJohannes Löthberg2018-02-12
| | | | Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
* add config option for default threadmode indentationPatrick Totzke2017-11-05
|
* polish manpagePatrick Totzke2017-08-19
|
* split and update docs regarding cli-invocationPatrick Totzke2017-08-19
|
* 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.
* docs: Update docstrings for move commandsLucas Hoffmann2017-08-05
|
* 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: 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
* commands/global: Don't double prompt to close last bufferDylan Baker2017-01-17
| | | | | | | | | | | | | Currently if global.quit_on_last_bclose is set to True (not the default), and the last buffer is an envelope, then when 'd' or ':bclose' is called, the user will be prompted twice to 'close without sending?'. This patch fixes that by skipping the prompt in BufferCloseCommand, if there is 1 buffer, and global.quit_on_last_bclose is True. It does this by adding a private keyword to the ExitCommand() constructor, telling that classes apply method to not prompt. Fixes #979
* Update synopsis.rstAtilla Mas2017-01-17
| | | Fix typo
* Update synopsis in help documentsLucas Hoffmann2017-01-10
|
* fix odd continuation and indentationDylan Baker2016-12-27
| | | | This is just whitespace changes.
* Update autogenerated documentation filesLucas Hoffmann2016-12-11
|
* Remove trailing white spaceLucas Hoffmann2016-12-11
|
* Added UNIX Signals section to synopsis describingMicah Nordland2016-01-26
| | | | How the SIGUSR1 signal is handled
* 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
|
* polish docsPatrick Totzke2015-12-16
|
* Add comment about "encrypt-to-self" in docs.Lucas Hoffmann2015-12-08
|
* docs: checkin autogenerated docsPatrick Totzke2013-07-18
|
* Merge branch '0.3.4-fix-docs'Patrick Totzke2013-06-02
|\
| * doc: fix missing section namesPatrick Totzke2013-06-02
| | | | | | | | in usage/commands/*
| * doc: move crypto docs to usage sectionPatrick Totzke2013-06-02
| |
* | doc: autogenerate command docsPatrick Totzke2013-05-26
|/
* docs: checkin autogenerated command docsPatrick Totzke2013-03-15
|
* docs: checked in autogenerated docsPatrick Totzke2013-02-19
|
* docs updatePatrick Totzke2013-02-19
|
* add docs for (un)encryptJohannes Kulick2013-02-19
|
* Implement move commands in globals.py. Add --redraw for bclose.William Erik Baxter2013-02-19
|