X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/a5cf4300ad78adf0d1870cd4b01a83ee81b5151f..8d039a87cead82fc24394089a038e31f421977f6:/.emacs.d/lisp/gnus-article-treat-patch.el diff --git a/.emacs.d/lisp/gnus-article-treat-patch.el b/.emacs.d/lisp/gnus-article-treat-patch.el index 0a3683d..f2f5c21 100644 --- a/.emacs.d/lisp/gnus-article-treat-patch.el +++ b/.emacs.d/lisp/gnus-article-treat-patch.el @@ -1,7 +1,23 @@ -;; from http://bewatermyfriend.org/p/2011/00a/ -;; https://www.0x50.de/fterbeck/emacs/blob/master/private/gnus-article-treat-patch.el -;; https://github.com/orgcandman/emacs-plugins/blob/master/gnus-article-treat-patch.el - +;;; gnus-article-treat-patch.el --- Highlight inline patches in articles +;; +;; Copyright © 2011-2019 Frank Terbeck +;; +;; This file is not part of GNU Emacs. +;; +;; This file is free software; you can redistribute it and/or modify it under +;; the terms of the GNU General Public License as published by the Free Soft- +;; ware Foundation; either version 3, or (at your option) any later version. +;; +;; This file is distributed in the hope that it will be useful, but WITHOUT ANY +;; WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR +;; A PARTICULAR PURPOSE. See the GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License along with +;; this file. If not, see . +;; +;; +;;; Commentary: +;; ;; Gnus addon to beautify patch-like emails. This uses a "ft/" prefix for ;; everything to avoid clashing with anything upstream. That prefix can be ;; savely s,ft/,,'d - if this is to be submitted to the gnus developers.