mirror of
https://codeberg.org/cage/tinmop/
synced 2025-06-05 01:09:17 +02:00
- added signature in the correct position when replying.
This commit is contained in:
@ -277,4 +277,4 @@
|
||||
|
||||
(defun signature ()
|
||||
(when-let ((signature-file (swconf:signature-file-path)))
|
||||
(format nil "-- ~%~a" (fs:slurp-file signature-file))))
|
||||
(format nil "~%-- ~%~a" (fs:slurp-file signature-file))))
|
||||
|
Reference in New Issue
Block a user