about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Add pinned tabsJeffas2020-03-096-6/+119
* Correct the khard example so that it works with aercPeter Lamby2020-03-091-1/+1
* Mark sent messages as "seen" in maildirGalen Abell2020-03-091-1/+0
* Count recent messages in maildir exists total tooJeffas2020-03-091-1/+1
* Ignore missing message part in getDecodedPartAmir Yalon2020-03-091-1/+1
* Refactoring: remove store from PartInfoDrew DeVault2020-03-095-5/+6
* go.sum: re-add notmuchReto Brunner2020-03-051-0/+1
* Reduce size of the password prompt UIDrew DeVault2020-03-031-2/+2
* Yet another revision to PGP UIDrew DeVault2020-03-031-4/+4
* Simplify PGP messagingDrew DeVault2020-03-031-20/+11
* compose: add space between headers and editorDrew DeVault2020-03-031-3/+5
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-0317-82/+523
* Update dependenciesSimon Ser2020-03-033-74/+66
* worker/imap: rely on go-imap for charset handlingSimon Ser2020-03-031-31/+13
* Mark sent messages as "seen" in maildirGalen Abell2020-03-0310-21/+65
* Add move-tab commandJeffas2020-03-034-0/+108
* Document smtp-starttlsPeter Lamby2020-03-021-0/+4
* notmuch: emit dirinfo upon label changeReto Brunner2020-03-011-0/+3
* remove the dirInfoUpdateRequest functionalityReto Brunner2020-02-293-24/+0
* notmuch: align dirInfo logic to the maildir workerReto Brunner2020-02-291-10/+13
* msg/delete: remove redundant err checkReto Brunner2020-02-291-3/+0
* Only show spinner while sorting if no uidsJeffas2020-02-281-7/+7
* Don't show empty message while sortingJeffas2020-02-282-4/+14
* Set the store on the message list if it is nilJeffas2020-02-281-0/+3
* Cleanup sorting logicJeffas2020-02-281-155/+55
* Don't set the store on an update to itJeffas2020-02-281-4/+0
* Update DirectoryInfo handling for maildirJeffas2020-02-281-6/+50
* Make search more lenientJeffas2020-02-261-1/+2
* Add missing notmuch build tagsJeffas2020-02-262-0/+4
* note in aerc-templates.7.scd for toLocal functionsqwishy2020-02-251-0/+7
* Ensure new directory exists before unwatching oldGalen Abell2020-02-251-5/+6
* toLocal template functionsqwishy2020-02-252-1/+6
* lib/msgstore: debounce directoryUpdateRequestsReto Brunner2020-02-252-3/+19
* widgets/dirlist: Fix total message countReto Brunner2020-02-251-4/+6
* Fix crash on mouse scrolling between message partsAmir Yalon2020-02-251-2/+2
* Fix crash on mouse scrolling before messages loadWiktor Kwapisiewicz2020-02-221-2/+6
* fix missing importReto Brunner2020-02-191-0/+1
* Revert "Only fetch the directory contents when we are switching directories"Reto Brunner2020-02-193-6/+9
* msg/reply: simplify string comparisonReto Brunner2020-02-191-1/+1
* msg/reply: fix address comparisonReto Brunner2020-02-161-1/+1
* notmuch: refresh dirlist in backgroundReto Brunner2020-02-163-1/+27
* notmuch: add internal event loopReto Brunner2020-02-163-12/+38
* notmuch: emit DirInfo upon requestReto Brunner2020-02-161-12/+44
* Request DirInfo whenever the unread count may have changedReto Brunner2020-02-162-0/+16
* dirlist: actually honor the DirInfoReto Brunner2020-02-162-25/+39
* Only fetch the directory contents when we are switching directoriesReto Brunner2020-02-163-9/+18
* imap: fix double closing idleStopReto Brunner2020-02-161-2/+4
* notmuch: avoid stale DBsReto Brunner2020-02-161-99/+133
* lib: fix an out of bounds panic in the serverDaniel Martí2020-02-131-1/+2
* Fix typo in message view sectionErazem Kokot2020-02-121-1/+1