aboutsummaryrefslogtreecommitdiffstats
path: root/global-config
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-01-11 00:31:49 +0100
committerGravatar Christian Hesse <mail@eworm.de>2023-01-12 15:40:05 +0100
commit47a657d25c44910b548410dea84b092e5d5488dc (patch)
tree1f816b6f15e0f5ddb6fc944a246e34580601eb55 /global-config
parentc8e22f33c25db61a3f8287aae812017f79e8cba1 (diff)
mod/notification-*: support extra text (or emojis 🚀) in notification tagschange-87
Diffstat (limited to 'global-config')
-rw-r--r--global-config3
1 files changed, 3 insertions, 0 deletions
diff --git a/global-config b/global-config
index fded46f..bd632a1 100644
--- a/global-config
+++ b/global-config
@@ -9,6 +9,9 @@
# Set this to 'true' to disable news and change notifications.
:global NoNewsAndChangesNotification false;
+# Add extra text (or emojis) in notification tags.
+:global IdentityExtra "";
+
# This is used for DNS and backup file.
:global Domain "example.com";
:global HostNameInZone true;