Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch back to upstream pty library | Ben Fiedler | 2020-01-16 | 3 | -4/+4 |
| | | | | | The relevant change was merged upstream, and thus allows us to clean up unneeded forks. | ||||
* | Correct spelling | Reto Brunner | 2020-01-16 | 1 | -1/+1 |
| | |||||
* | Add docs for reply -T | Ben Burwell | 2020-01-11 | 1 | -1/+3 |
| | |||||
* | Strip trailing newline from address book entries without names | Ben Burwell | 2020-01-09 | 1 | -9/+11 |
| | | | | | | | When the list of completions from the external command doesn't have associated contact names, the email address we attempt to parse was being terminated with a newline. Now, we strip the trailing newline if present. | ||||
* | compose: don't call ti.tabcomplete when it is nil | Timmy Douglas | 2020-01-09 | 1 | -0/+4 |
| | |||||
* | template: man cosmetic changes | Leszek Cimała | 2020-01-09 | 1 | -1/+2 |
| | |||||
* | template: add exec and wrap | Leszek Cimała | 2020-01-09 | 2 | -4/+40 |
| | |||||
* | template: remove last \n to fix additional new lines after quote | Leszek Cimała | 2020-01-09 | 1 | -0/+2 |
| | |||||
* | add .OriginalMIMEType variable to reply template | Leszek Cimała | 2020-01-09 | 4 | -18/+39 |
| | |||||
* | remove Original* check | Leszek Cimała | 2020-01-09 | 1 | -2/+1 |
| | |||||
* | create OriginalMail struct | Leszek Cimała | 2020-01-09 | 8 | -24/+44 |
| | |||||
* | maildir/notmuch: don't re-encode readers | Reto Brunner | 2020-01-05 | 1 | -37/+4 |
| | |||||
* | imap: decode reader prior to returning them | Reto Brunner | 2020-01-05 | 1 | -10/+90 |
| | |||||
* | FetchBodyParts: decode source in the workers | Reto Brunner | 2020-01-05 | 8 | -117/+29 |
| | | | | | | | Previously the workers returned a mixture of decoded / encoded parts. This lead to a whole bunch of issues. This commit changes the msgviewer and the commands to assume parts to already be decoded | ||||
* | models: add BodyStructure.PartAtIndex | Reto Brunner | 2020-01-05 | 1 | -0/+33 |
| | |||||
* | msgviewer: decode headers prior to displaying them | Reto Brunner | 2020-01-05 | 1 | -1/+7 |
| | |||||
* | msgviewer: bypass filter for headers | Reto Brunner | 2020-01-05 | 1 | -3/+6 |
| | |||||
* | msgviewer: do not anchor ansi escape to start of line | Reto Brunner | 2020-01-05 | 1 | -1/+1 |
| | |||||
* | Reword aerc-tutorial with revised constraints | Drew DeVault | 2020-01-05 | 1 | -5/+5 |
| | | | | | This document used to specify some constraints on the receipient address, but this has since been corrected in aerc. | ||||
* | Don't select completions until tab has been pressed | Ben Burwell | 2020-01-05 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | Before, pressing <Enter> when completions were visible would execute the selected completion. As soon as completions were provided, the first item would be selected. This could cause issues e.g. when changing folders: :cf <Enter> Previously, this would have selected the first folder in the list. Now, since <Tab>, <C-n>, etc have not been pressed to select the first completion, the command above simply executes `:cf `. To accomplish this, a "no-op completion" has been added at index -1. | ||||
* | Fix double >\n when quoting empty line | Srivathsan Murali | 2020-01-04 | 1 | -0/+1 |
| | |||||
* | Handle MIME encoded addresses in address book | Ben Burwell | 2019-12-30 | 1 | -2/+12 |
| | | | | | | | | | | | When addresses contain special characters, net/mail MIME-encodes them to a valid RFC 5322 address for use in headers. However, these are not pleasant for human consumption, so we decode them for use in the completion list. Aerc properly encodes addresses when the message is sent. This patch also removes surrounding white space from contact names, if present. | ||||
* | msgviewer: Add Labels as a virtual header | Reto Brunner | 2019-12-27 | 2 | -6/+26 |
| | | | | | | In order to accommodate for that, the headerlayout needed to be rewritten to pass the filter criteria back to the msgviewer, instead of just using the normal headers. | ||||
* | Add labels to index format (%g) | Reto Brunner | 2019-12-27 | 7 | -0/+22 |
| | | | | Exposes the notmuch tags accordingly, stubs it for the maildir worker. | ||||
* | Add missing man pages to uninstall target in Makefile | Ariel Popper | 2019-12-24 | 1 | -0/+2 |
| | |||||
* | fix invalid format string | Reto Brunner | 2019-12-22 | 1 | -1/+1 |
| | |||||
* | read: adapt to ProvidesMessages | Reto Brunner | 2019-12-22 | 2 | -21/+90 |
| | |||||
* | modify-labels: add completion | Reto Brunner | 2019-12-21 | 2 | -1/+37 |
| | |||||
* | notmuch: emit LabelList event | Reto Brunner | 2019-12-21 | 2 | -0/+29 |
| | |||||
* | add LabelList event | Reto Brunner | 2019-12-21 | 2 | -0/+12 |
| | |||||
* | docs: mark command | Reto Brunner | 2019-12-21 | 1 | -0/+17 |
| | |||||
* | binds.conf: mark bindings | Reto Brunner | 2019-12-21 | 1 | -0/+3 |
| | |||||
* | msglist: highlight marked messages | Reto Brunner | 2019-12-21 | 5 | -6/+11 |
| | | | | | | Note that, until we get color configuration, this means that the user *must* have the %Z verb in the index format else it'll be horribly confusing as no visual indication is provided | ||||
* | modify-labels: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -10/+7 |
| | |||||
* | move: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -11/+11 |
| | |||||
* | delete: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -21/+59 |
| | |||||
* | copy: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -7/+6 |
| | |||||
* | archive: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -22/+57 |
| | |||||
* | add mark command | Reto Brunner | 2019-12-21 | 1 | -0/+98 |
| | |||||
* | add command helpers | Reto Brunner | 2019-12-21 | 2 | -0/+85 |
| | |||||
* | msgstore: add marking functionality | Reto Brunner | 2019-12-21 | 1 | -4/+127 |
| | |||||
* | msgviewer: implement ProvidesMessages interface | Reto Brunner | 2019-12-21 | 1 | -0/+7 |
| | |||||
* | AccountView: implement ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -0/+7 |
| | |||||
* | widgets: add msgInfoFromUids helper | Reto Brunner | 2019-12-21 | 1 | -0/+20 |
| | |||||
* | add ProvidesMessages interface | Reto Brunner | 2019-12-21 | 1 | -0/+8 |
| | |||||
* | Add address book completion in composer | Ben Burwell | 2019-12-21 | 5 | -5/+204 |
| | | | | | Complete email address fields in the message composer with an external address book command, compatible with mutt's query_cmd. | ||||
* | Don't use current input as a possible completion | Ben Burwell | 2019-12-21 | 1 | -1/+0 |
| | | | | | Now that completions are being shown in the popover, it doesn't make sense to show the unfinished command as a potential completion. | ||||
* | Show textinput completions in popovers | Ben Burwell | 2019-12-21 | 6 | -71/+277 |
| | | | | | | Rather than showing completions inline in the text input, show them in a popover which can be scrolled by repeatedly pressing the tab key. The selected completion can be executed by pressing enter. | ||||
* | Add popovers | Ben Burwell | 2019-12-21 | 3 | -9/+102 |
| | | | | | | | | | | | | A popover is a special UI element which can be layered over the rest of the UI (i.e. it is painted last) and can fall anywhere on the screen, not just with the bounds of its parent's viewport/context. With these special abilities comes the restriction that only one popover may be visible on screen at once. Popovers are requested from the UI context passed to Draw calls and specify the anchor point and the desired dimensions. The popover is then fit to the available space and placed relative to the anchor point. | ||||
* | Use timestamp-format in msgviewer | Ben Burwell | 2019-12-19 | 1 | -3/+3 |
| | | | | | This allows the time to be displayed in a user-configurable way. Also localize the time in the message viewer as it is in the message list. |