mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 06:48:47 +02:00
8 lines
212 B
Plaintext
8 lines
212 B
Plaintext
# Sunrise and sunset
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
IF !$CalMode && !$PsCal
|
|
REM NOQUEUE AT [sunrise()] MSG %"%"[_("Sunrise")] %! %2.
|
|
REM NOQUEUE AT [sunset()] MSG %"%"[_("Sunset")] %! %2.
|
|
ENDIF
|