Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lint: ensure errors are at least logged (errcheck) | Moritz Poldrack | 2022-08-04 | 1 | -2/+9 |
| | | | | | Signed-off-by: Moritz Poldrack <moritz@poldrack.dev> Acked-by: Robin Jarry <robin@jarry.cc> | ||||
* | lint: apply new formatting rules | Moritz Poldrack | 2022-08-01 | 1 | -4/+1 |
| | | | | | | | Run `make fmt`. Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Robin Jarry <robin@jarry.cc> | ||||
* | invites: reply with accept, accept-tentative or decline | Koni Marti | 2022-05-31 | 1 | -0/+190 |
Reply to iCalendar invitations with three commands: :accept, :accept-tentative or :decline. Parse a text/calendar request, create a reply and append it to the composer. Suggested-by: Ondřej Synáček <ondrej@synacek.org> Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc> |