Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2019-05-30 | Remove "wildcard" GNU-ism from Makefile | Sam Whited | |
Signed-off-by: Sam Whited <sam@samwhited.com> | |||
2019-05-27 | Add :save and :pipe commands to viewer | Galen Abell | |
* :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 | |||
2019-05-26 | Update terminal color handling per vterm changes | Drew DeVault | |
2019-05-26 | Update to the latest go-libvterm | Drew DeVault | |
2019-05-26 | Update go-libvterm | Drew DeVault | |
2019-05-26 | Skip non selectable mailboxes in directory listing | Reto Brunner | |
If a MailboxInfo has the attribute \Noselect, it is not possible to use this name as a selectable mailbox. Therefore it should not be passed to the directory handlers. The issue pops up if one has a hierarchy like this: INBOX INBOX/lists/stuff INBOX/lists/otherStuff Even though lists is not a valid inbox (doesn't contain mail, only other maildirs) it will show up in the directory listing, when we iterate over the MailboxInfo. It does have the corresponding attribute set though and we can simply filter it out. | |||
2019-05-26 | Add aerc-announce to README.md | Drew DeVault | |
2019-05-26 | Implement :edit in compose screen | Drew DeVault | |
2019-05-26 | msgviewer: copy stderr into pager | Drew DeVault | |
This prevents a broken filter config from being a silent error | |||
2019-05-26 | Subsitute prefix in aerc.conf for install | Drew DeVault | |
2019-05-25 | Document :forward in aerc(1) | Drew DeVault | |
2019-05-25 | binds.conf: make reply -a easier to use than reply | Drew DeVault | |
2019-05-25 | Update README.md | Drew DeVault | |
2019-05-25 | Update README.md | Drew DeVault | |
2019-05-25 | Update README.md | Drew DeVault | |
2019-05-25 | ensureScroll on text input frames | Drew DeVault | |
2019-05-25 | Implement scrolling in text input | Drew DeVault | |
2019-05-25 | Implement :forward | Drew DeVault | |
2019-05-25 | Fix special characters in address.PersonalName | Drew DeVault | |
2019-05-24 | Change ex command to C-x when using terminal | Drew DeVault | |
2019-05-23 | Bind :compose to C in binds.conf | Francis Dinh | |
The tutorial mentions using "C" for composing messages, but this was not actually implemented in binds.conf. | |||
2019-05-23 | Fix key value typo in documentation | Roshless | |
2019-05-22 | Mention custom headers in aerc-tutorial(7) | Drew DeVault | |
2019-05-22 | Minor fixes to list of filter dependencies | Francis Dinh | |
- "sockify" -> "socksify" - Added colorama dependency | |||
2019-05-22 | Makefile: Minor improvements, usage of $@ and $(RM) | Stefan Tatschner | |
2019-05-22 | Correct typo in Makefile | Drew DeVault | |
2019-05-22 | Install $(MANDIR)/man7 | Drew DeVault | |
2019-05-22 | Install aerc-tutorial man page with make install | Drew DeVault | |
2019-05-22 | Minor improvements to aerc-tutorial | Drew DeVault | |
2019-05-22 | Install default configs to XDG config if not found | Drew DeVault | |
2019-05-22 | Add GOFLAGS variable to Makefile | Drew DeVault | |
2019-05-22 | Show account wizard if no accounts configured | Drew DeVault | |
2019-05-22 | Implement :help | Drew DeVault | |