summaryrefslogtreecommitdiff
path: root/alot
Commit message (Expand)AuthorAge
* 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
* | Move screen stop/start logic into context manager.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 --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
* | | | 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
* | | | 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 #1181 from three-comrades/compose_errPatrick Totzke2018-01-08
|\ \ \ \ | |/ / / |/| | |
| * | | Log unknown settings in configuration and theme files.Julian Mehne2018-01-08
| * | | 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
| |/ /
* / / Allow regex special characters in tagstrings.Julian Mehne2017-12-02
|/ /
* | Merge pull request #1173 from pazz/feature-thread-indentPatrick Totzke2017-11-08
|\ \
| * | add test for argparse validatorPatrick Totzke2017-11-08
| * | keep ThreadBuffer indentation non-negativePatrick Totzke2017-11-05
| * | sanitize parameter for thread mode command 'indent'Patrick Totzke2017-11-05
| * | add default binding for dynamic indentation changePatrick Totzke2017-11-05
| * | new thread buffer command 'indent'Patrick Totzke2017-11-05
| * | configurable thread mode message indentation.Patrick Totzke2017-11-05