summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
| * | | Print stderr of failed sendmail cmd in prompt.Julian Mehne2017-12-06
| * | | Give more context if reading of config file fails.Julian Mehne2017-12-06
| * | | Inform user why :compose got cancelled.Julian Mehne2017-12-02
* | | | Merge pull request #1186 from pazz/fix-1074Patrick Totzke2018-01-02
|\ \ \ \ | |/ / / |/| | |
| * | | catch exception about malformed query stringsPatrick Totzke2018-01-02
| |/ /
* | | Merge pull request #1180 from three-comrades/tag_completePatrick Totzke2017-12-02
|\ \ \
| * | | Allow regex special characters in tagstrings.Julian Mehne2017-12-02
| |/ /
* | | Merge pull request #1178 from GuillaumeSeren/upgrade-doc-dependies-gpgme-1.9.0Patrick Totzke2017-12-02
|\ \ \ | |/ / |/| |
| * | Upgrade doc dependencies to GPGME >= 1.9.0Guillaume Seren2017-12-01
* | | [docs] update section titlesPatrick Totzke2017-11-29
|/ /
* | Merge pull request #1173 from pazz/feature-thread-indentPatrick Totzke2017-11-08
|\ \
| * | add test for argparse validatorPatrick Totzke2017-11-08