summaryrefslogtreecommitdiff
path: root/alot/defaults
Commit message (Collapse)AuthorAge
...
* 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
|
* rename 'select' bufferlist command to 'open'Patrick Totzke2012-08-31
|
* adjust default bindingsPatrick Totzke2012-08-20
| | | | | | to map enter and not select. in some modes select is still a command and we thus map enter to select. But select is *not* a virtual keypress any more
* indicate input_queue in statusbar by defaultPatrick Totzke2012-08-19
|
* allow to bind mutiple keypressesPatrick Totzke2012-08-19
| | | | | | | This queues key presses in UI for a while in case they don't match a binding. This way one can for example bind 'ctrl x ctrl q' = exit
* update default bindingsPatrick Totzke2012-08-19
|
* theming: properly transfer alignment to threadline-foo partsPatrick Totzke2012-08-10
| | | | cf issue #494
* fix: weight for subject in default themePatrick Totzke2012-08-01
|
* do not write default config if missingPatrick Totzke2012-08-01
| | | | | | This has been done before to provide the default bindings, which are now read directly from defautls/default.bindings during startup.
* read default bindings from default/default.bindingsPatrick Totzke2012-08-01
| | | | | | | | | | | | This re-introduces a separate file containing the default keybindings for alot. The values from this file are *always* used as fallbacks and can be overwritten by bindings from the users config. To be able to unbind a default binding just bind it to an empty string. The same will allow buffer-local bindings to be overwritten by global bindings as described in https://github.com/pazz/alot/issues/403#issuecomment-4434948. cf issue #487
* make left align default, fix date paddingPatrick Totzke2012-07-21
|
* better default themePatrick Totzke2012-07-21
|
* individually theme arrows heads/bars in thread viewPatrick Totzke2012-07-20
|
* move thread move theming to more durable config syntaxPatrick Totzke2012-07-15
|
* introduce missing theming section for taglistPatrick Totzke2012-07-15
|
* rename bufferlist themablesPatrick Totzke2012-07-15
|
* 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 '''
* change tags formatting in config specPatrick Totzke2012-07-08
| | | | | | | the individual tag subsections define 'normal' and 'focus' attributes to define how the tag is represented if unfocussed and focussed respectively. These are urwid attribute sextuples that define fg/bg for 1,16 and 256 coour modes
* highlight unread threads in default themePatrick Totzke2012-07-07
|