summaryrefslogtreecommitdiff
path: root/alot/commands
Commit message (Expand)AuthorAge
* commands/thread: use imported function directlyAnton Khirnov2021-11-20
* commands/thread:ForwardCommand: do not construct EmailMessage unnecessarilyAnton Khirnov2021-05-15
* commands/thread:ForwardCommand: use the message headers objectAnton Khirnov2021-05-15
* commands/thread: pass bytes to Attachment, not strAnton Khirnov2021-05-15
* commands/globals: remove special treatment for a missing signature fileAnton Khirnov2021-05-15
* commands/globals: invert a condition to reduce indent levelAnton Khirnov2021-05-15
* commands/envelope: fix accessing the attachment filenameAnton Khirnov2021-05-15
* commands/thread:ReplyCommand: stop calling get_email()Anton Khirnov2021-05-13
* commands/thread:ReplyCommand: use the message headers object in determine_sen...Anton Khirnov2021-05-13
* commands/thread:ReplyCommand: use the message headers object for building replyAnton Khirnov2021-05-13
* commands/thread:ReplyCommand: simplify list-reply logicAnton Khirnov2021-05-13
* commands/thread:ReplyCommand: factor out list-reply logicAnton Khirnov2021-05-13
* commands/thread:ReplyCommand: use the headers object for accessing List-IdAnton Khirnov2021-05-13
* commands/thread:ReplyCommand: factor out building reply subjectAnton Khirnov2021-05-13
* commands/thread: use the headers object for building reply subjectAnton Khirnov2021-05-13
* commands/thread: use MimeTree properties instead of accessing email directlyAnton Khirnov2021-03-16
* commands/search: fix sort order in RefineCommandAnton Khirnov2021-02-22
* commands/thread:ReplyCommand: drop unnecessary call to parseaddr()Anton Khirnov2021-02-10
* commands/thread:ReplyCommand: drop unnecessary instance variableAnton Khirnov2021-02-10
* commands/thread: stop calling get_email in ForwardCommandAnton Khirnov2021-02-10
* commands/thread: stop calling get_email in BounceCommandAnton Khirnov2021-02-10
* commands/thread: remove unused importAnton Khirnov2021-02-10
* Cosmetics, clean up importsAnton Khirnov2021-02-10
* commands/thread: refactor applying the tag commandAnton Khirnov2021-02-07
* commands/search: refactor applying the tag commandAnton Khirnov2021-02-07
* commands/thread: add --thread option to tagging commandsAnton Khirnov2021-02-04
* commands/thread: drop the select commandAnton Khirnov2021-02-03
* Fix access to Attachment filename.Anton Khirnov2021-02-01
* db: use symbolic constants for sort ordersAnton Khirnov2021-01-31
* 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