about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fix default bindings for quit and editDrew DeVault2019-05-141-1/+4
* Move ! bind to [messages]Drew DeVault2019-05-141-1/+1
* Add (non-functional) reply commands to bindingsDrew DeVault2019-05-141-2/+9
* Add ! to default keybindingsDrew DeVault2019-05-141-0/+1
* Implement move, mv commandsDrew DeVault2019-05-143-6/+65
* Force INBOX to be included in dirlistDrew DeVault2019-05-141-0/+11
* Implement :copy (aka :cp)Drew DeVault2019-05-147-3/+101
* Implement abort commandCole Helbling2019-05-141-0/+23
* Update tab name as subject changesDrew DeVault2019-05-145-10/+40
* Add $EDITOR, internal config for composeDrew DeVault2019-05-144-6/+30
* Add IRC link to README.mdDrew DeVault2019-05-141-0/+2
* Remove tab before going asyncDrew DeVault2019-05-141-1/+1
* Add distinct keybindings for each compose viewDrew DeVault2019-05-146-14/+51
* Send emails asyncronouslyDrew DeVault2019-05-141-47/+73
* Implement sending emails /o/Drew DeVault2019-05-144-24/+160
* Add :send-message, prepares & writes email to /tmpDrew DeVault2019-05-145-6/+121
* Remove leftover debug loggingDrew DeVault2019-05-131-3/+0
* Handle external message deletionsDrew DeVault2019-05-132-1/+7
* Handle incoming emails gracefullyDrew DeVault2019-05-135-9/+36
* Spec out review message screenDrew DeVault2019-05-132-9/+61
* Populate "From" header from config for new emailsDrew DeVault2019-05-135-14/+31
* Add outgoing account configurationDrew DeVault2019-05-122-5/+10
* Implement :{next,prev}-field in compose viewDrew DeVault2019-05-126-5/+70
* Expand compose focus handling a bitDrew DeVault2019-05-121-19/+30
* Add initial compose widgetDrew DeVault2019-05-127-3/+169
* Move aerc to dedicated mailing listDrew DeVault2019-05-111-1/+1
* "Press any key to close" for completed processesDrew DeVault2019-05-112-1/+10
* Refactor ctx stashing out of exlineDrew DeVault2019-05-112-8/+4
* Split ex line text handling into dedicated widgetDrew DeVault2019-05-114-107/+163
* lib/ui: fix UI.Exit race conditionSimon Ser2019-05-052-4/+15
* lib/ui: fix Grid race conditionSimon Ser2019-05-051-1/+20
* lib/msgstore: protect with a mutexSimon Ser2019-04-292-3/+40
* widgets/msglist: fix MessageList.store raceSimon Ser2019-04-291-23/+32
* worker/imap: use the IMAP connection from a single goroutineSimon Ser2019-04-293-86/+77
* Update go-imap to 1.0.0-beta.4Simon Ser2019-04-292-47/+29
* lib/ui: fix GridCell.invalid raceSimon Ser2019-04-291-5/+6
* lib/ui: introduce InvalidatableSimon Ser2019-04-2712-127/+82
* worker/types: fix Worker.Callbacks race conditionSimon Ser2019-04-272-21/+42
* widgets/spinner: fix Spinner.frame raceSimon Ser2019-04-271-12/+15
* go get git.sr.ht/~sircmpwn/go-libvtermElias Naur2019-04-212-1/+5
* Fix segfault on :select-message for unloaded messagesTom Lebreux2019-04-171-0/+3
* Re-render terminal on invalidateDrew DeVault2019-04-151-4/+13
* Fix segfault on :view-message for unloaded messageTom Lebreux2019-04-102-0/+10
* Lowercase MIME types while matching filtersGokberk Yaltirakli2019-04-071-1/+2
* Clear damage on each terminal.Draw callDrew DeVault2019-04-051-0/+2
* Fix wrong row due to typoTom Lebreux2019-04-051-1/+1
* Fix infinite loop on empty DirectoryContentsTom Lebreux2019-04-051-2/+4
* Show (no messages) for empty foldersDrew DeVault2019-04-041-0/+6
* Use better regex for identifying patchesDrew DeVault2019-03-311-1/+1
* Remove show-headers config optionDrew DeVault2019-03-311-6/+0