about summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix: Close unused MessageView when swapping viewRay Ganardi2020-04-201-0/+5
* Add pinned tabsJeffas2020-03-091-5/+62
* Initial support for PGP decryption & signaturesDrew DeVault2020-03-034-0/+217
* Add move-tab commandJeffas2020-03-031-0/+41
* remove the dirInfoUpdateRequest functionalityReto Brunner2020-02-291-15/+0
* Don't show empty message while sortingJeffas2020-02-281-4/+8
* toLocal template functionsqwishy2020-02-251-0/+5
* lib/msgstore: debounce directoryUpdateRequestsReto Brunner2020-02-251-3/+17
* Revert "Only fetch the directory contents when we are switching directories"Reto Brunner2020-02-191-0/+8
* Request DirInfo whenever the unread count may have changedReto Brunner2020-02-161-0/+9
* Only fetch the directory contents when we are switching directoriesReto Brunner2020-02-161-8/+0
* lib: fix an out of bounds panic in the serverDaniel Martí2020-02-131-1/+2
* compose: don't call ti.tabcomplete when it is nilTimmy Douglas2020-01-091-0/+4
* template: add exec and wrapLeszek Cimała2020-01-091-0/+23
* 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-091-15/+18
* create OriginalMail structLeszek Cimała2020-01-091-12/+16
* FetchBodyParts: decode source in the workersReto Brunner2020-01-051-3/+14
* Don't select completions until tab has been pressedBen Burwell2020-01-051-6/+8
* Fix double >\n when quoting empty lineSrivathsan Murali2020-01-041-0/+1
* Add labels to index format (%g)Reto Brunner2019-12-272-0/+5
* fix invalid format stringReto Brunner2019-12-221-1/+1
* msglist: highlight marked messagesReto Brunner2019-12-211-2/+7
* msgstore: add marking functionalityReto Brunner2019-12-211-4/+127
* Show textinput completions in popoversBen Burwell2019-12-211-50/+223
* Add popoversBen Burwell2019-12-213-9/+102
* Break early when delete happens in outdated stateKiril Vladimiroff2019-12-121-0/+5
* Initialize an empty message map in the message store on initializationRafael Castillo2019-12-071-2/+3
* Fix crash if there is no to address for %FThorben Günther2019-11-251-1/+1
* Complete the F rune.Srivathsan Murali2019-11-171-3/+20
* Add UI options to save/pipe messages with unsupported mimetypesGreg Anders2019-11-171-1/+2
* Correct capitalization in quoted_replyDrew DeVault2019-11-101-12/+32
* Add some defaults for template optionsDrew DeVault2019-11-101-2/+2
* Add Templates with ParsingSrivathsan Murali2019-11-101-0/+160
* lib/msgstore: fix invalid callback invocationReto Brunner2019-10-141-1/+1
* Fix tab refocus on removeJeffas2019-10-141-8/+14
* Fix pushing invalid tabs to historyJeffas2019-10-141-1/+4
* Revert "Show spinner when fetching contents"Drew DeVault2019-10-091-6/+3
* Preserve sorting order in search resultsJeffas2019-10-092-0/+18
* Show spinner when fetching contentsJeffas2019-10-091-3/+6
* Print success to socket if no error was thrownHeiko Carrasco2019-09-291-1/+5
* Add sorting functionalityJeffas2019-09-202-1/+72
* Focus new tab after removeJeffas2019-09-181-0/+4
* Revert "Fix out-of-order messages by sorting as we display"Drew DeVault2019-09-181-1/+1
* Add modify-labels commandReto Brunner2019-09-121-0/+9
* Add display of unread messages in dirlistJeffas2019-09-111-0/+8
* Add MouseableJeffas2019-09-116-24/+164
* widgets: remove redundant key check, delete is no-op if key is emptyWagner Riffel2019-09-041-6/+2
* extract search criteria parsing into the backendsReto Brunner2019-08-291-4/+2
* Fix out-of-order messages by sorting as we displayStephen Brennan2019-08-291-1/+1