# HG changeset patch # User Oleksandr Gavenko # Date 1612040731 -7200 # Node ID a2f35bf9a92857c9d490283f3db3aadbe818f153 # Parent 5ed78a45b299b14121bc07fc5c5e29dfa026aec1 Moved Gnus's all.SCORE to separate project as it reveals some private data. diff -r 5ed78a45b299 -r a2f35bf9a928 Makefile --- 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/ \ diff -r 5ed78a45b299 -r a2f35bf9a928 all.SCORE --- 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) - )