summaryrefslogtreecommitdiff
path: root/alot/defaults
Commit message (Collapse)AuthorAge
* Use new Address classDylan Baker2017-08-28
| | | | | | | This just wries the new Address class into alot for use, and fixes up a few places where such fixups are needed. Fixes #1107
* defaults/alot.rc.specDylan Baker2017-08-18
| | | | Mark all values for [account]encrypt_by_default as deprecated
* 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 #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 #1008 from dcbaker/pr/flip-mouse-bitPatrick Totzke2017-01-27
|\ | | | | Default to not handling mouse
| * Default to not handling mouseDylan Baker2017-01-26
| | | | | | | | | | | | As discussed elsewhere, handling the mouse was not done before, and breaks work flows that include using the mouse for other things (middle-click paste). This only changes the default option to False.
* | Implement a hook that runs periodicallyDylan Baker2017-01-26
|/ | | | | | | | This creates a deferred that runs on a user configurable timer and is provided the ui. This deferred will re-fire after the number of seconds specified by the timer are eclipsed. By default this is 300 seconds. Fixes #522
* Add a setting for enabling or disabling mouse support.Jody Foo2017-01-13
| | | | | | | | | | Mouse support is enabled by default. To disable mouse support, set ``` handle_mouse = False ``` in your config file.
* adding support for mouse scrollingSamantha Marshall2017-01-09
|
* Add history_size optionLucas Hoffmann2016-12-14
| | | | | The option allows to limit the size of recent command line entries that are store on disk.
* Remove trailing white spaceLucas Hoffmann2016-12-11
|
* 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.
* Rename to adhere to config option naming scheme.Pol Van Aubel2016-12-06
|
* Make header list configurable.Pol Van Aubel2016-12-06
|
* Handle deprecated option values gracefully.Lucas Hoffmann2016-03-24
|
* Change possible values for new option.Lucas Hoffmann2016-03-24
|
* Make encrypt_by_default a three choice option.Lucas Hoffmann2016-03-24
| | | | | The new specs for the config file are defined to allow existing config files to work with it.
* set flush_retry_timeout=0 to prevent retryPatrick Totzke2016-03-12
|
* Option to show all tags of a message, even if they are commom to threadAndres MRM2015-12-16
|
* Allow configuring what does alot consider to be the thread subject.Anton Khirnov2015-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
* Encrypt on reply to encrypted email and add 'encrypt_by_default' configRuben Pollan2015-12-16
|
* add account option alias_regexpvrs2015-12-16
|
* config setting: shellcommand_external_filteringPatrick Totzke2015-04-15
| | | | that exposes ExternalAddressbook's new functionality
* 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
* make `G=move last` a global defaul bindingPatrick Totzke2013-05-30
|
* set and honor mail-followup-to headerjosch2013-04-23
|
* add config option: auto_remove_unreadPatrick Totzke2013-04-21
|
* more vim-like movementsSebastian Jeltsch2013-04-20
| | | | | | | added: * ctrl d = half page down * ctrl u = half page up * G = focus last entry (only search buffer for now)
* Merge branch '0.3.4-feature-repeat-534' into 0.3.4-feature-urwidtreesPatrick Totzke2013-03-03
|\
| * add '. = repeat' to default key bindingsChristopher Schwardt2013-02-19
| |
* | adjust default bindings for fold/unfold all in thread modePatrick Totzke2013-03-03
| |
* | introduce new themable thread.body_focus for focussed body text linesPatrick Totzke2013-03-03
| |
* | reorder default bindings for toggle[headers|source]Patrick Totzke2013-03-03
| |
* | pimp default bindingsPatrick Totzke2013-03-03
| |
* | add new default binding for 'move first'Patrick Totzke2013-03-03
| |
* | add/move some default key bindingsPatrick Totzke2013-03-03
|/
* Merge remote-tracking branch 'origin/0.3.3-feature-bounce-524'Patrick Totzke2012-11-07
|\
| * added new default binding for bouncePatrick Totzke2012-09-22
| | | | | | | | ... in thread mode
| * split [reply|forward|bounce]_force_realname config optionsPatrick Totzke2012-09-22
| |
* | rename config option body_mimetype to prefer_plaintextPatrick Totzke2012-10-28
|/ | | | | ... and make it a type boolean. This also defines the option properly in the config spec and derives its doc froma that.
* add config options reply_force_[realname|address]Patrick Totzke2012-09-22
| | | | (docs inline)
* add 'ignorecase' config option for abook sectionsPatrick Totzke2012-09-22
|
* prompt for initial tags when composing msgPatrick Totzke2012-09-22
| | | | | This also adds a new config option `compose_ask_tags` that defaults to False.
* default binding to reset From header in envelopePatrick Totzke2012-09-22
|
* doc: clean upPatrick Totzke2012-09-01
|
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-01
|