diff options
author | Gnus developers <ding@gnus.org> | 2011-03-12 08:53:34 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-03-12 08:53:34 +0000 |
commit | a276370e0a8c9434ce0ae2ba72fa6acd69570a0d (patch) | |
tree | 4da238702405cb5c35d87140e5a976ade227f49e /lisp/gnus/mm-uu.el | |
parent | 946425995f270514be4d2beca6941c33a70d440e (diff) | |
download | emacs-a276370e0a8c9434ce0ae2ba72fa6acd69570a0d.tar.gz emacs-a276370e0a8c9434ce0ae2ba72fa6acd69570a0d.tar.bz2 emacs-a276370e0a8c9434ce0ae2ba72fa6acd69570a0d.zip |
Merge changes made in Gnus trunk.
gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook): Don't install `gnus-sync-read' to any hooks by default. It's buggy. The user will have to run `gnus-sync-read' manually and wait for Cloudy Gnus.
mm-uu.el (mm-uu-type-alist): Add support for diff starting with "=== modified file".
Diffstat (limited to 'lisp/gnus/mm-uu.el')
-rw-r--r-- | lisp/gnus/mm-uu.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/gnus/mm-uu.el b/lisp/gnus/mm-uu.el index 14b44198303..96dce48a774 100644 --- a/lisp/gnus/mm-uu.el +++ b/lisp/gnus/mm-uu.el @@ -158,6 +158,12 @@ This can be either \"inline\" or \"attachment\".") mm-uu-diff-extract nil mm-uu-diff-test) + (diff + "^=== modified file " + nil + mm-uu-diff-extract + nil + mm-uu-diff-test) (git-format-patch "^diff --git " "^-- " |