summaryrefslogtreecommitdiff
path: root/alot/defaults
Commit message (Collapse)AuthorAge
* 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
|
* implement selective threadline theming aka. 'highlighting'Patrick Totzke2012-07-07
| | | | | | | | | | | This allows the user to specify alternate 'threadline.*' sections for searchmode: They specify the difference to the default threadline theming. Each of those can contain fields 'query' and 'tagged_with' to determine if they apply: We go through all those threadline sections top down, for each of them check if the conditions query (thread matches querystring) and 'tagged_with' (culmulative tags of messages in thread contain those listed). The first section that matches wins, default is to section 'threadline'.
* rename threadline order --> partsPatrick Totzke2012-07-07
|
* use width tuples correctly in themesPatrick Totzke2012-07-07
|
* use widthtuple in theme specPatrick Totzke2012-07-05
|
* use widthtuple in theme spec and default themePatrick Totzke2012-07-05
|
* fix missing brackets in theme filesPatrick Totzke2012-07-04
|
* converted default.theme to new formatPatrick Totzke2012-07-03
|
* new spec for theme filesPatrick Totzke2012-07-01
|
* doc: update and change default right statusbar entryPatrick Totzke2012-06-20
| | | | .. from "total: N" to "total messages: N"
* add MODE_statusbar config optionsPatrick Totzke2012-06-19
| | | | | for configurable status bar on a per-mode basis. This also adds their docs
* add forward_subject and forward_subject_prefixThomas Weißschuh2012-06-16
| | | | | this adds the hook "forward_subject" and the setting "forward_subject_prefix"
* implement setting: reply_subject_prefixThomas Weißschuh2012-06-16
|
* introduce setting quote_prefixThomas Weißschuh2012-06-08
|
* added support for configurable attachment download directorybjoernb2012-05-21
|
* 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
| * verify accounts gpg_key upon startupPatrick Totzke2012-05-13
| | | | | | | | | | | | | | This introduces a custom config check that tests if the given gpg_key value points to a valid private key. If so, the property Account.gpg_key is a pyme.pygpgme._gpgme_key object.
| * update alot/defaults/alot.rc.spec for sign_by_default and gpg_keyMichael Stapelberg2012-05-12
| |
| * add togglesign command to toggle an envelope’s sign flagMichael Stapelberg2012-04-23
| |
* | Merge branch '0.3-fix-stringlists' into stagingPatrick Totzke2012-05-16
|\ \
| * | replace string_list with force_listPatrick Totzke2012-04-05
| |/ | | | | | | | | in config spec. This results in singletons given w/o a trailing comma to be accepted as a singleton list.
* | Merge branch '0.3-docs-mboxpath-436' into stagingPatrick Totzke2012-04-22
|\ \
| * | docs: note conditions on (sent|draft)_box settingsPatrick Totzke2012-04-22
| |/ | | | | | | | | | | | | | | automatic indexing of outgoing mails and saved drafts currently works only for maildir container within the notmuch database path. cf issue #436
* | Merge branch '0.3-fix-default-sendmail-432' into stagingPatrick Totzke2012-04-11
|\ \
| * | set default sendmail_command to `sendmail -t`Patrick Totzke2012-04-11
| |/ | | | | | | | | | | | | | | .. in SendmailAccounts as just `sendmail` fails because the recipient needs to be given as command argment then (which alot doesn't provide) issue #432
* | Merge branch '0.3-fix-theming-430' into stagingPatrick Totzke2012-04-08
|\ \
| * | add theming sections for envelope modePatrick Totzke2012-04-08
| | | | | | | | | | | | issue #430
| * | introduce a new global themable 'body'.Patrick Totzke2012-04-08
| | | | | | | | | | | | | | | that is to be used as global attribute of the mainframes body part issue #430
| * | remove unnecessary 'tag_draft' entry in themesPatrick Totzke2012-04-08
| |/ | | | | | | issue #430
* | Merge branch '0.3-fix-abook-emails-424' into stagingPatrick Totzke2012-04-06
|\ \
| * | Support multiple emails per abook contact.Jakob2012-04-02
| |/ | | | | | | Issue #424.
* / docs: more precise doc for EdidCommands spawn parmPatrick Totzke2012-03-23
|/ | | | closes #416
* docs: fix build warningsPatrick Totzke2012-03-17
|
* comments in config stubPatrick Totzke2012-03-15
|
* Some docs and refsDaniel2012-03-15
|