]> git.pld-linux.org Git - packages/mutt.git/blame - patch-0.00.sec+bonk.patchlist.1
1.3.17i
[packages/mutt.git] / patch-0.00.sec+bonk.patchlist.1
CommitLineData
7e5fb030 1--- mutt-1.0pre1/main.c.orig Mon Aug 23 14:22:20 1999
2+++ mutt-1.0pre1/main.c Wed Aug 25 15:20:48 1999
3@@ -285,6 +285,8 @@
4
5 puts(_(ReachingUs));
6
7+ mutt_print_patchlist ();
8+
9 exit (0);
10 }
11
12--- mutt-1.0pre1/patchlist.c.orig Wed Aug 25 15:20:48 1999
13+++ mutt-1.0pre1/patchlist.c Wed Aug 25 15:20:48 1999
14@@ -0,0 +1,22 @@
15+#include <stdio.h>
16+
17+void mutt_print_patchlist (void)
18+{
19+ /*
20+ * If you add a patch, include a line identifying it within this
21+ * section. It should include the type of patch (Feature, Bugfix, or
22+ * Merge), the name of the patch, the version of mutt to which the
23+ * patch should be applied, the version of the patch itself, and your
24+ * name. This line should be a printf, terminated by a single \n, and
25+ * should fit in one line of code. It should be inserted after all
26+ * other patch-ID lines. It should be preceded by three blank lines,
27+ * and followed by three blank lines and the DO NOT MODIFY AFTER... line.
28+ */
29+ /* DO NOT MODIFY BEFORE THIS LINE */
30+
31+
32+
33+
34+
35+ /* DO NOT MODIFY AFTER THIS LINE */
36+}
37--- mutt-1.0pre1/protos.h.orig Mon Jul 26 16:52:27 1999
38+++ mutt-1.0pre1/protos.h Wed Aug 25 15:20:49 1999
39@@ -180,6 +180,7 @@
40 void mutt_pretty_mailbox (char *);
41 void mutt_pretty_size (char *, size_t, long);
42 void mutt_print_message (HEADER *);
43+void mutt_print_patchlist (void);
44 void mutt_query_exit (void);
45 void mutt_query_menu (char *, size_t);
46 void mutt_safe_path (char *s, size_t l, ADDRESS *a);
47--- mutt-1.1.11/Makefile.am Mon Apr 3 00:35:18 2000
48+++ mutt-1.1.11/Makefile.am.patchlist Mon Apr 3 00:38:05 2000
49@@ -30,7 +30,7 @@
50 curs_main.c date.c \
51 edit.c enter.c flags.c init.c filter.c from.c getdomain.c \
52 handler.c hash.c hdrline.c headers.c help.c hook.c keymap.c \
53- main.c mbox.c menu.c mh.c mx.c pager.c parse.c pattern.c \
54+ main.c mbox.c menu.c mh.c mx.c pager.c parse.c patchlist.c pattern.c \
55 postpone.c query.c recvattach.c recvcmd.c \
56 rfc822.c rfc1524.c rfc2047.c rfc2231.c \
57 score.c send.c sendlib.c signal.c sort.c \
This page took 0.037745 seconds and 4 git commands to generate.