mirror of
https://codeberg.org/cage/tinmop/
synced 2025-03-05 10:17:44 +01:00
- deprecated "crypted" as valid configuration directive.
This commit is contained in:
parent
92a0dc9db4
commit
ee81d45142
@ -41,7 +41,7 @@ main-window.foreground = white
|
|||||||
|
|
||||||
# shown when a message was transmitted in encrypted form
|
# shown when a message was transmitted in encrypted form
|
||||||
|
|
||||||
crypted.mark.value = " 🔏👌"
|
encrypted.mark.value = " 🔏👌"
|
||||||
|
|
||||||
# the string to be drawn instead of actual character when input password
|
# the string to be drawn instead of actual character when input password
|
||||||
|
|
||||||
|
@ -566,7 +566,7 @@
|
|||||||
new-message
|
new-message
|
||||||
mark
|
mark
|
||||||
vote-vertical-bar
|
vote-vertical-bar
|
||||||
crypted
|
encrypted
|
||||||
open-link-helper
|
open-link-helper
|
||||||
histogram
|
histogram
|
||||||
error-dialog
|
error-dialog
|
||||||
@ -906,7 +906,7 @@
|
|||||||
|
|
||||||
(defun encrypted-mark-value ()
|
(defun encrypted-mark-value ()
|
||||||
(or (access:accesses *software-configuration*
|
(or (access:accesses *software-configuration*
|
||||||
+key-crypted+
|
+key-encrypted+
|
||||||
+key-mark+
|
+key-mark+
|
||||||
+key-value+)
|
+key-value+)
|
||||||
(_ "This message was encrypted")))
|
(_ "This message was encrypted")))
|
||||||
@ -1768,4 +1768,6 @@
|
|||||||
(config-server-name)))
|
(config-server-name)))
|
||||||
(config-gemini-proxy)
|
(config-gemini-proxy)
|
||||||
(when (access:accesses *software-configuration* :post-allowed-language)
|
(when (access:accesses *software-configuration* :post-allowed-language)
|
||||||
(error (_ "\"post-allowed-language = …\" has been removed as configuration directive; use: \"default.post.language = …\", instead"))))
|
(error (_ "\"post-allowed-language = …\" has been removed as configuration directive; use: \"default.post.language = …\", instead")))
|
||||||
|
(when (access:accesses *software-configuration* :crypted)
|
||||||
|
(error (_ "\"crypted\" is not used anymore; use: \"encrypted\", instead"))))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user