about summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
* Update email addresses 1.1June McEnroe2020-05-05
* Update compat.h for split read/write streamsJune McEnroe2020-05-05
* Encode the path as Subject with QJune McEnroe2020-05-05
* Clean up notemap with dataCheckJune McEnroe2020-05-04
* Update IMAP parserJune McEnroe2020-05-04
* Use a real IMAP parserJune McEnroe2020-04-08
* Call fopencookie with a+ 1.0June McEnroe2020-01-28
* Add arc4random_buf compatibilityJune McEnroe2020-01-28
* Add READMEJune McEnroe2020-01-28
* Add compat.hJune McEnroe2020-01-28
* Limit subject to 7-bit 78 charactersJune McEnroe2020-01-28
* Split lines so that they're 76, not 77 charactersJune McEnroe2020-01-27
* Encode trailing whitespace in quote-printable properlyJune McEnroe2020-01-27
* Skip notes not listed in argsJune McEnroe2020-01-27
* Skip if dates matchJune McEnroe2020-01-27
* Check envelope date rather than internal dateJune McEnroe2020-01-26
* Log out after reading all notesJune McEnroe2020-01-26
* Reference MIME part 1 standardJune McEnroe2020-01-26
* Implement appendJune McEnroe2020-01-26
* Implement IMAP flow outlineJune McEnroe2020-01-26
* Add -w option to manual pageJune McEnroe2020-01-26
* Add standards and author to manual pageJune McEnroe2020-01-26
* Add copy of GPLv3June McEnroe2020-01-26
* Add MakefileJune McEnroe2020-01-26
* Add IMAP-related options to manual pageJune McEnroe2020-01-26
* Implement -aJune McEnroe2020-01-26
* Remove bidirectional things from manual pageJune McEnroe2020-01-25
* Add UUIDv4 generationJune McEnroe2020-01-25
* Add basic manual pageJune McEnroe2020-01-25
'3' class='logmsg'> In other words, warn when a function is missing static. I don't see why this isn't in -Wextra. 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe I know, it feels wrong. 2022-02-18Implement new line editing "library"June McEnroe Losing tab complete and text macros, for now. This new implementation works on an instance of a struct and does not interact with the rest of catgirl, making it possible to copy into another project. Unlike existing line editing libraries, this one is entirely abstract and can be rendered externally. My goal with this library is to be able to implement vi mode. Since it operates on struct instances rather than globals, it might also be possible to give catgirl separate line editing buffers for each window, which would be a nice UX improvement. 2022-02-18Simplify cursor positioning in inputJune McEnroe Do some extra work by adding the portion before the cursor to the input window twice, but simplify the interaction with the split point. This fixes the awkward behaviour when moving the cursor across colour codes where the code would be partially interpreted up to the cursor. 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe