Age | Commit message (Expand) | Author |
2019-11-10 | widgets/msgviewer: Don't crash if pager is nil | Kevin Kuehler |
2019-11-01 | Add support for AUTH LOGIN submission | Luke Drummond |
2019-11-01 | Notmuch: be resilient to config errors | Reto Brunner |
2019-11-01 | notmuch: ignore comments and blank lines when processing query-map file | Matt Snider |
2019-10-16 | widgets/msgview: Reap the filter command | Kevin Kuehler |
2019-10-16 | Cleanup pager processes after closing a msgviewer | Kevin Kuehler |
2019-10-16 | Fix: oauthbearer runtime error | Frode Aannevik |
2019-10-14 | lib/msgstore: fix invalid callback invocation | Reto Brunner |
2019-10-14 | Fix tab refocus on remove | Jeffas |
2019-10-14 | Fix pushing invalid tabs to history | Jeffas |
2019-10-09 | Revert "Show spinner when fetching contents" | Drew DeVault |
2019-10-09 | Preserve sorting order in search results | Jeffas |
2019-10-09 | Show spinner when fetching contents | Jeffas |
2019-10-02 | Fix selected account to return for messageviewer | Jeffas |
2019-09-29 | Open mailto links in a new aerc instance if needed. | Reto Brunner |
2019-09-29 | Print success to socket if no error was thrown | Heiko Carrasco |
2019-09-20 | Config for deleting message from message viewer | Srivathsan Murali |
2019-09-20 | Sort path completions | Jeffas |
2019-09-20 | Change search flags | Jeffas |
2019-09-20 | Make commands join args with spaces | Jeffas |
2019-09-20 | notmuch: add sort functionality | Reto Brunner |
2019-09-20 | Add documentation for sort | Jeffas |
2019-09-20 | Add sorting functionality | Jeffas |
2019-09-18 | Add directory info messages | Jeffas |
2019-09-18 | Focus new tab after remove | Jeffas |
2019-09-18 | Revert "Fix out-of-order messages by sorting as we display" | Drew DeVault |
2019-09-16 | Add search documentation for maildir backend | Jeffas |
2019-09-16 | Add basic searching to the maildir backend | Jeffas |
2019-09-16 | notmuch: implement ModifyLabels | Reto Brunner |
2019-09-16 | notmuch: sync maildir flags | Reto Brunner |
2019-09-16 | notmuch: extract all notmuch db operations. | Reto Brunner |
2019-09-12 | Add completion for copy | Jeffas |
2019-09-12 | widgets: remove duplicate import | Wagner Riffel |
2019-09-12 | Add signatures | Jeffas |
2019-09-12 | Add modify-labels command | Reto Brunner |
2019-09-11 | Add display of unread messages in dirlist | Jeffas |
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 |