summaryrefslogtreecommitdiff
path: root/alot
Commit message (Expand)AuthorAge
* defaults: default honor_followup_to to TrueAnton Khirnov2021-11-24
* mail/reply: rewrite recipient selectionAnton Khirnov2021-11-24
* Drop some unused imports.Anton Khirnov2021-11-24
* mail: add a custom email policyAnton Khirnov2021-11-24
* mail/headers: fix header nameAnton Khirnov2021-11-24
* commands/thread: move determining reply recipients to mail/replyAnton Khirnov2021-11-24
* helper/split_commandline: drop unused function parametersAnton Khirnov2021-11-22
* commands/thread: split some reply handling code to a separate moduleAnton Khirnov2021-11-22
* mail/envelope: replace string literals with named constantsAnton Khirnov2021-11-22
* mail/envelope: set headers for sending as strings, not listsAnton Khirnov2021-11-22
* commands/thread: auto-page copiousoutput mailcap handlersAnton Khirnov2021-11-20
* utils/mailcap: fix filename handlingAnton 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
* defaults: default followup_to to TrueAnton 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
* mail/headers: use the canonical Capitalized spellingAnton Khirnov2021-11-20
* commands/thread: use named constants instead of string literalsAnton Khirnov2021-11-20
* mail/envelope:_EnvelopeHeaders: make del delete all the entriesAnton 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
* envelope: drop unused codeAnton Khirnov2021-11-20
* commands/thread: use imported function directlyAnton Khirnov2021-11-20
* db/message: work around python bug 39100Anton Khirnov2021-11-20
* mail/envelope: fix setting attachment paramsAnton Khirnov2021-06-21
* buffers/thread: drop unused importAnton Khirnov2021-06-18
* db/message: do not assume all messages have a 'from' headerAnton Khirnov2021-06-07
* widgets/thread: remove an unnecessary container widgetAnton Khirnov2021-05-18
* widgets/thread: improve thread node decoration renderingAnton Khirnov2021-05-18
* default.bindings: add a default binding for thread 'move toggle'Anton Khirnov2021-05-17
* buffers/thread: prevent cursor movements from switching sub-window focusAnton Khirnov2021-05-17
* mail/attachment: add 'B' suffix to under-kB sizesAnton Khirnov2021-05-15
* mail/envelope: use params when constructing attachmentsAnton Khirnov2021-05-15
* db/message: make sure attachment data is always a byte sequenceAnton Khirnov2021-05-15
* mail/envelope: only accept valid UTF-8 for text attachmentsAnton Khirnov2021-05-15
* mail/attachment: do not assume a non-trivial filenameAnton Khirnov2021-05-15
* 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
* mail/envelope: drop a workaround for very old libmagic versionsAnton 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
* mail/envelope: add missing importAnton Khirnov2021-05-15
* db/message: apply _fixup_charset() to attachments as wellAnton Khirnov2021-05-15
* db/message: override missing content-type charset to utf-8Anton Khirnov2021-05-15