about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure we aren't selecting negative directoriesAndreas Rammhold2020-02-071-0/+6
* worker/lib/parse: be more tolerant with parsing email addressesTimmy Douglas2020-02-061-1/+1
* Add link to scdocNoah Kleiner2020-02-021-1/+1
* dirlist: adapt to dynamic UIconfigReto Brunner2020-01-282-11/+21
* dirlist: remove not needed sort functionReto Brunner2020-01-281-2/+1
* config: Strongly type context typeReto Brunner2020-01-243-7/+10
* imap: emit messageinfo when changing read state.Reto Brunner2020-01-241-2/+17
* Contextual UI ConfigurationSrivathsan Murali2020-01-247-20/+170
* Fix handling of multiple template-dirsBen Burwell2020-01-242-4/+6
* msgview/open: remove manual decodingReto Brunner2020-01-201-11/+0
* msgview/save: Adapt to already decoded readerReto Brunner2020-01-202-74/+134
* Display the mimetype when offering to pipe or saveLuke Drummond2020-01-201-1/+3
* worker/imap: don't decode in FetchFullMessage.Reto Brunner2020-01-181-27/+2
* Switch back to upstream pty libraryBen Fiedler2020-01-163-4/+4
* Correct spellingReto Brunner2020-01-161-1/+1
* Add docs for reply -TBen Burwell2020-01-111-1/+3
* Strip trailing newline from address book entries without namesBen Burwell2020-01-091-9/+11
* compose: don't call ti.tabcomplete when it is nilTimmy Douglas2020-01-091-0/+4
* template: man cosmetic changesLeszek Cimała2020-01-091-1/+2
* template: add exec and wrapLeszek Cimała2020-01-092-4/+40