]> git.pld-linux.org Git - packages/fetchpop.git/blob - fetchpop1.9.patch1
- tabs in preamble
[packages/fetchpop.git] / fetchpop1.9.patch1
1 /*
2 Fix of trivial typos that I found after releasing fetchpop1.9
3 */
4
5 *** fetchpop1.9/fetchpop.c.orig Thu Jun 27 02:44:51 1996
6 --- fetchpop1.9/fetchpop.c      Thu Jun 27 04:26:46 1996
7 ***************
8 *** 41,45 ****
9   int decryptit(char *to, char *from);
10   
11 ! #define VERSION "fetchpop 1.9 release"
12   #define DATE "Jun 1996"
13   
14 --- 41,45 ----
15   int decryptit(char *to, char *from);
16   
17 ! #define VERSION "fetchpop 1.9pl1 release"
18   #define DATE "Jun 1996"
19   
20 ***************
21 *** 154,160 ****
22         if (!flag1 && !flag2) {
23         options->remove = 2;
24 -       if (!flag1)
25           ++flag1;
26 -       else
27           ++flag2;
28         } else
29 --- 154,158 ----
30 ***************
31 *** 315,319 ****
32     
33     if (iserror) {
34 !     fprintf(stderr,"usage: fetchpop [-v] [-k | -q] [-d] [-r] [-x | -e msgID] [-c | -a | -g msg ID] [-h] [-t limit] [-f alternative rcfile] [-l log file] [");
35   #ifdef HAVEMDA
36       fprintf(stderr," -m | ");
37 --- 313,317 ----
38     
39     if (iserror) {
40 !     fprintf(stderr,"usage: fetchpop [-v] [-k | -q] [-d] [-b] [-r] [-x | -e msg ID] [-c | -a | -g msg ID] [-h] [-t limit] [-f alternative rcfile] [-l log file] [");
41   #ifdef HAVEMDA
42       fprintf(stderr," -m | ");
43 ***************
44 *** 339,343 ****
45   #endif
46   #ifdef HAVEPROCMAIL
47 !     fprintf(stderr,"  -p   : use procmail for mail delivery.\n");
48   #endif
49       fprintf(stderr,"  -o   : write the fetched message to user defined mail folder.\n");
50 --- 337,341 ----
51   #endif
52   #ifdef HAVEPROCMAIL
53 !     fprintf(stderr,"  -p   : use procmail(%s) for mail delivery.\n",FORMAIL);
54   #endif
55       fprintf(stderr,"  -o   : write the fetched message to user defined mail folder.\n");
56 ***************
57 *** 518,522 ****
58   #define DEC(c) ((((c) - ' ') & 077) -2)
59   
60 ! void encryptit(char to[], char from[])
61   {
62     
63 --- 516,520 ----
64   #define DEC(c) ((((c) - ' ') & 077) -2)
65   
66 ! void encryptit(char *to, char *from)
67   {
68     
69 ***************
70 *** 543,547 ****
71   }
72   
73 ! int decryptit(char to[], char from[])
74   {
75     int ch,n;
76 --- 541,545 ----
77   }
78   
79 ! int decryptit(char *to, char *from)
80   {
81     int ch,n;
82 *** fetchpop1.9/Makefile.orig   Thu Jun 27 02:44:38 1996
83 --- fetchpop1.9/Makefile        Thu Jun 27 04:33:22 1996
84 ***************
85 *** 27,30 ****
86 --- 27,32 ----
87   #                         Useful if you want to use biff or xmailbox
88   #                         with fetchpop.
89 + # -DNODETAILLOG               - don't display delivery method at the end 
90 + #                               of retrieval
91   #--------------------------------------------------------------
92   # For example,
93 ***************
94 *** 33,41 ****
95   #EXTRA_OPTION = -DHAVEMDA -DLogShowfrom 
96   #EXTRA_OPTION = -DHAVEPROCMAIL -DLogShowfrom 
97 ! EXTRA_OPTION = -DHAVEPROCMAIL -DHAVEMDA -DLogShowfrom -DLogOnlyNew 
98   #EXTRA_OPTION = -DHAVEPROCMAIL -DHAVEMDA -DLogShowfrom  
99   
100   LIBS=
101
102   # -------- No need to edit anything below here ---------------------------
103   DEFTARGET=notes
104 --- 35,42 ----
105   #EXTRA_OPTION = -DHAVEMDA -DLogShowfrom 
106   #EXTRA_OPTION = -DHAVEPROCMAIL -DLogShowfrom 
107 ! EXTRA_OPTION = -DHAVEPROCMAIL -DHAVEMDA -DLogShowfrom -DLogOnlyNew -DNODETAILLOG 
108   #EXTRA_OPTION = -DHAVEPROCMAIL -DHAVEMDA -DLogShowfrom  
109   
110   LIBS=
111   # -------- No need to edit anything below here ---------------------------
112   DEFTARGET=notes
This page took 0.07459 seconds and 3 git commands to generate.