Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ethan "eekee" Grammatikidis (272c7061d51f9eab5c7ec04b0ff02a910fe874da)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ethan eekee Grammatikidis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ethan "eekee" Grammatikidis (272c7061d51f9eab5c7ec04b0ff02a910fe874da)
  • Date: Sun, 24 Jun 2007 13:37:43 -0500

GIT changes to master grimoire by Ethan "eekee" Grammatikidis
<eekee57 AT fastmail.fm>:

mail/imap/HISTORY | 3 +++
mail/imap/mailsubdir.patch | 13 ++++++-------
2 files changed, 9 insertions(+), 7 deletions(-)

New commits:
commit f9c8be1a57954e97f49a21959276a0b34a13b9d3
Author: Ethan "eekee" Grammatikidis <eekee57 AT fastmail.fm>
Commit: Ethan "eekee" Grammatikidis <eekee57 AT fastmail.fm>

imap: mailsubdir.patch fixed

diff --git a/mail/imap/HISTORY b/mail/imap/HISTORY
index 8b14f1b..8e8e793 100644
--- a/mail/imap/HISTORY
+++ b/mail/imap/HISTORY
@@ -1,3 +1,6 @@
+2007-06-24 Ethan Grammatikidis <eekee57 AT fastmail.fm>
+ * fixed mailsubdir.patch
+
2007-06-24 Elisamuel Resto <ryuji AT mages.ath.cx>
* DETAILS: version bump to 2006i, changed LICENSE, aparently I forgot.

diff --git a/mail/imap/mailsubdir.patch b/mail/imap/mailsubdir.patch
index 8f137f9..5f413b8 100755
--- a/mail/imap/mailsubdir.patch
+++ b/mail/imap/mailsubdir.patch
@@ -1,12 +1,11 @@
-diff -urN imap-2001a/src/osdep/unix/env_unix.c imap/src/osdep/unix/env_unix.c
---- imap-2001a/src/osdep/unix/env_unix.c 2001-10-17 23:27:59.000000000
-0400
-+++ imap/src/osdep/unix/env_unix.c 2002-05-08 11:09:19.000000000 -0400
-@@ -29,7 +29,7 @@
- static char *myMailboxDir = NIL;/* mailbox directory name */
+--- src/osdep/unix/env_unix.c.old 2007-06-24 16:37:29.000000000 +0100
++++ src/osdep/unix/env_unix.c 2007-06-24 16:37:52.000000000 +0100
+@@ -68,7 +68,7 @@
+ static char *myServerName = NIL;/* server name */
static char *myLocalHost = NIL; /* local host name */
static char *myNewsrc = NIL; /* newsrc file name */
--static char *mailsubdir = NIL; /* mail subdirectory name */
-+static char *mailsubdir = ".imap"; /* mail subdirectory name */
+-static char *mailsubdir = NIL; /* mailbox subdirectory name */
++static char *mailsubdir = ".imap"; /* mailbox subdirectory name */
static char *sysInbox = NIL; /* system inbox name */
static char *newsActive = NIL; /* news active file */
static char *newsSpool = NIL; /* news spool */



  • [SM-Commit] GIT changes to master grimoire by Ethan "eekee" Grammatikidis (272c7061d51f9eab5c7ec04b0ff02a910fe874da), Ethan eekee Grammatikidis, 06/24/2007

Archive powered by MHonArc 2.6.24.

Top of Page