all.SCORE
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 02 Jan 2021 01:28:36 +0200
changeset 1672 e2d0fc84c6f5
parent 1299 b3c9f1e790eb
permissions -rw-r--r--
Simplified Makefile byte compillation recipe by moving some logic from CLI to elisp.

;; -*- 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)
 )