Age | Commit message (Expand) | Author |
2019-09-11 | Fix segfault on delete | Devon Johnson |
2019-09-11 | Add new search behaviour for imap | Jeffas |
2019-09-11 | Check the subject line for lowercase re | Jeffas |
2019-09-11 | Ensure mimetype parts are converted to lower case | Jeffas |
2019-09-11 | Add Mouseable | Jeffas |
2019-09-11 | Add initial command to end of completions | Jeffas |
2019-09-04 | widgets: gofmt | Wagner Riffel |
2019-09-04 | widgets: rewrite references to os.SET_SEEK to io.SeekStart | Wagner Riffel |
2019-09-04 | widgets: remove redundant key check, delete is no-op if key is empty | Wagner Riffel |
2019-09-04 | commands: move ParseNextPrevMessage error value to its last return value | Wagner Riffel |
2019-09-04 | all: rewrite references to strings.Index to strings.Contains | Wagner Riffel |
2019-09-04 | all: use fmt.Errorf for fomartting errors | Wagner Riffel |
2019-09-04 | all: purge redundant underscores | Wagner Riffel |
2019-09-04 | aerc.go: simplify completions | Drew DeVault |
2019-09-04 | aerc.go: remove unused variable | Drew DeVault |
2019-09-02 | Use sort.Stable for sorting displayed messages | a3v |
2019-08-30 | Allow custom spinner via config file | Paul Spooren |
2019-08-29 | notmuch: add search / filter capabilities | Reto Brunner |
2019-08-29 | extract search criteria parsing into the backends | Reto Brunner |
2019-08-29 | Fix out-of-order messages by sorting as we display | Stephen Brennan |
2019-08-26 | Notmuch: use adhoc write connection. | Reto Brunner |
2019-08-26 | imap worker: do not copy mailbox status mutex | Wagner Riffel |
2019-08-26 | Add :prompt command | Christopher Vittal |
2019-08-20 | Strip carriage returns (^M) when filtering emails | Daniel Xu |
2019-08-20 | Only compile regex portion of folder filter | Daniel Xu |
2019-08-20 | folder filter: only assume regex if filter is ~fmt | Drew DeVault |
2019-08-20 | Add forwarding as attachment feature | Jelle Besseling |
2019-08-20 | Add addresses argument to forward command | Jelle Besseling |
2019-08-20 | Move forward command to it's own file | Jelle Besseling |
2019-08-20 | upgrade go-message | Reto Brunner |
2019-08-19 | Add support for <C-j> as '<Enter>' in ExLine | Christopher Vittal |
2019-08-19 | Support regex filters for folders | Daniel Xu |
2019-08-16 | bump go-message, fixes address list parsing failure | Reto Brunner |
2019-08-13 | Revert "add close command at global level" | Drew DeVault |
2019-08-13 | add close command at global level | Aditya Srivastava |
2019-08-13 | Add optional body argument to compose command | Daniel Bridges |
2019-08-12 | Prevent drawing terminal with nil cmd | Drew DeVault |
2019-08-12 | Add delete forward <C-k> and backward <C-u> | Christopher Vittal |
2019-08-12 | Joining the args in cf for folders with spaces | Ben Cohen |
2019-08-12 | Pass os stdin to credential command | Jonas Mueller |
2019-08-12 | Ignore scroll command when msgstore is nil | Jelle Besseling |
2019-08-12 | Let user edit arbitrary headers in composer | Daniel Bridges |
2019-08-08 | maildir: Preserve flags when copying messages | Ben Burwell |
2019-08-08 | Close backends prior to shutdown | Reto Brunner |
2019-08-08 | Fix `unread` command | Art Wild |
2019-08-08 | Add notmuch docs | Reto Brunner |
2019-08-08 | Add notmuch backend | Reto Brunner |
2019-08-08 | add github.com/zenhack/go.notmuch | Reto Brunner |
2019-08-08 | Extract message parsing to common worker module | Reto Brunner |
2019-08-08 | Don't print imap errors to ui | Jelle Besseling |