summaryrefslogtreecommitdiff
path: root/alot/commands
Commit message (Expand)AuthorAge
* commands/globals:BufferCloseCommand: drop unused redraw paramAnton Khirnov2022-05-11
* commands/globals:ExternalCommand: actually use thread param from touchhookAnton Khirnov2022-05-08
* commands/globals:ExternalCommand: do not shell-quote cmd for the shellAnton Khirnov2022-05-08
* commands/thread: fix action nameAnton Khirnov2022-02-05
* commands/search: allow reversing search resultsAnton Khirnov2021-11-29
* mail/reply: rewrite recipient selectionAnton Khirnov2021-11-24
* Drop some unused imports.Anton Khirnov2021-11-24
* commands/thread: move determining reply recipients to mail/replyAnton Khirnov2021-11-24
* commands/thread: split some reply handling code to a separate moduleAnton Khirnov2021-11-22
* commands/thread: auto-page copiousoutput mailcap handlersAnton Khirnov2021-11-20
* commands/thread: construct the reply body in its own functionAnton Khirnov2021-11-20
* commands/thread: refactor selecting reply recipientsAnton Khirnov2021-11-20
* commands/thread: refactor adding mail-followup-to headerAnton Khirnov2021-11-20
* commands/thread: refactor setting reply referencesAnton Khirnov2021-11-20
* commands/thread: do not construct the Envelope until right before composeAnton Khirnov2021-11-20
* commands/thread: drop useless deleteAnton Khirnov2021-11-20
* commands/thread: replace one more header with named constantAnton Khirnov2021-11-20
* commands/thread: fix action name for forwarding emailAnton Khirnov2021-11-20
* commands/thread: use named constants instead of string literalsAnton Khirnov2021-11-20
* commands/envelope: refactor deriving headers to be editedAnton Khirnov2021-11-20
* mail/envelope: add a special class for headersAnton Khirnov2021-11-20
* 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