summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Build with several py3 versions on travisLucas Hoffmann2018-02-23
* Merge pull request #1196 from dcbaker/fix-ambigious-keyPatrick Totzke2018-02-22
|\
| * fix ambiguous keys harderDylan Baker2018-02-08
* | bump version stringPatrick Totzke2018-02-22
* | update NEWSPatrick Totzke2018-02-21
* | Merge pull request #1204 from tomjnixon/fix_editor_lockupPatrick Totzke2018-02-20
|\ \
| * | Move screen stop/start logic into context manager.Thomas Nixon2018-02-19
| * | Move mock ui creation to function.Thomas Nixon2018-02-19
| * | Fix #1191, lockup after running external command.Thomas Nixon2018-02-19
|/ /
* | Merge pull request #1199 from three-comrades/fix_templatesDylan Baker2018-02-15
|\ \
| * | Fix non-ascii templates.Julian Mehne2018-02-15
| * | Add test: template not decoded properly.Julian Mehne2018-02-15
* | | Merge pull request #1197 from kyrias/compose-tagsLucas Hoffmann2018-02-15
|\ \ \
| * | | Add --tags argument to compose commandJohannes Löthberg2018-02-12
|/ / /
* | | Merge pull request #1193 from three-comrades/fix_lang_cPatrick Totzke2018-02-10
|\ \ \ | |_|/ |/| |
| * | Fix `LANG=C alot` with custom bindings.Julian Mehne2018-02-01
| |/
* | Merge pull request #1172 from Dica-Developer/patch-4Dylan Baker2018-02-08
|\ \ | |/ |/|
| * * apply CR commentsMartin Schaaf2017-12-12
| * * apply code review commentsMartin Schaaf2017-12-12
| * Fix issue 1164 of not able to select a key for encryption on ambigious keyid ...Martin Schaaf2017-11-01
| * * Extend choice to diffefrentiate between a list of choicesMartin Schaaf2017-11-01
| * * Extend ChoiceWidget to differentiate between a list of choicesMartin Schaaf2017-11-01
* | Merge pull request #1187 from pazz/faq5Patrick Totzke2018-01-28
|\ \
| * | mention unredered HTML parts in message body textPatrick Totzke2018-01-16
| * | ignore multipart subparts when extracting contentPatrick Totzke2018-01-02
| * | mark inline part as attachment if no mailcap entry is foundPatrick Totzke2018-01-02
* | | Merge pull request #1190 from three-comrades/write_historyPatrick Totzke2018-01-28
|\ \ \
| * | | Fix writing/loading history, if a command contains a non-ascii character.Julian Mehne2018-01-10
* | | | Merge pull request #1179 from three-comrades/themes_dirPatrick Totzke2018-01-28
|\ \ \ \
| * | | | 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
| * | | | Set changed values in mock.patch.dict call itself.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
| * | | | Document the default values of template_dir and themes_dir.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
| * | | | Fix `:compose --template=foo` if default template_dir is used.Julian Mehne2018-01-21
|/ / / /
* | | | Merge pull request #1188 from lucc/fix-test-outputLucas Hoffmann2018-01-09
|\ \ \ \
| * | | | Use any() instead of a for loop with a break statementLucas Hoffmann2018-01-09
| * | | | Move code out of with blockLucas Hoffmann2018-01-08
| * | | | Use message of test assert function instead of print()Lucas Hoffmann2018-01-08
|/ / / /
* | | | Merge pull request #1181 from three-comrades/compose_errPatrick Totzke2018-01-08
|\ \ \ \ | |/ / / |/| | |
| * | | Log unknown settings in configuration and theme files.Julian Mehne2018-01-08
| * | | Fix typos in tests.Julian Mehne2018-01-07
| * | | Report error if configuration file cannot be reloaded.Julian Mehne2018-01-07
| * | | Clean up theme finder logic.Julian Mehne2018-01-07