summaryrefslogtreecommitdiff
path: root/alot/commands
Commit message (Expand)AuthorAge
* globals: try to fix debian magic errorDylan Baker2018-03-01
* commands/globals: fix bindings help for py3kDylan Baker2018-03-01
* alot/command/envelope: py3k fixesDylan Baker2018-03-01
* alot/command/globals: fix py3kDylan Baker2018-03-01
* alot/commands/thread: Fix py3k issuesDylan Baker2018-03-01
* fix rebasing errorsDylan Baker2018-03-01
* py3k: Replace 'e.message' with 'str(e)' when handling exceptionsDylan Baker2018-03-01
* py3k: convert email.Utils to email.utilsDylan Baker2018-03-01
* repalces uses of dict.iter* with non-iter versionsDylan Baker2018-03-01
* py3k: remove basestring and unicode.Dylan Baker2018-03-01
* py3k: use StringIO from io module instead of cStringIODylan Baker2018-03-01
* Merge pull request #1196 from dcbaker/fix-ambigious-keyPatrick Totzke2018-02-22
|\
| * fix ambiguous keys harderDylan Baker2018-02-08
* | 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 #1172 from Dica-Developer/patch-4Dylan Baker2018-02-08
|\ \ | |/ |/|
| * * 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
* | 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
* | Report error if configuration file cannot be reloaded.Julian Mehne2018-01-07
* | Inform user why :compose got cancelled.Julian Mehne2017-12-02
* | 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
* | new thread buffer command 'indent'Patrick Totzke2017-11-05
|/
* commands/util: encrypt to selfRuben Pollan2017-09-26
* commands/envelope: Acknowledge keyids param on encryptRuben Pollan2017-09-25
* Merge branch 'master' into fix/spellingPatrick Totzke2017-09-02
|\
| * pep8 fixesPatrick Totzke2017-09-01
| * Use new Address classDylan Baker2017-08-28
* | Fix some spelling mistakesLucas Hoffmann2017-09-02
|/
* commands/globals: Only set stdin to a pipe if there is dataDylan Baker2017-08-23
* command/globals: Test for not None rather than callableDylan Baker2017-08-23
* commands/globals: Simplify ExternalCommand thread_CodeDylan Baker2017-08-23
* commands/globals: spelling and grammar of a commentDylan Baker2017-08-22
* Merge pull request #1126 from lucc/py3/py2-compatibleDylan Baker2017-08-22
|\
| * py3k: Use logging.warning instead of warnLucas Hoffmann2017-08-20
* | Use io.BytesIO and io.StringIODylan Baker2017-08-19
* | Replace Exception.message with str(Exception)Dylan Baker2017-08-19
|/
* Merge pull request #1115 from pazz/fix-account-selectionDylan Baker2017-08-17
|\
| * let SendmailAccount.send_mail cast the mail to strPatrick Totzke2017-08-16
| * send complete addresses to settings.get_account_by_addressPatrick Totzke2017-08-16
* | alot: replace email.Utils with email.utilsDylan Baker2017-08-16
|/
* just use the OpenPGP fingerprint instead of inventing "hash_key"Daniel Kahn Gillmor2017-08-14
* convert from pygpgme to the python "gpg" moduleDaniel Kahn Gillmor2017-08-14
* Merge pull request #1111 from dcbaker/submit/signcommand-testsDylan Baker2017-08-14
|\