summaryrefslogtreecommitdiff
path: root/alot/commands
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
* db/envelope: switch to the "new" (EmailMessage) python APIAnton Khirnov2021-01-30
* SendCommand: stop using an instance attribute unnecessarilyAnton Khirnov2021-01-29
* SendCommand: remove unnecessary instance attributeAnton Khirnov2021-01-29
* commands/envelope: remove unused SendCommand parametersAnton Khirnov2021-01-29
* ComposeCommand: read template/signature as textAnton Khirnov2021-01-26
* addressbook/external: stop using call_cmd()Anton Khirnov2021-01-26
* account: stop using call_cmd_async() to run sendmailAnton Khirnov2021-01-26
* Rewrite mailcap handling.Anton Khirnov2021-01-26
* Use super() where applicable.Anton Khirnov2021-01-21
* commands/search: remove unused variableAnton Khirnov2021-01-20
* commands/search: remove unused codeAnton Khirnov2021-01-20
* db: make write operations asyncAnton Khirnov2021-01-20
* helper: get rid of decode_string()Anton Khirnov2021-01-16
* helper: rewrite mailto_to_envelope/parse_mailto to Envelope.from_mailtoAnton Khirnov2021-01-16
* thread: allow switching between multipart/alternative partsAnton Khirnov2021-01-13
* buffers/thread: more sophisticated heuristics for default weightsAnton Khirnov2021-01-09
* 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
* More missed list->set conversions for tagsAnton Khirnov2020-07-01
* Allow designating certain tags as "property" tags.Anton Khirnov2020-05-24
* Consistently use set/frozenset for tags.Anton Khirnov2020-05-24
* taglist: drop the useless filtfun parameterAnton Khirnov2020-05-24
* ExitCommand: do not flush the db if it is opened read-only.Anton Khirnov2020-05-09
* db/manager: drop support for adding/removing queriesAnton Khirnov2020-05-08
* thread: add basic support for folding long quoted blocksAnton Khirnov2020-05-05
* buffer: drop the ui parameter when not neededAnton Khirnov2020-04-25
* 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
* ui: rewrite notification/status bar handlingAnton Khirnov2020-04-23
* buffers/search: with walker.pyAnton Khirnov2020-04-19
* 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