about summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Move msgstore map to dirstoreJeffas2019-07-261-2/+13
* Add new-email triggerJeffas2019-07-262-19/+58
* Fix :close on terminal panicJeffas2019-07-251-0/+5
* Fix grid creating too large subcontextsJeffas2019-07-251-0/+9
* Fix panic when tabs.popHistory is nonexistentDrew DeVault2019-07-251-1/+1
* Make :next-result :prev-result relative to cursorKevin Kuehler2019-07-251-0/+9
* Add change tab commandJeffas2019-07-231-5/+20
* Forward mailto links to server via ./aerc <mailto>Drew DeVault2019-07-191-0/+17
* Add Unix socket for communicating with aercDrew DeVault2019-07-191-0/+82
* Implement :filter, :clearKevin Kuehler2019-07-191-14/+33
* Display user specified headers in viewer if presentDaniel Bridges2019-07-171-0/+14
* Fix grid widths when using weighted widthsJeffas2019-07-171-3/+14
* Add MouseEnabled config settingJeffas2019-07-171-1/+3
* Fix text input cursor position with non-ASCII textTuomas Siipola2019-07-171-3/+3
* Fix read reply flag formattingJeffas2019-07-121-5/+19
* Create UIDStore packageBen Burwell2019-07-121-0/+62
* Add clickable tabsJeffas2019-07-113-0/+36
* #190 Handle gmail duplicate folderDaniel Bridges2019-07-111-0/+2
* Support imaps with oauthbearer authentication (Gmail)Frode Aannevik2019-07-111-0/+42
* Fix re-opening of expired pipe tabsDrew DeVault2019-07-081-1/+13
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-082-66/+20
* Use []uint32 instead of imap.SeqSetBen Burwell2019-07-081-25/+11
* Factor UI models out of the worker message packageBen Burwell2019-07-082-20/+21
* Sort out dirstore once and for allDrew DeVault2019-07-041-3/+1
* Use go-message implementation of GenerateMessageIDBen Burwell2019-07-041-34/+0
* Use "open" instead of "xdg-open" on Darwin systemsBen Burwell2019-07-042-0/+22
* panic: runtime error: index out of range in handleFetchMessages (#127)Zach Sisco2019-06-291-3/ ${CFLAGS} $< ${OBJ}: config.h config.mk config.h: @echo creating $@ from config.def.h @cp config.def.h $@ dwm: ${OBJ} @echo CC -o $@ @${CC} -o $@ ${OBJ} ${LDFLAGS} clean: @echo cleaning @rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz dist: clean @echo creating dist tarball @mkdir -p dwm-${VERSION} @cp -R LICENSE Makefile README config.def.h config.mk \ dwm.1 ${SRC} dwm-${VERSION} @tar -cf dwm-${VERSION}.tar dwm-${VERSION} @gzip dwm-${VERSION}.tar @rm -rf dwm-${VERSION} install: all @echo installing executable file to ${DESTDIR}${PREFIX}/bin @mkdir -p ${DESTDIR}${PREFIX}/bin @cp -f dwm ${DESTDIR}${PREFIX}/bin @chmod 755 ${DESTDIR}${PREFIX}/bin/dwm @echo installing manual page to ${DESTDIR}${MANPREFIX}/man1 @mkdir -p ${DESTDIR}${MANPREFIX}/man1 @sed "s/VERSION/${VERSION}/g" < dwm.1 > ${DESTDIR}${MANPREFIX}/man1/dwm.1 @chmod 644 ${DESTDIR}${MANPREFIX}/man1/dwm.1 uninstall: @echo removing executable file from ${DESTDIR}${PREFIX}/bin @rm -f ${DESTDIR}${PREFIX}/bin/dwm @echo removing manual page from ${DESTDIR}${MANPREFIX}/man1 @rm -f ${DESTDIR}${MANPREFIX}/man1/dwm.1 .PHONY: all options clean dist install uninstall ='commitgraph'>* s/aerc2/aerc/gDrew DeVault2019-05-172-2/+2
* Fix issues with OOB uidsDrew DeVault2019-05-161-3/+3
* Implement (basic form) of :replyDrew DeVault2019-05-161-0/+34