summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* 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
* alot.rc.spec: add 'passed/flagged' to default property tagsAnton Khirnov2021-05-15
* commands/envelope: fix accessing the attachment filenameAnton Khirnov2021-05-15
* buffers/thread: do not access message widgets unnecessarilyAnton Khirnov2021-05-13
* buffers/thread: do not construct the message widgets until they are neededAnton Khirnov2021-05-13
* utils/cached_property: replace with the stdlib implementationAnton Khirnov2021-05-13
* db/message: stop loading the email in the constructorAnton Khirnov2021-05-13
* db/message: turn _email and body into cached propertiesAnton Khirnov2021-05-13
* db/message: remove get_email()Anton Khirnov2021-05-13
* 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
* settings/manager: handle future dates in _pretty_datetime()Anton Khirnov2021-05-10
* buffers/thread: cosmetics, vertical alignmentAnton Khirnov2021-04-01
* buffers/thread: sanitize thread subject in infoAnton Khirnov2021-04-01
* widgets/thread: disregard whitespace-only alternativesAnton Khirnov2021-03-18
* db/manager: optimize database modificationsAnton Khirnov2021-03-18
* commands/thread: use MimeTree properties instead of accessing email directlyAnton Khirnov2021-03-16
* settings/manager: remove newlines from headers during sanitizationAnton Khirnov2021-03-01
* 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
* Add common message text sanitization.Anton Khirnov2021-02-10
* Cosmetics, clean up importsAnton Khirnov2021-02-10