From 27afe1996e124cf33ac37f97d725dac79f0436e5 Mon Sep 17 00:00:00 2001 From: totoro Date: Fri, 8 Aug 2025 07:29:52 +0900 Subject: [PATCH] Fix typo for xlib --- mail/send_mail.anubis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/send_mail.anubis b/mail/send_mail.anubis index 4481792..1be5963 100644 --- a/mail/send_mail.anubis +++ b/mail/send_mail.anubis @@ -25,7 +25,7 @@ read authentication.anubis read smtp_client.anubis public define String send_mail_log = "SendMail". -public define String xlib = "Xlib". +public define String xlib = "xlib". public define LogMask send_mail_mask = logMask("send_mail"). -- libgit2 0.21.4