summaryrefslogtreecommitdiff
path: root/alot/commands/thread.py
Commit message (Expand)AuthorAge
* commands/thread: Don't refresh after movingDylan Baker2018-08-08
* db/utils: Replace encode_header with Message.add_headerDylan Baker2018-08-04
* helper: replace email_as_* with email builtinsDylan Baker2018-08-02
* ui: Convert apply_command to a coroutineDylan Baker2018-07-26
* commands/thread: Use asyncio coroutines instead of twisted deferredsDylan Baker2018-07-26
* Capitalize option and command descriptions consistentlyAlexander Shpilkin2018-07-25
* provide retagprompt command in thread modeMichael J Gruber2018-06-22
* Remove old __future__ importsLucas Hoffmann2018-06-19
* fix encoding issue in thread.PrintCommandPatrick Totzke2018-06-18
* commands/thread use a BytesIO instead of StringIO objectDylan Baker2018-05-15
* Fix some formatting requests for @luccDylan Baker2018-04-24
* Extract a level of nested control flow.Ben Finney2018-04-23
* Wrap long statements on open-bracket syntax.Ben Finney2018-04-23
* Merge branch 'master' into py3kDylan Baker2018-03-05
|\
| * implement replied and passed tagsMichael J Gruber2018-03-05
* | fix piping messages via stdinDylan Baker2018-03-02
* | alot/commands/thread: Fix py3k issuesDylan 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
|/
* Move screen stop/start logic into context manager.Thomas Nixon2018-02-19
* Fix #1191, lockup after running external command.Thomas Nixon2018-02-19
* 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
* Merge branch 'master' into fix/spellingPatrick Totzke2017-09-02
|\
| * Use new Address classDylan Baker2017-08-28
* | Fix some spelling mistakesLucas Hoffmann2017-09-02
|/
* Use io.BytesIO and io.StringIODylan Baker2017-08-19
* Replace Exception.message with str(Exception)Dylan Baker2017-08-19
* Merge pull request #988 from lucc/move-next-matchingLucas Hoffmann2017-08-07
|\
| * docs: Update docstrings for move commandsLucas Hoffmann2017-08-05
| * Interpret unrecognized movements as search termsLucas Hoffmann2017-08-05
* | Format class decoratorsLucas Hoffmann2017-08-04
|/
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* Copy tags to envelope with :editnewLucas Hoffmann2017-07-11
* determine_sender: replace complicated break logic by returnLucas Hoffmann2017-06-23
* Use account instead of realname to break loopsLucas Hoffmann2017-06-23
* Remember matched account explicitlyLucas Hoffmann2017-06-22
* Merge pull request #1000 from dcbaker/pr/argument-validatorLucas Hoffmann2017-01-27
|\
| * Move utils/booleanaction.py to utils/argparse.pyDylan Baker2017-01-25
* | Fix bug when replying to allLucas Hoffmann2017-01-25
* | Fix typo in commentLucas Hoffmann2017-01-25
* | Merge pull request #993 from lucc/quotes-in-namesPatrick Totzke2017-01-25
|\ \
| * | Add docstringLucas Hoffmann2017-01-25
| * | Use email.utils.formataddr when preparing headersLucas Hoffmann2017-01-25
* | | Fix missing self in staticmethod callLucas Hoffmann2017-01-25
|/ /
* / Turn local helper function into staticmethodLucas Hoffmann2017-01-24
|/
* make addresses unique in To headersPatrick Totzke2017-01-22