all.SCORE
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 23 Feb 2017 08:19:21 +0200
changeset 1496 4b336f352950
parent 1299 b3c9f1e790eb
permissions -rw-r--r--
(vc-root-dir) selectively work depending on buffer mode. I need root based on default-directory... Fix: switch to necessary directory before running process.

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