about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* template: remove last \n to fix additional new lines after quoteLeszek Cimała2020-01-091-0/+2
* add .OriginalMIMEType variable to reply templateLeszek Cimała2020-01-094-18/+39
* remove Original* checkLeszek Cimała2020-01-091-2/+1
* create OriginalMail structLeszek Cimała2020-01-098-24/+44
* maildir/notmuch: don't re-encode readersReto Brunner2020-01-051-37/+4
* imap: decode reader prior to returning themReto Brunner2020-01-051-10/+90
* FetchBodyParts: decode source in the workersReto Brunner2020-01-058-117/+29
* models: add BodyStructure.PartAtIndexReto Brunner2020-01-051-0/+33
* msgviewer: decode headers prior to displaying themReto Brunner2020-01-051-1/+7
* msgviewer: bypass filter for headersReto Brunner2020-01-051-3/+6
* msgviewer: do not anchor ansi escape to start of lineReto Brunner2020-01-051-1/+1