summaryrefslogtreecommitdiff
path: root/alot/widgets
Commit message (Expand)AuthorAge
* widgets/thread: color git-send-email patches with pygmentsAnton Khirnov2021-01-16
* widgets/thread: skip zero-length alternativesAnton Khirnov2021-01-13
* widgets/thread: treat multipart/alternative with one subpart as mixedAnton Khirnov2021-01-13
* thread: allow switching between multipart/alternative partsAnton 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
* widgets/thread: drop obsolete commentAnton Khirnov2020-10-20
* widgets/thread: simplify MessageSummaryWidgetAnton Khirnov2020-10-20
* widgets/thread: simplify codeAnton Khirnov2020-10-20
* widgets/thread: add heuristics for broken quote levelsAnton Khirnov2020-05-24
* widgets/thread: factor out quote parsingAnton Khirnov2020-05-12
* widgets/thread: refactor/simplify message summary widgetAnton Khirnov2020-05-07
* widgets/thread: fix message summary with no subjectAnton Khirnov2020-05-07
* widgets/thread: merge _reassemble into display_source handlingAnton Khirnov2020-05-05
* thread: add basic support for folding long quoted blocksAnton Khirnov2020-05-05
* widgets/thread: turn the body into a tree of _MIMEPartWidget subclassesAnton Khirnov2020-05-05
* widgets/thread: configurable theming for cryptoAnton Khirnov2020-04-19
* db/message: restructure message body handlingAnton Khirnov2020-04-18
* widgets/search: remove support for the 'content' fieldAnton Khirnov2020-04-13
* widgets/thread: improve rendering message sourceAnton Khirnov2020-03-06
* widgets/thread: use the headers object to access message headersAnton Khirnov2020-03-06
* db/utils: move message decryption code into db/messageAnton Khirnov2020-03-05
* db/utils: drop decode_header()Anton Khirnov2020-03-04
* buffers/thread: make the widget split-windowAnton Khirnov2020-03-01
* thread buffer: make attachments work againAnton Khirnov2020-02-25
* AttachmentWidget: drop a useless getterAnton Khirnov2020-02-19
* widgets/thread: add theming for quote lines in message bodyAnton Khirnov2020-02-19
* thread: re-enable displaying message sourceAnton Khirnov2020-02-19
* thread: implement tree decorationsAnton Khirnov2020-02-19
* thread: drop the use of urwidtreesAnton Khirnov2020-02-19
* db: rewrite the API for representing message treesAnton Khirnov2020-02-06
* db: drop useless gettersAnton Khirnov2020-02-06
* db/message: drop a useless getterAnton Khirnov2020-02-06
* db/thread: drop useless getter functionsAnton Khirnov2020-02-06
* widgets/thread: drop thread_focus_linewiseAnton Khirnov2020-02-03
* Add message subject to the message summary widget.Anton Khirnov2020-01-29
* sanitize message text for displayPatrick Totzke2019-11-21
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
* retire Message.accumulate_bodyPatrick Totzke2019-08-15
* rename Message.get_text_content() to get_body_text()Patrick Totzke2019-08-15
* pep8 fixes in alot/widgetsPatrick Totzke2019-08-11
* explicit expand method in MessageTreesPatrick Totzke2019-06-03
* Only create MessageSummary initiallyPatrick Totzke2019-06-02
* Fix double width characters in search viewCaio Prado2019-05-14
* don't include quoted lines in msg content summaryPatrick Totzke2018-11-08
* Merge pull request #1256 from pazz/namedqueriesDylan Baker2018-07-24
|\
| * add text widget used in namedqueries buffersPatrick Totzke2018-07-24
* | deal with cases where part widget can be NonePatrick Totzke2018-07-24