summaryrefslogtreecommitdiff
path: root/alot/settings/manager.py
Commit message (Expand)AuthorAge
* 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
|/
* 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
* 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
* settings/manager: fix typo in docstringDylan Baker2017-01-17
* settings/manager: remove list comprehension for clarityDylan Baker2016-12-21
* Replace map() and filter() with comprehensionsDylan Baker2016-12-21
* Turn methods with no `self` usage into staticmethodsLucas Hoffmann2016-12-18
* fix interpolation in config files #902.Patrick Totzke2016-12-16
* Replace mutable keyword argumentsDylan Baker2016-12-13
* settings/manager.py: Compare addresses using == instead of inDylan Baker2016-12-13
* Further minor style fixesLucas Hoffmann2016-12-09
* Clean up importsLucas Hoffmann2016-12-09
* Use logging's native string interpolationLucas Hoffmann2016-12-09
* Remove braces after `del` and `return`Lucas Hoffmann2016-12-09
* config setting: shellcommand_external_filteringPatrick Totzke2015-04-15
* refactor MatchSdtoutAddressbookPatrick Totzke2015-04-15
* refactor addressbook codePatrick Totzke2015-04-15
* just formating (pep8 etc.)Patrick Totzke2014-08-02
* added check to bindings commands; added settings.get_keybindings(self,mode)Cinghio Pinghio2014-08-02
* work around new configobj behaviourPatrick Totzke2014-04-03
* doc: clean up docstring for SettingsManagerPatrick Totzke2013-05-12
* pep8/pyflakes fixesPatrick Totzke2013-03-16
* postpone binding if candidates with same prefix existPatrick Totzke2013-03-03
* correcting error message for themeLukas Zapletal2013-02-26
* fix #571Patrick Totzke2013-02-25
* empty input queue as soon asPatrick Totzke2013-01-11
* hotfix silly mistakePatrick Totzke2012-12-16
* read configs lazily in SettingsManagerPatrick Totzke2012-12-16
* add 'ignorecase' config option for abook sectionsPatrick Totzke2012-09-22
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-01
* fix: don't die because of non-string bindingsPatrick Totzke2012-08-19
* cleanup: move SettingsManager to its own filePatrick Totzke2012-08-10