Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Fixes #161 | |||
2019-06-07 | Execute the editor with the shell | Drew DeVault | |
Fixes #164 | |||
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 | |
directory list depends on these being sorted | |||
2019-06-05 | Introduce :new-account -t | JanUlrich | |
Adding the [-t] temporary flag to the new-account command - when using -t a newly created account will not be stored into the accounts.conf Issue #134 | |||
2019-06-05 | Mention aerc-tutorial(7) in aerc(1) | ngenisis | |
2019-06-05 | Allow no arguments to :cd | Tadeo Kondrak | |
I often use the bare `cd` command to get back to my home directory. | |||
2019-06-04 | Added config file to Make clean0.1.1 | Jonas Kalderstam | |
Config file will be incorrect if make is run with different values for PREFIX otherwise. | |||
2019-06-04 | Update dependencies | Simon Ser | |
This should get rid of this error message: tls: either ServerName or InsecureSkipVerify must be specified in the tls.Config | |||
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 | |
As of commit 11a569f6, the functions of rr/Rr and rq/Rq are switched, but this wasn't reflected in the manpage until now. | |||
2019-06-03 | Fix Makefile for non-GNU find | rage 311 | |
derp | |||
2019-06-03 | Fix #1160.1.0 | Drew DeVault | |
2019-06-02 | Add delete to the default binds.conf | Drew DeVault | |
2019-06-02 | hldiff.py: don't highlight -/+ in filenames | Drew DeVault | |
2019-06-02 | Add Tabs history | Reto Brunner | |
Fixes #77: When closing a tab, bring you back to the one you last had focused | |||
2019-06-02 | Wait for listing to complete before sending Done | Drew DeVault | |
2019-06-02 | Don't send Done until finished fetching messages | Drew DeVault | |
2019-06-02 | Remove worker callbacks when Done is received | Drew DeVault | |
2019-06-02 | Add date to message viewer | Drew DeVault | |
2019-06-02 | widget: Add ProvidesMessage interface | Kevin Kuehler | |
Consists of 3 functions * Store: Access to MessageStore type * SelectedAccount: Access to Account widget that the target widget belongs to * SelectedMessage: Current message (selected in msglist or the one we are viewing) Signed-off-by: Kevin Kuehler <keur@ocf.berkeley.edu> | |||
2019-06-02 | Update tcell fork | Drew DeVault | |
2019-06-02 | Only add message to store if store exists | Kevin Kuehler | |
Prevents the program from panicing when changing folders too quickly. onMessage can race store creation for an AccountView. Signed-off-by: Kevin Kuehler <keur@ocf.berkeley.edu> | |||
2019-06-02 | Enumerate Cc and Bcc lists in composer | Drew DeVault | |
2019-06-02 | Fix infinite recursion in reply.go:findPlaintext | Drew DeVault | |
2019-06-02 | Simplify layout of message viewer grid | Drew DeVault | |
This sub-grid was an artifact of an older design | |||
2019-06-01 | Fetch plaintext part when replying | Drew DeVault | |
2019-06-01 | Use forked version of tcell | Drew DeVault | |
2019-06-01 | widgets/terminal: Don't segfault on resize | Kevin Kuehler | |
vterm.Write and vterm.SetSize race when the window resizes, which causing the underlying library to segfault. Signed-off-by: Kevin Kuehler <keur@ocf.berkeley.edu> | |||
2019-06-01 | Remove more GNU-isms from Makefile | Sam Whited | |
Signed-off-by: Sam Whited <sam@samwhited.com> |