From 3554f1b34bb6937cdac6ffc48d8f4d7bf2f4ce3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 15 Oct 2019 22:06:54 +0200 Subject: Add final fallback for name. --- module/vcomponent.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/vcomponent.scm') diff --git a/module/vcomponent.scm b/module/vcomponent.scm index a65ef2d4..31d5b2bf 100644 --- a/module/vcomponent.scm +++ b/module/vcomponent.scm @@ -114,7 +114,8 @@ (unless (attr component "NAME") (set! (attr component "NAME") (or (attr component "X-WR-CALNAME") - (attr root "NAME")))) + (attr root "NAME") + "[NAMELESS]"))) (unless (attr component "COLOR") (set! (attr component "COLOR") -- cgit v1.2.3