summaryrefslogtreecommitdiffstats
path: root/test5.hs
Commit message (Expand)AuthorAgeFilesLines
* config: add tvKierán Meinhardt2020-09-221-740/+0
* Action: initKierán Meinhardt2020-09-221-171/+1
* test5: move State to separate moduletv2019-05-141-13/+1
* use blessings 2v1.2.0tv2019-01-251-3/+4
* remove redundant import Data.Monoidtv2019-01-251-1/+0
* test5 initState: limit search to 100tv2017-04-301-1/+5
* Notmuch.search: support passing additional argstv2017-04-301-1/+1
* drop Control.{Applicative,Monoid}tv2017-04-301-1/+0
* test5: viewSource/editTagsAtCursor w/o handlerstv2017-04-301-6/+25
* test5: s/shutdown/EShutdown/gtv2016-02-271-19/+17
* Screen: inittv2016-02-271-32/+11
* Use external Blessings and Scanner librariestv2015-10-171-17/+16
* bump compatibility to nixos-15.06pre64030.e1af50ctv2015-06-261-3/+3
* test5: push utilities downtv2015-03-081-129/+136
* test5: ditch runEditor'tv2015-03-081-36/+43
* test5: use ExceptT for editTagsAtCursortv2015-03-081-78/+80
* test5: viewSource with PAGERtv2015-03-081-32/+28
* test5: use ExceptT for replyToAlltv2015-03-081-49/+48
* test5 attachFilesToDraft: use ExcepTtv2015-03-081-36/+134
* test5: replace Date header with State.nowtv2015-03-081-15/+13
* add random commentstv2015-03-051-0/+2
* test5: wrap lines with '='tv2015-03-051-0/+34
* test5: allow attaching files (creates new message)tv2015-03-051-1/+75
* test5: add prompttv2015-03-051-0/+23
* test5: add date headertv2015-03-011-3/+25
* much --query=<search-term>tv2015-02-201-7/+24
* toggleTagAtCursor: sync modificationtv2015-01-311-4/+7
* Notmuch: replace {un,}setTag by notmuchTagtv2015-01-311-10/+20
* Notmuch: "id:" and "thread:" are part of IDtv2015-01-311-4/+4
* <F2> prints Maybe FilePath (of a message)tv2015-01-111-0/+9
* notmuch insert reply draftstv2015-01-111-1/+25
* change search term with <M-q>tv2015-01-071-0/+29
* toggleFold: use {load,unload}SubForesttv2015-01-071-27/+13
* add treeViewIdtv2015-01-071-0/+3
* add missing top-level declarationstv2015-01-041-0/+2
* renderTreeView: renderPrefixtv2015-01-041-1/+1
* condense withTempFile' and runEditortv2015-01-031-41/+38
* TreeViewRaw -> RenderTreeViewtv2015-01-031-1/+1
* moveCursorToUnread: use hasTag instead of isUnreadtv2014-12-311-4/+4
* {S-,}-\t moves to {prev,next} unread {M,SR}tv2014-12-311-12/+14
* \t moves cursor to next unread messagetv2014-12-311-0/+38
* "*" toggles "star" tagtv2014-12-311-0/+1
* "&" toggles "killed" tagtv2014-12-311-0/+1
* "s" toggles "unread" tag and "a" toggles "inbox"tv2014-12-311-14/+21
* reset terminal after running editor, againtv2014-12-301-27/+29
* toggle folds with mouse 2tv2014-12-301-6/+7
* move default action into catch-all case of *maptv2014-12-301-37/+31
* move now into Statetv2014-12-301-4/+6
* add VT200 mouse supporttv2014-12-301-15/+57
* rewrite Scanner to use Eventtv2014-12-301-2/+2