--- Begin Message ---
Subject: |
Mail delivery failed: returning message to sender |
Date: |
Tue, 19 Jul 2011 19:33:04 +0000 |
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
address@hidden
retry time not reached for any host after a long failure period
------ This is a copy of the message, including all the headers. ------
Return-path: <address@hidden>
Received: from [10.1.0.108] (helo=vcs-noshell.in.savannah.gnu.org)
by colonialone.fsf.org with esmtp (Exim 4.69)
(envelope-from <address@hidden>)
id 1QiYiJ-0005EH-Sp
for address@hidden; Sun, 17 Jul 2011 21:17:23 +0000
Content-Type: multipart/mixed; boundary="===============1113810906=="
MIME-Version: 1.0
Date: Sun, 17 Jul 2011 14:13:38 -0700
From: Bill Wohler <address@hidden>
Subject: /srv/bzr/emacs/trunk r105274: * mh-e.el (Version,
mh-version): Update for release 8.2.93.
To: address@hidden
User-Agent: Bazaar (2.3.1)
Message-Id: <address@hidden>
--===============1113810906==
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
------------------------------------------------------------
revno: 105274
committer: Bill Wohler <address@hidden>
branch nick: trunk
timestamp: Sun 2011-07-17 14:13:38 -0700
message:
* mh-e.el (Version, mh-version): Update for release 8.2.93.
modified:
lisp/mh-e/ChangeLog
lisp/mh-e/mh-e.el
--===============1113810906==
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; name="r105274.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
=== modified file 'lisp/mh-e/ChangeLog'
--- a/lisp/mh-e/ChangeLog 2011-07-17 20:45:52 +0000
+++ b/lisp/mh-e/ChangeLog 2011-07-17 21:13:38 +0000
@@ -1,5 +1,9 @@
2011-07-17 Bill Wohler <address@hidden>
+ Release MH-E version 8.2.93.
+
+ * mh-e.el (Version, mh-version): Update for release 8.2.93.
+
* mh-compat.el (mh-pop-to-buffer-same-window): Delete.
* mh-folder.el (mh-inc-folder, mh-modify, mh-scan-folder)
(mh-make-folder): Revert to switch-to-buffer, as the Emacs folks
=== modified file 'lisp/mh-e/mh-e.el'
--- a/lisp/mh-e/mh-e.el 2011-07-16 16:16:34 +0000
+++ b/lisp/mh-e/mh-e.el 2011-07-17 21:13:38 +0000
@@ -5,7 +5,7 @@
;; Author: Bill Wohler <address@hidden>
;; Maintainer: Bill Wohler <address@hidden>
-;; Version: 8.2.92
+;; Version: 8.2.93
;; Keywords: mail
;; This file is part of GNU Emacs.
@@ -127,7 +127,7 @@
;; Try to keep variables local to a single file. Provide accessors if
;; variables are shared. Use this section as a last resort.
-(defconst mh-version "8.2.92" "Version number of MH-E.")
+(defconst mh-version "8.2.93" "Version number of MH-E.")
;; Variants
--===============1113810906==--
--- End Message ---