]> git.pld-linux.org Git - packages/elm.git/commitdiff
- outdated.
authorkloczek <kloczek@pld-linux.org>
Wed, 20 Dec 2000 00:18:06 +0000 (00:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elm-answer.patch -> 1.2
    elm-temp-mbox.patch -> 1.2

elm-answer.patch [deleted file]
elm-temp-mbox.patch [deleted file]

diff --git a/elm-answer.patch b/elm-answer.patch
deleted file mode 100644 (file)
index 61aebf9..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
---- elm2.5.3/utils/answer.c.sopwith    Thu Feb  3 14:14:23 2000
-+++ elm2.5.3/utils/answer.c    Thu Feb  3 14:38:28 2000
-@@ -301,7 +301,7 @@
-       static char sprbuffer[VERY_LONG_STRING];
-       datum  key, value;
-       int    loc;
--      struct alias_rec entry;
-+      struct alias_disk_rec entry;
-       name = shift_lower(name);
-       key.dptr = name;
-@@ -312,16 +312,16 @@
-       bcopy(value.dptr, (char *) &loc, sizeof(loc));
-       loc -= sizeof(entry);
--      lseek(user_data, loc, 0L);
-+      lseek(user_data, loc, SEEK_SET);
-       read(user_data, (char *) &entry, sizeof(entry));
-       read(user_data, buffer, entry.length > VERY_LONG_STRING ? VERY_LONG_STRING : entry.length);
-       if ((entry.type & GROUP) != 0 && mailing) {
--          if (expand_group(sprbuffer, buffer + (int) entry.address,
-+          if (expand_group(sprbuffer, buffer + entry.address,
-                            depth) < 0)
-               return NULL;
-       } else {
--          sprintf(sprbuffer, "%s (%s)", buffer + (int) entry.address,
--                  buffer + (int) entry.name);
-+          sprintf(sprbuffer, "%s (%s)", buffer + entry.address,
-+                  buffer + entry.name);
-       }
-       return sprbuffer;
- }
diff --git a/elm-temp-mbox.patch b/elm-temp-mbox.patch
deleted file mode 100644 (file)
index 8fc2fd5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -ur elm2.5.1/src/newmbox.c elm2.5.1.new/src/newmbox.c
---- elm2.5.1/src/newmbox.c     Wed Mar 24 15:22:09 1999
-+++ elm2.5.1.new/src/newmbox.c Fri Nov 19 13:54:05 1999
-@@ -247,7 +247,8 @@
-       sprintf(tempfn, "%s%s", default_temp, temp_mbox);
-         cp = basename(mbox);
-       if (strcmp(cp, "mbox") == 0 || strcmp(cp, "mailbox") == 0 ||
--              strcmp(cp, "inbox") == 0 || *cp == '.')
-+              strcmp(cp, "inbox") == 0 || strcmp(cp, "Mailbox") == 0 ||
-+              *cp == '.')
-           strcat(tempfn, user_name);
-         else
-           strcat(tempfn, cp);
This page took 0.065973 seconds and 4 git commands to generate.