summaryrefslogtreecommitdiff
path: root/alot/settings.py
Commit message (Expand)AuthorAge
* don't die if tag formatting wants too many coloursPatrick Totzke2012-02-25
* remove unused importsPatrick Totzke2012-02-25
* introduce AbookAddressbookPatrick Totzke2012-02-25
* move read_config to helper; ConfigError to errorsPatrick Totzke2012-02-25
* explicit abooksPatrick Totzke2012-02-25
* remove debug statementPatrick Totzke2012-02-24
* tagstring translation via re.subPatrick Totzke2012-02-24
* read themes from themes_dirPatrick Totzke2012-02-23
* setter for config options in SettingsManagerPatrick Totzke2012-02-23
* make global keybindings residents of bindingsPatrick Totzke2012-02-22
* move get_mime_handler to SettingsManagerPatrick Totzke2012-02-19
* remove obsolete Fallback and AlotConfigParserPatrick Totzke2012-02-19
* initialize SettingsManager at startupPatrick Totzke2012-02-19
* docstrings for SettingsManagerPatrick Totzke2012-02-19
* pep8/pyflakes cleanupPatrick Totzke2012-02-19
* move account/abook helper to SettingsManagerPatrick Totzke2012-02-19
* parse accounts in SettingsManagerPatrick Totzke2012-02-19
* more accurate error msg for subsectionsPatrick Totzke2012-02-19
* read attrspecs in theme's initPatrick Totzke2012-02-19
* read default bindings from a file, not the specPatrick Totzke2012-02-19
* adjust Theme definitionPatrick Totzke2012-02-18
* force utf8 decoding for alot.rcPatrick Totzke2012-02-18
* use SettingsManager for tagwidget representationPatrick Totzke2012-02-18
* add SettingsManager.get_tagstring_representationPatrick Totzke2012-02-18
* corrected getter namesPatrick Totzke2012-02-18
* getter for alot/notmuch settingsPatrick Totzke2012-02-18
* add SettingsManagerPatrick Totzke2012-02-18
* theme objectsPatrick Totzke2012-02-18
* read and validate configs via configobjPatrick Totzke2012-02-18
* Rename `_get_themeing_option()`dtk2012-01-28
* Remove duplicate `has_themeing()` methoddtk2012-01-28
* simplify theme-string constructionPatrick Totzke2012-01-26
* Merge pull request #276 from 0x64746b/highlight_rule_parsingPatrick Totzke2012-01-20
|\
| * Refactor parsing of highlighting rulesdtk2012-01-19
* | pep8 and pyflakes cleanupsPatrick Totzke2012-01-19
|/
* Create `[highlighting]` section in default configdtk2012-01-11
* Enable highlighting of tagsdtk2012-01-10
* Change themeing structure for highlightingdtk2012-01-10
* Refactor get_tagattr() to have only one return statementdtk2012-01-09
* Handle missing highlighting rulesdtk2012-01-04
* Adjust code to new FallbackConfigParser behaviourdtk2012-01-04
* Make FallbackConfigParser raise exceptiondtk2012-01-04
* Raise parser specific exceptions in configdtk2012-01-04
* Comply with PEP8dtk2012-01-03
* Highlight threads that match a querydtk2012-01-03
* pep8Patrick Totzke2012-01-03
* Comply with code conventions for private methodsdtk2012-01-02
* Enable highlighting of tag combinationsdtk2012-01-02
* Refine selection of default themeing for highlightingdtk2012-01-02
* Use better default themeing for highlightingdtk2011-12-27