Age | Commit message (Expand) | Author |
2019-07-04 | Sort out dirstore once and for all | Drew DeVault |
2019-07-04 | dirlist: simplify nextPrev() considerably | Reto Brunner |
2019-07-04 | dirlist: remove the additional filtering in Draw() | Reto Brunner |
2019-07-04 | dirlist: sync dirstore in filterDirsByFoldersConfig | Reto Brunner |
2019-07-04 | Add IMAP folder tab completion | Gregory Mullen |
2019-07-04 | Use go-message implementation of GenerateMessageID | Ben Burwell |
2019-07-04 | Document message index format specifiers | Ben Burwell |
2019-07-04 | Crash on delete in empty folder (#213) | Zach Sisco |
2019-07-04 | Add unsubscribe command | Ben Burwell |
2019-07-04 | Use "open" instead of "xdg-open" on Darwin systems | Ben Burwell |
2019-07-04 | Update binds.conf | Drew DeVault |
2019-07-02 | Correct default filter order in aerc.conf.in | Drew DeVault |
2019-07-02 | Revert "Remove dirs field and references to it" | Drew DeVault |
2019-06-30 | Remove dirs field and references to it | Robert Günzler |
2019-06-29 | panic: runtime error: index out of range in handleFetchMessages (#127) | Zach Sisco |
2019-06-29 | Add new lib/dirstore to source completions from | Gregory Mullen |
2019-06-29 | Implement basic tab completion support | Gregory Mullen |
2019-06-27 | Move contrib -> filters | Drew DeVault |
2019-06-27 | Reopening mailcontent file to fix #166 | Stefan Rakel |
2019-06-27 | Set the required go version for this module, aerc | Daniel Lublin |
2019-06-26 | Fix jumping around in search | Drew DeVault |
2019-06-26 | Implement :search, :next-result, :prev-result | Drew DeVault |
2019-06-25 | msgview/save: Use defaultSavePath if no path is provided | Reto Brunner |
2019-06-25 | add DefaultSavePath config | Reto Brunner |
2019-06-25 | account-wizard: look up imap and smtp server by SRV records (#100) | Daniel Lublin |
2019-06-24 | worker/imap: rig up search directory handler | Drew DeVault |
2019-06-24 | worker/imap: implement search | Drew DeVault |
2019-06-23 | aerc-config: [viewer] should be [compose] | Issam Maghni |
2019-06-21 | Fix Cc & Bcc handling in replies | Drew DeVault |
2019-06-19 | Fix reply bindings in [view] | Drew DeVault |
2019-06-19 | Makefile: fix -ldflags -X invocation | Reto Brunner |
2019-06-18 | account-wizard: automatically replace imap.* with smtp.* | Noah Loomans |
2019-06-18 | Insert nil check before handling prev/next message | Martin Hafskjold Thoresen |
2019-06-18 | Add aerc -v to print the installed version | Drew DeVault |
2019-06-17 | commands/msgview: add open command | Réouven Assouly |
2019-06-16 | Make part encoding checks case insensitive | Réouven Assouly |
2019-06-16 | Ensure that flags are set properly | Aditya Mahajan |
2019-06-15 | Update tcell | Drew DeVault |
2019-06-14 | Document collecting log output | Lyle Hanson |
2019-06-14 | imap: block until directory list is fully received | Drew DeVault |
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-14 | Add uninstall target to Makefile | Lyle Hanson |
2019-06-14 | Support directories in path to :save | Clayton Craft |
2019-06-13 | Make awk filters more portable | Drew DeVault |
2019-06-11 | Fix automatic scrolling when messages arrive/leave | Drew DeVault |
2019-06-11 | Add :next/:prev binds for [viewer] | Drew DeVault |
2019-06-11 | commands/msgview: Add next/prev commands | Kevin Kuehler |
2019-06-11 | lib/ui/tab: Add Replace method | Kevin Kuehler |
2019-06-11 | Move select functionality from msglist to msgstore | Kevin Kuehler |