Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Truncate long subject lines | Drew DeVault | 2019-06-07 | 1 | -1/+5 |
| | |||||
* | Message list: implement index-format option | Yash Srivastav | 2019-06-07 | 8 | -55/+294 |
| | |||||
* | plaintext filter: Match against start of line | Drew DeVault | 2019-06-07 | 1 | -1/+1 |
| | |||||
* | Update filter names in Makefile | Drew DeVault | 2019-06-07 | 1 | -2/+2 |
| | |||||
* | Update docs per filters rewrite | Drew DeVault | 2019-06-07 | 3 | -19/+7 |
| | |||||
* | Rewrite Python filters in awk | Drew DeVault | 2019-06-07 | 5 | -59/+54 |
| | |||||
* | Move ANSI stripping from filters to Go | Drew DeVault | 2019-06-07 | 3 | -8/+20 |
| | |||||
* | Add image/* filter, commented out by default | Drew DeVault | 2019-06-07 | 1 | -0/+1 |
| | |||||
* | Disable HTML filter by default | Drew DeVault | 2019-06-07 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary branch | Drew DeVault | 2019-06-07 | 1 | -3/+0 |
| | |||||
* | Ignore encoding errors in filters | Drew DeVault | 2019-06-07 | 2 | -0/+2 |
| | | | | Fixes #161 | ||||
* | Execute the editor with the shell | Drew DeVault | 2019-06-07 | 1 | -1/+1 |
| | | | | Fixes #164 | ||||
* | Add binding to toggle headers | Drew DeVault | 2019-06-07 | 2 | -1/+2 |
| | |||||
* | implements ability to view headers in message view | Yash Srivastav | 2019-06-07 | 6 | -54/+146 |
| | |||||
* | Skip rendering dirlist if sidebar width is 0 | Lucas F. Souza | 2019-06-07 | 1 | -1/+3 |
| | |||||
* | Use SetAddressList for From header | Drew DeVault | 2019-06-05 | 1 | -2/+10 |
| | |||||
* | config: sort account folders | Chris Kinniburgh | 2019-06-05 | 1 | -1/+4 |
| | | | | directory list depends on these being sorted | ||||
* | Introduce :new-account -t | JanUlrich | 2019-06-05 | 2 | -16/+32 |
| | | | | | | | | 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 | ||||
* | Mention aerc-tutorial(7) in aerc(1) | ngenisis | 2019-06-05 | 1 | -2/+3 |
| | |||||
* | Allow no arguments to :cd | Tadeo Kondrak | 2019-06-05 | 1 | -3/+5 |
| | | | | I often use the bare `cd` command to get back to my home directory. | ||||
* | Added config file to Make clean 0.1.1 | Jonas Kalderstam | 2019-06-04 | 1 | -1/+1 |
| | | | | | Config file will be incorrect if make is run with different values for PREFIX otherwise. | ||||
* | Update dependencies | Simon Ser | 2019-06-04 | 2 | -46/+30 |
| | | | | | | This should get rid of this error message: tls: either ServerName or InsecureSkipVerify must be specified in the tls.Config | ||||
* | Clarify socksify dependency | Drew DeVault | 2019-06-04 | 1 | -1/+1 |
| | |||||
* | Update README.md with better dependency list | Drew DeVault | 2019-06-04 | 1 | -1/+9 |
| | |||||
* | add missing column in table | Stephen Gregoratto | 2019-06-03 | 1 | -0/+1 |
| | |||||
* | Update aerc-tutorial(7) to reflect changes to reply bindings | Francis Dinh | 2019-06-03 | 1 | -4/+4 |
| | | | | | As of commit 11a569f6, the functions of rr/Rr and rq/Rq are switched, but this wasn't reflected in the manpage until now. | ||||
* | Fix Makefile for non-GNU find | rage 311 | 2019-06-03 | 1 | -1/+1 |
| | | | | derp | ||||
* | Fix #116 0.1.0 | Drew DeVault | 2019-06-03 | 1 | -1/+1 |
| | |||||
* | Add delete to the default binds.conf | Drew DeVault | 2019-06-02 | 1 | -0/+1 |
| | |||||
* | hldiff.py: don't highlight -/+ in filenames | Drew DeVault | 2019-06-02 | 1 | -2/+2 |
| | |||||
* | Add Tabs history | Reto Brunner | 2019-06-02 | 1 | -4/+34 |
| | | | | Fixes #77: When closing a tab, bring you back to the one you last had focused | ||||
* | Wait for listing to complete before sending Done | Drew DeVault | 2019-06-02 | 1 | -0/+3 |
| | |||||
* | Don't send Done until finished fetching messages | Drew DeVault | 2019-06-02 | 1 | -0/+3 |
| | |||||
* | Remove worker callbacks when Done is received | Drew DeVault | 2019-06-02 | 2 | -5/+13 |
| | |||||
* | Add date to message viewer | Drew DeVault | 2019-06-02 | 2 | -5/+11 |
| | |||||
* | widget: Add ProvidesMessage interface | Kevin Kuehler | 2019-06-02 | 10 | -18/+93 |
| | | | | | | | | | | | 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> | ||||
* | Update tcell fork | Drew DeVault | 2019-06-02 | 2 | -1/+3 |
| | |||||
* | Only add message to store if store exists | Kevin Kuehler | 2019-06-02 | 1 | -8/+12 |
| | | | | | | | 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> | ||||
* | Enumerate Cc and Bcc lists in composer | Drew DeVault | 2019-06-02 | 1 | -1/+20 |
| | |||||
* | Fix infinite recursion in reply.go:findPlaintext | Drew DeVault | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | Simplify layout of message viewer grid | Drew DeVault | 2019-06-02 | 1 | -17/+3 |
| | | | | This sub-grid was an artifact of an older design | ||||
* | Fetch plaintext part when replying | Drew DeVault | 2019-06-01 | 1 | -6/+34 |
| | |||||
* | Use forked version of tcell | Drew DeVault | 2019-06-01 | 3 | -4/+15 |
| | |||||
* | widgets/terminal: Don't segfault on resize | Kevin Kuehler | 2019-06-01 | 1 | -10/+15 |
| | | | | | | | 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> | ||||
* | Remove more GNU-isms from Makefile | Sam Whited | 2019-06-01 | 1 | -11/+18 |
| | | | | Signed-off-by: Sam Whited <sam@samwhited.com> | ||||
* | Remove "wildcard" GNU-ism from Makefile | Sam Whited | 2019-05-30 | 1 | -15/+2 |
| | | | | Signed-off-by: Sam Whited <sam@samwhited.com> | ||||
* | Add :save and :pipe commands to viewer | Galen Abell | 2019-05-27 | 8 | -37/+194 |
| | | | | | | | | | * :save takes a path and saves the current message part to that location * :pipe is the same as pipe on the account page, but uses the current message part rather than the whole email (ie :pipe gzip -d) * Refactored account:pipe and extracted common pipe code to commands.util.QuickTerm * Added helper command aerc.PushError | ||||
* | Update terminal color handling per vterm changes | Drew DeVault | 2019-05-26 | 3 | -44/+25 |
| | |||||
* | Update to the latest go-libvterm | Drew DeVault | 2019-05-26 | 4 | -5/+15 |
| | |||||
* | Update go-libvterm | Drew DeVault | 2019-05-26 | 2 | -1/+3 |
| |