summaryrefslogtreecommitdiff
path: root/alot
Commit message (Expand)AuthorAge
* db/utils: move message decryption code into db/messageAnton Khirnov2020-03-05
* db/utils: drop extract_headers()Anton Khirnov2020-03-04
* db/utils: drop decode_header()Anton Khirnov2020-03-04
* db/message: get the sender from the message file, not from notmuchAnton Khirnov2020-03-02
* db/message: do not delay loading the email fileAnton Khirnov2020-03-02
* buffers/thread: add focusing on first/last message matching a propertyAnton Khirnov2020-03-02
* buffers/thread: make the widget split-windowAnton Khirnov2020-03-01
* db/attachment: drop useless call to decode_header()Anton Khirnov2020-02-27
* db/message: drop a useless getter.Anton Khirnov2020-02-27
* thread buffer: make attachments work againAnton Khirnov2020-02-25
* commands/thread: replace isinstance() with hasattr()Anton Khirnov2020-02-19
* 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/message: forbid instantiating Message with thread = NoneAnton Khirnov2020-02-06
* db/manager: drop unused functionsAnton Khirnov2020-02-06
* db/message: drop unused functionsAnton Khirnov2020-02-06
* db/thread: drop useless getter functionsAnton Khirnov2020-02-06
* buffers/thread: drop a useless getter functionAnton Khirnov2020-02-05
* Drop support for removing messages.Anton Khirnov2020-02-05
* buffers/thread: drop support for auto-read taggingAnton Khirnov2020-02-05
* db/message: drop total orderingAnton Khirnov2020-02-03
* search: add thread_count info propertyAnton Khirnov2020-02-03
* alot: drop the total_messages info propertyAnton Khirnov2020-02-03
* widgets/thread: drop thread_focus_linewiseAnton Khirnov2020-02-03
* Let python decode the message transfer encoding.Anton Khirnov2020-02-03
* Add message subject to the message summary widget.Anton Khirnov2020-01-29
* thread: make the output of PipeCOmmand blockAnton Khirnov2020-01-29
* Revert "db/manager: Drop async method"Anton Khirnov2020-01-02
* envelope: add setting for custom Message-ID domainpacien2019-11-24
* envelope: do not add another Date header if one is already presentpacien2019-11-23
* envelope: fix header key:value parsing regressionpacien2019-11-23
* commands/envelope: keep editable headers orderpacien2019-11-23
* envelope: correctly handle folded headerspacien2019-11-23
* sanitize message text for displayPatrick Totzke2019-11-21
* Remove unicode escape codesLucas Hoffmann2019-11-06
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
* Fix crash when editor_cmdstring is empty.Pol Van Aubel2019-11-02
* Be more informative if editor exits with error.Pol Van Aubel2019-11-02
* fix display of HTML-only mailsMichael J Gruber2019-09-06
* directly import Completers from their resp modulePatrick Totzke2019-08-17
* cleanup: remove unused parameterPatrick Totzke2019-08-17
* make codeclimate happy(er)Patrick Totzke2019-08-17
* use formataddr helper in accounts completerPatrick Totzke2019-08-17
* refactor prompt completionPatrick Totzke2019-08-17