about summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "Implement style configuration."Reto Brunner2020-07-305-48/+60
* Implement style configuration.Kalyan Sriram2020-07-305-60/+48
* Remove hard coded bodystruct path everywhereReto Brunner2020-07-271-0/+38
* run go fmtReto Brunner2020-07-171-2/+2
* Remove deleted messages from search/filter resultsAndrew Jeffery2020-07-101-0/+9
* Add additional flagging functionalityARaspiK2020-07-082-5/+6
* Allow open to be asynchronousAndrew Jeffery2020-07-082-4/+26
* Fix a nil Envelope when getting the formatAndrew Jeffery2020-07-031-0/+48
* Fix dates in reply/forward commands.Reto Brunner2020-06-261-3/+2
* Make grid sizes dynamicJeffas2020-06-091-10/+16
* Revert "Add Style configuration"Drew DeVault2020-05-285-48/+60
* Add Style configurationReto Brunner2020-05-275-60/+48
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-251-0/+9
* pgp: fail gracefully from email decryptionRay Ganardi2020-05-251-7/+11
* FetchBodyPart doesn't need the parent body structureReto Brunner2020-05-172-7/+4
* imap: Remove FetchMessageBodyPart.{Encoding,Charset}Reto Brunner2020-05-161-13/+2
* templates: add version funcReto Brunner2020-05-061-0/+8
* lib/messageview: mark messages as readReto Brunner2020-05-061-0/+1
* libui: don't require beeper for main contentDrew DeVault2020-05-051-2/+4
* Fix array out of bounds errorburrowing-owl2020-05-051-1/+1
* store.FetchFull: Change callback type to expose entire messageBen Fiedler2020-05-012-6/+8
* Remove ability to specify headers in the editorReto Brunner2020-04-241-4/+5
* 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