summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* helper: move pretty_datetime to the only place where it is usedAnton Khirnov2021-01-16
* widgets/thread: color git-send-email patches with pygmentsAnton Khirnov2021-01-16
* Add code for parsing ANSI escape codes into Urwid AttrSpec.Anton Khirnov2021-01-16
* db/message: export headers per-MIME partAnton Khirnov2021-01-15
* widgets/thread: skip zero-length alternativesAnton Khirnov2021-01-13
* widgets/thread: treat multipart/alternative with one subpart as mixedAnton Khirnov2021-01-13
* db/message: passthrough text parts if there is no handlerAnton Khirnov2021-01-13
* thread: allow switching between multipart/alternative partsAnton Khirnov2021-01-13
* defaults.bindings: change default key for 'refresh' to '='Anton Khirnov2021-01-13
* widgets/thread: fix displaying empty text partsAnton Khirnov2021-01-13
* widgets/thread: sanitize behaviour when crypto part has no contentAnton Khirnov2021-01-13
* widgets/thread: rename _AltMixedPart->_MultiMixedWidgetAnton Khirnov2021-01-13
* widgets/thread: refactor message body foldingAnton Khirnov2021-01-11
* db/manager: Drop async methodDylan Baker2021-01-10
* 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
* buffers/thread: use LineBox frames to wrap the two main partsAnton Khirnov2020-10-21
* commands/thread: use super()Anton Khirnov2020-10-21
* __main__: print the source location in the log formatAnton Khirnov2020-10-21
* widgets/thread: drop obsolete commentAnton Khirnov2020-10-20
* widgets/thread: simplify MessageSummaryWidgetAnton Khirnov2020-10-20
* widgets/thread: simplify codeAnton Khirnov2020-10-20
* 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
* widgets/thread: add heuristics for broken quote levelsAnton Khirnov2020-05-24
* widgets/thread: factor out quote parsingAnton Khirnov2020-05-12
* buffers/search: do not lose exceptions while constructing list widgetsAnton Khirnov2020-05-09
* ExitCommand: do not flush the db if it is opened read-only.Anton Khirnov2020-05-09
* Switch to the notmuch2 bindings.Anton Khirnov2020-05-09
* db/manager: change add_message signatureAnton Khirnov2020-05-08
* db/manager: drop support for adding/removing queriesAnton Khirnov2020-05-08
* db/manager: get rid of an unnecessary indentation levelAnton Khirnov2020-05-07
* widgets/thread: refactor/simplify message summary widgetAnton Khirnov2020-05-07
* widgets/thread: fix message summary with no subjectAnton Khirnov2020-05-07
* helper: move string_sanitize() to the only place where it is usedAnton Khirnov2020-05-05
* db/message: drop unused importsAnton Khirnov2020-05-05
* widgets/thread: merge _reassemble into display_source handlingAnton Khirnov2020-05-05
* thread: add basic support for folding long quoted blocksAnton Khirnov2020-05-05
* buffers/thread: fix focus_next/prev_siblingAnton Khirnov2020-05-05
* db/thread: fix documentationAnton Khirnov2020-05-05
* widgets/thread: turn the body into a tree of _MIMEPartWidget subclassesAnton Khirnov2020-05-05
* buffer: drop the ui parameter when not neededAnton Khirnov2020-04-25
* ui: remove forgotten development logAnton 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
* buffers/thread: only return selected attachments when the message is in focusAnton Khirnov2020-04-25
* ui: rewrite notification/status bar handlingAnton Khirnov2020-04-23