summaryrefslogtreecommitdiff
path: root/alot/commands/thread.py
Commit message (Expand)AuthorAge
* directly import Completers from their resp modulePatrick Totzke2019-08-17
* retire Message.accumulate_bodyPatrick Totzke2019-08-15
* remove field_key parameter from PipetoCommandPatrick Totzke2019-08-15
* refactor ReplyCommandPatrick Totzke2019-06-02
* fix: use from-header from disk when replyingPatrick Totzke2019-06-02
* fix formataddrPatrick Totzke2019-06-02
* expose subject and to headers to forward_prefix hookNick Hu2019-05-11
* match addresses against accounts, not address listsvrs2018-12-10
* attach accounts to envelopesvrs2018-12-10
* fix: ui.notify is no coroutinePatrick Totzke2018-11-21
* 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