summaryrefslogtreecommitdiff
path: root/alot/commands/thread.py
Commit message (Expand)AuthorAge
...
* db/message: restructure message body handlingAnton Khirnov2020-04-18
* commands/thread: stop calling get_email() unnecessarilyAnton Khirnov2020-03-06
* commands/thread: avoid accessing the email directly in pipetoAnton Khirnov2020-03-06
* db/utils: move formataddr to helperAnton Khirnov2020-03-05
* db/utils: move clear_my_address/ensure_unique_address to their usage placeAnton Khirnov2020-03-05
* db/utils: move message body extraction code into db/messageAnton Khirnov2020-03-05
* db/utils: drop extract_headers()Anton Khirnov2020-03-04
* db/utils: drop decode_header()Anton Khirnov2020-03-04
* buffers/thread: add focusing on first/last message matching a propertyAnton Khirnov2020-03-02
* buffers/thread: make the widget split-windowAnton Khirnov2020-03-01
* db/message: drop a useless getter.Anton Khirnov2020-02-27
* thread buffer: make attachments work againAnton Khirnov2020-02-25
* commands/thread: replace isinstance() with hasattr()Anton Khirnov2020-02-19
* AttachmentWidget: drop a useless getterAnton Khirnov2020-02-19
* thread: drop the use of urwidtreesAnton Khirnov2020-02-19
* db: rewrite the API for representing message treesAnton Khirnov2020-02-06
* db: drop useless gettersAnton Khirnov2020-02-06
* buffers/thread: drop a useless getter functionAnton Khirnov2020-02-05
* Drop support for removing messages.Anton Khirnov2020-02-05
* buffers/thread: drop support for auto-read taggingAnton Khirnov2020-02-05
* thread: make the output of PipeCOmmand blockAnton Khirnov2020-01-29
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
* 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