summaryrefslogtreecommitdiff
path: root/alot/settings
Commit message (Expand)AuthorAge
* main: allow -c to be used multiple timesAnton Khirnov2023-03-16
* settings/manager: make a log message more informativeAnton Khirnov2023-03-16
* settings/utils: move resolve_att to the only place where it's usedAnton Khirnov2023-03-07
* settings/manage: sanitize various Unicode zero-width spaces to nothingAnton Khirnov2021-11-24
* commands/envelope: refactor deriving headers to be editedAnton Khirnov2021-11-20
* settings/manager: handle future dates in _pretty_datetime()Anton Khirnov2021-05-10
* settings/manager: remove newlines from headers during sanitizationAnton Khirnov2021-03-01
* Add common message text sanitization.Anton Khirnov2021-02-10
* Cosmetics, clean up importsAnton Khirnov2021-02-10
* settings/manager: do not report an exception when hooks file is missingAnton Khirnov2021-02-04
* helper: get rid of decode_string()Anton Khirnov2021-01-16
* helper: move pretty_datetime to the only place where it is usedAnton Khirnov2021-01-16
* widgets/thread: add theming for quote lines in message bodyAnton Khirnov2020-02-19
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
* remove old new-style classes syntaxPatrick Totzke2019-05-27
* restore support for regex in section namesWill Dietz2018-12-22
* rename get_account_by_address to account_matching_addressvrs2018-12-10
* match addresses against accounts, not address listsvrs2018-12-10
* 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