Moved Gnus's all.SCORE to separate project as it reveals some private data.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 30 Jan 2021 23:05:31 +0200
changeset 1713 a2f35bf9a928
parent 1712 5ed78a45b299
child 1714 73cab0de25c6
Moved Gnus's all.SCORE to separate project as it reveals some private data.
Makefile
all.SCORE
--- a/Makefile	Sat Jan 30 22:44:34 2021 +0200
+++ b/Makefile	Sat Jan 30 23:05:31 2021 +0200
@@ -148,8 +148,7 @@
 		[[ -f $(emacsdir)/$$f ]] || install -m 0644 $$f $(emacsdir)/$$f; \
 	done
 	install -m 0644 -t $(emacsdir) .emacs-defs init.el .emacs-my
-	mkdir -p $(emacsdir)/server $(HOME)/.gnus/scores
-	install -m 0644 -t $(HOME)/.gnus/scores all.SCORE
+	mkdir -p $(emacsdir)/server
 	$(SHELL) .emacs-autogen.sh $(emacsdir)/.emacs-autogen
 	cp -r srecode/ $(HOME)/.emacs.d/
 	\
--- a/all.SCORE	Sat Jan 30 22:44:34 2021 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-;; -*- mode: emacs-lisp -*-
-(
- ("from"
-  ("Oleksandr Gavenko" 200 nil s)
-  ("gavenkoa" 200 nil s)
-  ("Юрий Гавенко" 200 nil s)
-  ("singalen" 100 nil s)
-  ("Victor Sergienko" 200 nil s)
-  ;; Spammers, haters.
-  ("sthu.deus@openmailbox.org" -1000 nil s))
- ("message-id"
-  ("@gavenkoa.example.com" 200 nil s))
- ("references"
-  ("@gavenkoa.example.com" 100 nil s)
-  ("@desktop.home.int" 100 nil s))
- (mark-and-expunge -20)
- (thread-mark-and-expunge -20)
- )