summary refs log tree commit diff
tag name1.1 (94d3e4cf440d2b87fb9d765a563f8a72dfec3268)
tag date2020-05-05 17:43:16 -0400
tagged byJune McEnroe <june@causal.agency>
tagged objectcommit db1a74c69e...
downloadnotemap-1.1.tar.gz
notemap-1.1.zip
Version 1.1
This release encodes UTF-8 paths properly in the Subject line of notes.
It also uses a more sophisticated IMAP parser.
/log/bin/Makefile?id=557f1deb2b1a18ede48950b5421b71f662ea309d&follow=1'>Collapse)Author 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe