summaryrefslogtreecommitdiff
path: root/alot/settings
Commit message (Expand)AuthorAge
* lazy reading of config files in SettingsManagerPatrick Totzke2018-06-21
* Merge branch 'master' into futurePatrick Totzke2018-06-19
|\
| * use importlib to load hooks code at startupPatrick Totzke2018-06-19
* | Remove old __future__ importsLucas Hoffmann2018-06-19
|/
* Merge branch 'master' into py3kDylan Baker2018-05-15
|\
| * better message on hook loading failureMatthieu Coudron2018-05-14
* | settings/manager: fix managerDylan Baker2018-03-01
* | fix rebasing errorsDylan Baker2018-03-01
* | py3k: use a concrete list when modifying dict.Dylan Baker2018-03-01
* | py3k: dict.keys() doesn't return a list anymoreDylan Baker2018-03-01
|/
* Remove blank lines and fix docstrings.Julian Mehne2018-01-24
* Put expand_environment_and_home inside _expand_config_values.Julian Mehne2018-01-23
* Expand environment variables when reading the config file.Julian Mehne2018-01-23
* Rename get_env to get_xdg_env and clarify docstring.Julian Mehne2018-01-23
* Store settings in alot.rc.spec.Julian Mehne2018-01-21
* Improve logging messages.Julian Mehne2018-01-21
* Fix empty XDG_* environment variables.Julian Mehne2018-01-21
* De-duplicate code with helper function.Julian Mehne2018-01-21
* Move processing of setting to the right place.Julian Mehne2018-01-21
* Log unknown settings in configuration and theme files.Julian Mehne2018-01-08
* Clean up theme finder logic.Julian Mehne2018-01-07
* Give more context if reading of config file fails.Julian Mehne2017-12-06
* Allow regex special characters in tagstrings.Julian Mehne2017-12-02
* Merge branch 'master' into fix/spellingPatrick Totzke2017-09-02
|\
| * pep8 fixesPatrick Totzke2017-09-01
* | Fix some spelling mistakesLucas Hoffmann2017-09-02
|/
* Replace Exception.message with str(Exception)Dylan Baker2017-08-19
* Merge pull request #1095 from dcbaker/submit/use-default-theme-if-no-configDylan Baker2017-08-17
|\
| * settings: Load spec file even if config file is undefined.Dylan Baker2017-08-16
| * settings/manager: remove duplicate _config from constructorDylan Baker2017-08-16
* | ignore realname part in get_account_by_addressPatrick Totzke2017-08-15
|/
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* Merge pull request #1089 from dcbaker/submit/sign-without-hintDylan Baker2017-07-27
|\
| * settings/manager: Extend the get_account_by_address with return_defaultDylan Baker2017-07-27
* | settings: Allow loading themes from system locationsDylan Baker2017-07-19
|/
* settings: Add a reload methodDylan Baker2017-07-10
* Extend docs for settings.utils.read_configLucas Hoffmann2017-06-06
* Merge pull request #1000 from dcbaker/pr/argument-validatorLucas Hoffmann2017-01-27
|\
| * move alot/settings/checks to alot/utils/configobjDylan Baker2017-01-25
* | settings/manager: Use getattrDylan Baker2017-01-26
|/
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* Merge pull request #975 from lucc/tests/doctestsPatrick Totzke2017-01-18
|\
| * Port old doctests to unittest: alot.settings.checksLucas Hoffmann2017-01-18
* | settings/manager: fix typo in docstringDylan Baker2017-01-17
|/
* fix odd continuation and indentationDylan Baker2016-12-27
* settings/manager: remove list comprehension for clarityDylan Baker2016-12-21
* Replace map() and filter() with comprehensionsDylan Baker2016-12-21
* Use raw strings with backslashesDylan Baker2016-12-21
* Turn methods with no `self` usage into staticmethodsLucas Hoffmann2016-12-18
* fix interpolation in config files #902.Patrick Totzke2016-12-16