Age | Commit message (Expand) | Author |
2019-06-13 | Make awk filters more portable | Drew DeVault |
2019-06-11 | Fix automatic scrolling when messages arrive/leave | Drew DeVault |
2019-06-11 | Add :next/:prev binds for [viewer] | Drew DeVault |
2019-06-11 | commands/msgview: Add next/prev commands | Kevin Kuehler |
2019-06-11 | lib/ui/tab: Add Replace method | Kevin Kuehler |
2019-06-11 | Move select functionality from msglist to msgstore | Kevin Kuehler |
2019-06-11 | commands/msg/archive: Work with msgviwer | Kevin Kuehler |
2019-06-09 | Implement :mkdir command | Drew DeVault |
2019-06-09 | Fix :new-account getopts | Drew DeVault |
2019-06-09 | Fix :copy arg handling | Drew DeVault |
2019-06-09 | Fix :move command's arg parsing | Drew DeVault |
2019-06-09 | Override $ex in compose view | Yash Srivastav |
2019-06-09 | Update reply to use getopt posix optind format | Clayton Craft |
2019-06-09 | aerc(1): add :read and :unread command to docs | Drew DeVault |
2019-06-09 | Add :read and :unread commands | Drew DeVault |
2019-06-09 | Update our message flags when server updates them | Drew DeVault |
2019-06-09 | commands/msg/copy: remove unnecessary code | Drew DeVault |
2019-06-09 | Select user's preferred mimetype in MessageViewer | Clayton Craft |
2019-06-09 | Add archive command | Robert Günzler |
2019-06-08 | Mark sent emails as read | Yash Srivastav |
2019-06-08 | msglist: use distinct style for unread emails | Yash Srivastav |
2019-06-08 | Fetch headers w/peek to leave emails unread | Yash Srivastav |
2019-06-07 | Fix hldiff regex for short stats | Drew DeVault |
2019-06-07 | Use #!/usr/bin/env -S awk -f for awk scripts | Drew DeVault |
2019-06-07 | Truncate long subject lines | Drew DeVault |
2019-06-07 | Message list: implement index-format option | Yash Srivastav |
2019-06-07 | plaintext filter: Match against start of line | Drew DeVault |
2019-06-07 | Update filter names in Makefile | Drew DeVault |
2019-06-07 | Update docs per filters rewrite | Drew DeVault |
2019-06-07 | Rewrite Python filters in awk | Drew DeVault |
2019-06-07 | Move ANSI stripping from filters to Go | Drew DeVault |
2019-06-07 | Add image/* filter, commented out by default | Drew DeVault |
2019-06-07 | Disable HTML filter by default | Drew DeVault |
2019-06-07 | Remove unnecessary branch | Drew DeVault |
2019-06-07 | Ignore encoding errors in filters | Drew DeVault |
2019-06-07 | Execute the editor with the shell | Drew DeVault |
2019-06-07 | Add binding to toggle headers | Drew DeVault |
2019-06-07 | implements ability to view headers in message view | Yash Srivastav |
2019-06-07 | Skip rendering dirlist if sidebar width is 0 | Lucas F. Souza |
2019-06-05 | Use SetAddressList for From header | Drew DeVault |
2019-06-05 | config: sort account folders | Chris Kinniburgh |
2019-06-05 | Introduce :new-account -t | JanUlrich |
2019-06-05 | Mention aerc-tutorial(7) in aerc(1) | ngenisis |
2019-06-05 | Allow no arguments to :cd | Tadeo Kondrak |
2019-06-04 | Added config file to Make clean0.1.1 | Jonas Kalderstam |
2019-06-04 | Update dependencies | Simon Ser |
2019-06-04 | Clarify socksify dependency | Drew DeVault |
2019-06-04 | Update README.md with better dependency list | Drew DeVault |
2019-06-03 | add missing column in table | Stephen Gregoratto |
2019-06-03 | Update aerc-tutorial(7) to reflect changes to reply bindings | Francis Dinh |