about summary refs log tree commit diff stats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* Add display of unread messages in dirlistJeffas2019-09-111-1/+98
* Fix segfault on deleteDevon Johnson2019-09-111-1/+5
* Add MouseableJeffas2019-09-118-23/+212
* widgets: gofmtWagner Riffel2019-09-041-2/+2
* widgets: rewrite references to os.SET_SEEK to io.SeekStartWagner Riffel2019-09-041-4/+4
* all: purge redundant underscoresWagner Riffel2019-09-042-3/+3
* Use sort.Stable for sorting displayed messagesa3v2019-09-021-1/+1
* Allow custom spinner via config filePaul Spooren2019-08-303-21/+12
* Fix out-of-order messages by sorting as we displayStephen Brennan2019-08-291-0/+31
* Add :prompt commandChristopher Vittal2019-08-262-6/+69
* Only compile regex portion of folder filterDaniel Xu2019-08-201-1/+1
* folder filter: only assume regex if filter is ~fmtDrew DeVault2019-08-201-4/+9
* Add forwarding as attachment featureJelle Besseling2019-08-201-0/+9
* Add addresses argument to forward commandJelle Besseling2019-08-201-0/+7
* Add support for <C-j> as '<Enter>' in ExLineChristopher Vittal2019-08-191-1/+1
* Support regex filters for foldersDaniel Xu2019-08-191-1/+11
* Revert "add close command at global level"Drew DeVault2019-08-131-8/+0
* add close command at global levelAditya Srivastava2019-08-131-0/+8
* Prevent drawing terminal with nil cmdDrew DeVault2019-08-121-1/+1
* Ignore scroll command when msgstore is nilJelle Besseling2019-08-121-0/+3
* Close backends prior to shutdownReto Brunner2019-08-081-0/+19
* Implement next-folder using NextPrev with amountJelle Besseling2019-08-071-3/+3
* Allow cc/bcc command to receive no argumentsDaniel Bridges2019-08-071-0/+17
* cc/bcc: Append to existing headers if called twiceKevin Kuehler2019-08-071-1/+6
* Fixing #231 (alternative preferred mimetypes)Ben Cohen2019-08-031-10/+10
* Add cc and bcc commandsDaniel Bridges2019-08-031-14/+44
* Fix sending attachments with less than 512 bytesBen Burwell2019-08-021-1/+1
* Include body MIME terminator in multipart messagesBen Burwell2019-08-021-23/+30
* msglist: add initialization stateReto Brunner2019-08-022-15/+33
* Ring bell when new messages arrive 0.2.0Ben Burwell2019-07-293-0/+20
* Add index option to change-tabJeffas2019-07-271-0/+10
* Add :detach commandGalen Abell2019-07-271-0/+20
* Fix review message not filling entire spaceGalen Abell2019-07-271-1/+1
* Add tab completion to textinputsJeffas2019-07-261-7/+1
* Add command history and cyclingGalen Abell2019-07-263-6/+32
* Support configurable header layout in compose widgetDaniel Bridges2019-07-264-152/+191
* Move msgstore map to dirstoreJeffas2019-07-262-25/+35
* Add new-email triggerJeffas2019-07-263-5/+19
* Show the directory being selected in grayJeffas2019-07-251-0/+3
* Add change tab commandJeffas2019-07-231-0/+22
* Fix alternatives configDrew DeVault2019-07-191-2/+5
* Add [a]ttach to the review message promptsDrew DeVault2019-07-191-1/+1
* Add Unix socket for communicating with aercDrew DeVault2019-07-192-0/+47
* Implement :filter, :clearKevin Kuehler2019-07-192-14/+17
* Add :attach command for composeGalen Abell2019-07-191-17/+129
* Add option to always show mimetype in viewerJeffas2019-07-171-4/+6
* Remove passing of showHeaders explicitlyJeffas2019-07-171-12/+12
* Ensure new partswitcher doesn't start on multipartJeffas2019-07-171-0/+2
* Display user specified headers in viewer if presentDaniel Bridges2019-07-171-40/+61
* Show currently pressed keys in statuslineJeffas2019-07-172-1/+17