]> git.pld-linux.org Git - packages/mutt.git/blame - patch-0.95.6.as.mark-old.1
- blank-line.patch replaced by configurable blank-lines.patch.
[packages/mutt.git] / patch-0.95.6.as.mark-old.1
CommitLineData
7e5fb030 1--- mutt-0.95.6/mh.c.orig Wed Jun 9 12:03:57 1999
2+++ mutt-0.95.6/mh.c Wed Jun 9 12:04:01 1999
3@@ -227,7 +227,7 @@
4 if(subdir)
5 {
6 snprintf(buf, sizeof(buf), "%s/%s", ctx->path, subdir);
7- is_old = (mutt_strcmp("cur", subdir) == 0) && option(OPTMARKOLD);
8+ is_old = (mutt_strcmp("cur", subdir) == 0);
9 }
10 else
11 strfcpy(buf, ctx->path, sizeof(buf));
12--- mutt-0.95.6/parse.c.orig Wed Jun 9 12:03:38 1999
13+++ mutt-0.95.6/parse.c Wed Jun 9 12:03:39 1999
14@@ -1112,7 +1112,6 @@
15 hdr->replied = 1;
16 break;
17 case 'O':
18- if (option (OPTMARKOLD))
19 hdr->old = 1;
20 break;
21 case 'R':
22--- mutt-0.95.6/patchlist.c.orig Fri Jun 4 01:40:18 1999
23+++ mutt-0.95.6/patchlist.c Wed Jun 9 12:05:44 1999
24@@ -16,6 +16,8 @@
25
26
27
28+ printf("Feature patch: mark-old 0.95.6 by Aaron Schrab\n");
29+
30
31
32 /* DO NOT MODIFY AFTER THIS LINE */
This page took 0.038119 seconds and 4 git commands to generate.