summaryrefslogtreecommitdiff
path: root/alot/commands/thread.py
Commit message (Expand)AuthorAge
* db/attachment: move to mail/Anton Khirnov2021-01-30
* db/attachment: simplify the Attachment classAnton Khirnov2021-01-30
* db/envelope: move to a new module "mail"Anton Khirnov2021-01-30
* Rewrite mailcap handling.Anton Khirnov2021-01-26
* Use super() where applicable.Anton Khirnov2021-01-21
* db: make write operations asyncAnton Khirnov2021-01-20
* thread: allow switching between multipart/alternative partsAnton Khirnov2021-01-13
* buffers/thread: allow changing weights of the tree/message splitAnton Khirnov2020-12-30
* commands/thread: filter out content-transfer-encoding when piping decodedAnton Khirnov2020-10-21
* commands/thread: use super()Anton Khirnov2020-10-21
* Consistently use set/frozenset for tags.Anton Khirnov2020-05-24
* thread: add basic support for folding long quoted blocksAnton Khirnov2020-05-05
* commands/thread: stop using message widgets without reasonAnton Khirnov2020-04-25
* commands/thread: add a command for toggling focus between tree/msgAnton Khirnov2020-04-25
* 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