[gnus git] branch master updated: m0-9-21-g91010fa =1= * gnus-cloud.el: New file to provide the Emacs Cloud.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 91010fae013ee4f798608cbf1e218f01ec230617 (commit)
from 66cc80e194706bc9422f2ed233c89d8d11e39afa (commit)
- Log -----------------------------------------------------------------
commit 91010fae013ee4f798608cbf1e218f01ec230617
Author: Lars Ingebrigtsen <[email protected]>
Date: Sat Feb 1 13:26:12 2014 -0800
* gnus-cloud.el: New file to provide the Emacs Cloud.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 67c3f88..e78a894 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2014-02-01 Lars Ingebrigtsen <[email protected]>
+ * gnus-cloud.el: New file to provide the Emacs Cloud.
+
* dgnushack.el: Silence XEmacs w3 warning.
* gravatar.el (gravatar-retrieve-synchronously): XEmacs also has
diff --git a/lisp/gnus-cloud.el b/lisp/gnus-cloud.el
new file mode 100644
index 0000000..2a1b2b8
--- /dev/null
+++ b/lisp/gnus-cloud.el
@@ -0,0 +1,31 @@
+;;; gnus-cloud.el --- storing and retrieving data via IMAP
+
+;; Copyright (C) 2014 Free Software Foundation, Inc.
+
+;; Author: Lars Magne Ingebrigtsen <[email protected]>
+;; Keywords: mail
+
+;; This file is part of GNU Emacs.
+
+;; GNU Emacs 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 Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+
+;; GNU Emacs 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 GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
+
+;;; Commentary:
+
+;;; Code:
+
+(eval-when-compile (require 'cl))
+
+(provide 'gnus-cloud)
+
+;;; gnus-cloud.el ends here
diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el
index b9b259e..b79b96e 100644
--- a/lisp/gnus-start.el
+++ b/lisp/gnus-start.el
@@ -30,6 +30,7 @@
(require 'gnus-spec)
(require 'gnus-range)
(require 'gnus-util)
+(require 'gnus-cloud)
(autoload 'message-make-date "message")
(autoload 'gnus-agent-read-servers-validate "gnus-agent")
(autoload 'gnus-agent-save-local "gnus-agent")
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 2 ++
lisp/{nnheaderxm.el => gnus-cloud.el} | 19 +++++++++----------
lisp/gnus-start.el | 1 +
3 files changed, 12 insertions(+), 10 deletions(-)
copy lisp/{nnheaderxm.el => gnus-cloud.el} (56%)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project