Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-27 | Reopening mailcontent file to fix #166 | Stefan Rakel | |
Because editors like vim use backupfiles and rename them to the original name, the file handle used can point to the wrong file. Reopening the file should fix this. | |||
2019-06-26 | Fix jumping around in search | Drew DeVault | |
2019-06-26 | Implement :search, :next-result, :prev-result | Drew DeVault | |
2019-06-25 | account-wizard: look up imap and smtp server by SRV records (#100) | Daniel Lublin | |
2019-06-21 | Fix Cc & Bcc handling in replies | Drew DeVault | |
2019-06-18 | account-wizard: automatically replace imap.* with smtp.* | Noah Loomans | |
Many email providers use the imap sub-domain for imap and the smtp sub-domain for smtp. FastMail is an example of this[1]. This is a small quality-of-life improvement which automatically replaces imap.* with smtp.* when going from the imap screen to the smtp screen in the wizard [1]: https://www.fastmail.com/help/technical/servernamesandports.html | |||
2019-06-14 | Set empty message in dirlist if no folder exist. | Reto Brunner | |
2019-06-14 | imap: respect the folder config option | Reto Brunner | |
2019-06-11 | Fix automatic scrolling when messages arrive/leave | Drew DeVault | |
2019-06-11 | lib/ui/tab: Add Replace method | Kevin Kuehler | |
Also expose a light wrapper method in aerc.go for tab replacement Signed-off-by: Kevin Kuehler <kkuehler@brave.com> | |||
2019-06-11 | Move select functionality from msglist to msgstore | Kevin Kuehler | |
Remove msglist Next and Prev commands Signed-off-by: Kevin Kuehler <kkuehler@brave.com> | |||
2019-06-09 | Select user's preferred mimetype in MessageViewer | Clayton Craft | |
This implements selecting the most preferred mimetype under the 'View->Alternatives' configuration setting when viewing a message. Mimetypes in the alternatives array are weighted by their position, where the lower the index in the array the higher the priority, so this is taken into account during selection. If no message part matches a mimetype in the alternatives array, then it selects the first mimetype in the message. | |||
2019-06-09 | Add archive command | Robert Günzler | |
Adds an archive command that moves the current message into the folder specified in the account config entry. Supports three layouts at this point: - flat: puts all messages next to each other - year: creates a folder per year - month: same as above, plus folders per month This also adds a "-p" argument to "cp" and "mv" that works like "--parents" on mkdir(1). We use this to auto-create the directories for the archive layout. | |||
2019-06-08 | msglist: use distinct style for unread emails | Yash Srivastav | |
2019-06-07 | Truncate long subject lines | Drew DeVault | |
2019-06-07 | Message list: implement index-format option | Yash Srivastav | |
2019-06-07 | Move ANSI stripping from filters to Go | Drew DeVault | |
2019-06-07 | Remove unnecessary branch | Drew DeVault | |
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 | 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-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 | 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 | Simplify layout of message viewer grid | Drew DeVault | |
This sub-grid was an artifact of an older design | |||
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-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 | 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-25 | Fix special characters in address.PersonalName | Drew DeVault | |
2019-05-22 | Show account wizard if no accounts configured | Drew DeVault | |
2019-05-22 | Implement opening tutorial after account wizard | Drew DeVault | |
2019-05-22 | Write new accounts to config and open tab | Drew DeVault | |
2019-05-22 | Fix always showing last account tab | Drew DeVault | |
2019-05-21 | Remove excess padding from incoming config page | Drew DeVault | |
2019-05-21 | New account wizard, part one | Drew DeVault | |
2019-05-20 | Load IMAP worker for imap+insecure | Drew DeVault | |
2019-05-20 | Show unsupported mimetype message in red | Drew DeVault | |
2019-05-20 | Show attachment names in multipart view | Drew DeVault | |
2019-05-20 | Implement :next-part, :prev-part | Drew DeVault | |
2019-05-20 | Flesh out multipart switcher | Drew DeVault | |
2019-05-20 | Refactor message part into dedicated widget | Drew DeVault | |
2019-05-20 | Verify TLS certificates | Drew DeVault | |
I was partway done implementing a UI for users to approve untrusted certs with, but let's just make them configure their servers right instead. |