summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* crypto: use bytes instead of strDylan Baker2018-03-01
* Fix cryptoDylan Baker2018-03-01
* helper: add a helper to guess the encoding a of a blob and decode itDylan Baker2018-03-01
* fix account.pyDylan Baker2018-03-01
* fix rebasing errorsDylan Baker2018-03-01
* fix another unicode -> str instanceDylan Baker2018-03-01
* py3k: Replace 'e.message' with 'str(e)' when handling exceptionsDylan Baker2018-03-01
* py3k: use a concrete list when modifying dict.Dylan Baker2018-03-01
* py3k: convert email.Utils to email.utilsDylan Baker2018-03-01
* hack alot.db.utils.decode_header until it works.Dylan Baker2018-03-01
* py3k: only pass str instances to shlexDylan Baker2018-03-01
* replace xrange with rangeDylan Baker2018-03-01
* repalces uses of dict.iter* with non-iter versionsDylan Baker2018-03-01
* py3k: dict.keys() doesn't return a list anymoreDylan Baker2018-03-01
* py3k: don't covert to bytes for shlexDylan Baker2018-03-01
* py3k: remove basestring and unicode.Dylan Baker2018-03-01
* py3k: use urllib.parse instead of urlparseDylan Baker2018-03-01
* py3k: use StringIO from io module instead of cStringIODylan Baker2018-03-01
* Merge pull request #1214 from lucc/feature/travis-py3Patrick Totzke2018-03-01
|\
| * Lift version requirement to run tests on travisLucas Hoffmann2018-02-28
|/
* Merge pull request #1210 from lucc/feature/travis-py3Lucas Hoffmann2018-02-26
|\
| * Don't build with old python3 versions on travisLucas Hoffmann2018-02-26
| * Temporarily only check the docs on python2Lucas Hoffmann2018-02-23
| * 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
|\ \ \