aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-02-29remove the dirInfoUpdateRequest functionalityReto Brunner
2020-02-28Don't show empty message while sortingJeffas
2020-02-25toLocal template functionsqwishy
2020-02-25lib/msgstore: debounce directoryUpdateRequestsReto Brunner
2020-02-19Revert "Only fetch the directory contents when we are switching directories"Reto Brunner
2020-02-16Request DirInfo whenever the unread count may have changedReto Brunner
2020-02-16Only fetch the directory contents when we are switching directoriesReto Brunner
2020-02-13lib: fix an out of bounds panic in the serverDaniel Martí
2020-01-09compose: don't call ti.tabcomplete when it is nilTimmy Douglas
2020-01-09template: add exec and wrapLeszek Cimała
2020-01-09template: remove last \n to fix additional new lines after quoteLeszek Cimała
2020-01-09add .OriginalMIMEType variable to reply templateLeszek Cimała
2020-01-09create OriginalMail structLeszek Cimała
2020-01-05FetchBodyParts: decode source in the workersReto Brunner
2020-01-05Don't select completions until tab has been pressedBen Burwell
2020-01-04Fix double >\n when quoting empty lineSrivathsan Murali
2019-12-27Add labels to index format (%g)Reto Brunner
2019-12-22fix invalid format stringReto Brunner
2019-12-21msglist: highlight marked messagesReto Brunner
2019-12-21msgstore: add marking functionalityReto Brunner
2019-12-21Show textinput completions in popoversBen Burwell
2019-12-21Add popoversBen Burwell
2019-12-12Break early when delete happens in outdated stateKiril Vladimiroff
2019-12-07Initialize an empty message map in the message store on initializationRafael Castillo
2019-11-25Fix crash if there is no to address for %FThorben Günther
2019-11-17Complete the F rune.Srivathsan Murali
2019-11-17Add UI options to save/pipe messages with unsupported mimetypesGreg Anders
2019-11-10Correct capitalization in quoted_replyDrew DeVault
2019-11-10Add some defaults for template optionsDrew DeVault
2019-11-10Add Templates with ParsingSrivathsan Murali
2019-10-14lib/msgstore: fix invalid callback invocationReto Brunner
2019-10-14Fix tab refocus on removeJeffas
2019-10-14Fix pushing invalid tabs to historyJeffas
2019-10-09Revert "Show spinner when fetching contents"Drew DeVault
2019-10-09Preserve sorting order in search resultsJeffas
2019-10-09Show spinner when fetching contentsJeffas
2019-09-29Print success to socket if no error was thrownHeiko Carrasco
2019-09-20Add sorting functionalityJeffas
2019-09-18Focus new tab after removeJeffas
2019-09-18Revert "Fix out-of-order messages by sorting as we display"Drew DeVault
2019-09-12Add modify-labels commandReto Brunner
2019-09-11Add display of unread messages in dirlistJeffas
2019-09-11Add MouseableJeffas
2019-09-04widgets: remove redundant key check, delete is no-op if key is emptyWagner Riffel
2019-08-29extract search criteria parsing into the backendsReto Brunner
2019-08-29Fix out-of-order messages by sorting as we displayStephen Brennan
2019-08-12Add delete forward <C-k> and backward <C-u>Christopher Vittal
2019-08-07Implement next-folder using NextPrev with amountJelle Besseling
2019-08-03Remove aerc specific code from the uiNicolai Dagestad
2019-07-29Fix test failuresDrew DeVault