about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fix :copy arg handlingDrew DeVault2019-06-091-3/+3
* Fix :move command's arg parsingDrew DeVault2019-06-091-3/+3
* Override $ex in compose viewYash Srivastav2019-06-091-0/+1
* Update reply to use getopt posix optind formatClayton Craft2019-06-093-3/+5
* aerc(1): add :read and :unread command to docsDrew DeVault2019-06-091-20/+31
* Add :read and :unread commandsDrew DeVault2019-06-095-0/+78
* Update our message flags when server updates themDrew DeVault2019-06-093-5/+35
* commands/msg/copy: remove unnecessary codeDrew DeVault2019-06-091-4/+0
* Select user's preferred mimetype in MessageViewerClayton Craft2019-06-091-2/+13
* Add archive commandRobert Günzler2019-06-0912-8/+168
* Mark sent emails as readYash Srivastav2019-06-081-1/+2
* msglist: use distinct style for unread emailsYash Srivastav2019-06-082-5/+20
* Fetch headers w/peek to leave emails unreadYash Srivastav2019-06-081-0/+1
* Fix hldiff regex for short statsDrew DeVault2019-06-072-1/+3
* Use #!/usr/bin/env -S awk -f for awk scriptsDrew DeVault2019-06-072-2/+2
* Truncate long subject linesDrew DeVault2019-06-071-1/+5
* Message list: implement index-format optionYash Srivastav2019-06-078-55/+294
* plaintext filter: Match against start of lineDrew DeVault2019-06-071-1/+1
* Update filter names in MakefileDrew DeVault2019-06-071-2/+2
* Update docs per filters rewriteDrew DeVault2019-06-073-19/+7
* Rewrite Python filters in awkDrew DeVault2019-06-075-59/+54
* Move ANSI stripping from filters to GoDrew DeVault2019-06-073-8/+20
* Add image/* filter, commented out by defaultDrew DeVault2019-06-071-0/+1
* Disable HTML filter by defaultDrew DeVault2019-06-071-1/+1
* Remove unnecessary branchDrew DeVault2019-06-071-3/+0
* Ignore encoding errors in filtersDrew DeVault2019-06-072-0/+2
* Execute the editor with the shellDrew DeVault2019-06-071-1/+1
* Add binding to toggle headersDrew DeVault2019-06-072-1/+2
* implements ability to view headers in message viewYash Srivastav2019-06-076-54/+146
* Skip rendering dirlist if sidebar width is 0Lucas F. Souza2019-06-071-1/+3
* Use SetAddressList for From headerDrew DeVault2019-06-051-2/+10
* config: sort account foldersChris Kinniburgh2019-06-051-1/+4
* Introduce :new-account -tJanUlrich2019-06-052-16/+32
* Mention aerc-tutorial(7) in aerc(1)ngenisis2019-06-051-2/+3
* Allow no arguments to :cdTadeo Kondrak2019-06-051-3/+5
* Added config file to Make clean 0.1.1Jonas Kalderstam2019-06-041-1/+1
* Update dependenciesSimon Ser2019-06-042-46/+30
* Clarify socksify dependencyDrew DeVault2019-06-041-1/+1
* Update README.md with better dependency listDrew DeVault2019-06-041-1/+9
* add missing column in tableStephen Gregoratto2019-06-031-0/+1
* Update aerc-tutorial(7) to reflect changes to reply bindingsFrancis Dinh2019-06-031-4/+4
* Fix Makefile for non-GNU findrage 3112019-06-031-1/+1
* Fix #116 0.1.0Drew DeVault2019-06-031-1/+1
* Add delete to the default binds.confDrew DeVault2019-06-021-0/+1
* hldiff.py: don't highlight -/+ in filenamesDrew DeVault2019-06-021-2/+2
* Add Tabs historyReto Brunner2019-06-021-4/+34
* Wait for listing to complete before sending DoneDrew DeVault2019-06-021-0/+3
* Don't send Done until finished fetching messagesDrew DeVault2019-06-021-0/+3
* Remove worker callbacks when Done is receivedDrew DeVault2019-06-022-5/+13
* Add date to message viewerDrew DeVault2019-06-022-5/+11