branch: externals/autocrypt
commit f55388cc6e8dec6c8e89a3c85f1afcbf57d4b9f8
Author: Philip K <[email protected]>
Commit: Philip K <[email protected]>
Suppress message when autocrypt file is modified
---
autocrypt.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/autocrypt.el b/autocrypt.el
index e96c6e799a..3fe5d353db 100644
--- a/autocrypt.el
+++ b/autocrypt.el
@@ -175,7 +175,7 @@ Every member of this list has to be an instance of the
(dolist (var autocrypt-save-variables)
(print `(unless ,var
(setq ,var ',(symbol-value var))))))
- (write-region (point-min) (point-max) autocrypt-save-file)))
+ (write-region nil nil autocrypt-save-file nil 'silent)))
;;
https://autocrypt.org/level1.html#recommendations-for-single-recipient-messages
(defun autocrypt-single-recommentation (sender recipient)