summaryrefslogtreecommitdiff
path: root/alot/settings
Commit message (Expand)AuthorAge
...
* 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
* 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
* Fix except syntaxLucas 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
* alot/settings/utils.py: extend error message on IOError exceptionJohannes 'josch' Schauer2016-01-31
* 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
* pep8&pyflakes fixesPatrick Totzke2013-07-07
* doc: clean up docstring for SettingsManagerPatrick Totzke2013-05-12
* pep8/pyflakes fixesPatrick Totzke2013-03-16
* introduce new themable thread.body_focus for focussed body text linesPatrick Totzke2013-03-03
* 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
* fix error caused by leaving out threadline-foo parts..Patrick Totzke2012-08-11
* more precise error handling for config parsingPatrick Totzke2012-08-10
* cleanup: move SettingsManager to its own filePatrick Totzke2012-08-10
* do not write default config if missingPatrick Totzke2012-08-01
* read default bindings from default/default.bindingsPatrick Totzke2012-08-01