Updated. Sorted alphabetically
Showing
1 changed file
with
21 additions
and
39 deletions
... | @@ -3,45 +3,38 @@ | ... | @@ -3,45 +3,38 @@ |
3 | # Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 3 | # Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
4 | # | 4 | # |
5 | 5 | ||
6 | config/mailutils-config.c | ||
7 | |||
8 | sql/mysql.c | ||
9 | sql/postgres.c | ||
10 | |||
11 | auth/pam.c | 6 | auth/pam.c |
12 | auth/sql.c | 7 | auth/sql.c |
13 | auth/tls.c | 8 | auth/tls.c |
14 | auth/virtual.c | 9 | auth/virtual.c |
15 | |||
16 | comsat/action.c | 10 | comsat/action.c |
17 | comsat/cfg.c | 11 | comsat/cfg.c |
18 | comsat/comsat.c | 12 | comsat/comsat.c |
19 | 13 | config/mailutils-config.c | |
20 | dotlock/dotlock.c | 14 | dotlock/dotlock.c |
21 | 15 | frm/common.c | |
22 | frm/frm.c | 16 | frm/frm.c |
23 | frm/from.c | 17 | frm/from.c |
24 | frm/common.c | ||
25 | |||
26 | guimb/collect.c | 18 | guimb/collect.c |
27 | guimb/main.c | 19 | guimb/main.c |
28 | guimb/util.c | 20 | guimb/util.c |
29 | |||
30 | imap4d/auth_gss.c | 21 | imap4d/auth_gss.c |
31 | imap4d/authenticate.c | 22 | imap4d/authenticate.c |
32 | imap4d/imap4d.c | ||
33 | imap4d/bye.c | 23 | imap4d/bye.c |
24 | imap4d/imap4d.c | ||
34 | imap4d/list.c | 25 | imap4d/list.c |
35 | imap4d/login.c | 26 | imap4d/login.c |
36 | imap4d/search.c | 27 | imap4d/search.c |
37 | imap4d/signal.c | 28 | imap4d/signal.c |
38 | imap4d/util.c | 29 | imap4d/util.c |
39 | |||
40 | lib/xmalloc.c | ||
41 | lib/mailcap.c | 30 | lib/mailcap.c |
42 | 31 | lib/xmalloc.c | |
43 | libsieve/actions.c | 32 | libsieve/actions.c |
44 | libsieve/comparator.c | 33 | libsieve/comparator.c |
34 | libsieve/extensions/list.c | ||
35 | libsieve/extensions/spamd.c | ||
36 | libsieve/extensions/timestamp.c | ||
37 | libsieve/extensions/vacation.c | ||
45 | libsieve/prog.c | 38 | libsieve/prog.c |
46 | libsieve/relational.c | 39 | libsieve/relational.c |
47 | libsieve/require.c | 40 | libsieve/require.c |
... | @@ -50,11 +43,10 @@ libsieve/sieve.l | ... | @@ -50,11 +43,10 @@ libsieve/sieve.l |
50 | libsieve/sieve.y | 43 | libsieve/sieve.y |
51 | libsieve/tests.c | 44 | libsieve/tests.c |
52 | libsieve/util.c | 45 | libsieve/util.c |
53 | libsieve/extensions/vacation.c | 46 | mail.local/mailquota.c |
54 | libsieve/extensions/list.c | 47 | mail.local/main.c |
55 | libsieve/extensions/spamd.c | 48 | mail.local/script.c |
56 | libsieve/extensions/timestamp.c | 49 | mail.remote/mail.remote.c |
57 | |||
58 | mail/alias.c | 50 | mail/alias.c |
59 | mail/alt.c | 51 | mail/alt.c |
60 | mail/cd.c | 52 | mail/cd.c |
... | @@ -81,26 +73,19 @@ mail/summary.c | ... | @@ -81,26 +73,19 @@ mail/summary.c |
81 | mail/unalias.c | 73 | mail/unalias.c |
82 | mail/util.c | 74 | mail/util.c |
83 | mail/z.c | 75 | mail/z.c |
84 | |||
85 | mail.local/main.c | ||
86 | mail.local/mailquota.c | ||
87 | mail.local/script.c | ||
88 | |||
89 | mail.remote/mail.remote.c | ||
90 | |||
91 | mailbox/getopt.c | ||
92 | mailbox/argp-help.c | 76 | mailbox/argp-help.c |
93 | mailbox/argp-parse.c | 77 | mailbox/argp-parse.c |
78 | mailbox/errors | ||
94 | mailbox/file_stream.c | 79 | mailbox/file_stream.c |
95 | mailbox/filter_iconv.c | 80 | mailbox/filter_iconv.c |
81 | mailbox/getopt.c | ||
82 | mailbox/imap/folder.c | ||
83 | mailbox/mbox/mbox.c | ||
96 | mailbox/message.c | 84 | mailbox/message.c |
97 | mailbox/mu_argp.c | 85 | mailbox/mu_argp.c |
98 | mailbox/mu_auth.c | 86 | mailbox/mu_auth.c |
99 | mailbox/errors | ||
100 | mailbox/mutil.c | 87 | mailbox/mutil.c |
101 | |||
102 | messages/messages.c | 88 | messages/messages.c |
103 | |||
104 | mh/anno.c | 89 | mh/anno.c |
105 | mh/fmtcheck.c | 90 | mh/fmtcheck.c |
106 | mh/folder.c | 91 | mh/folder.c |
... | @@ -130,9 +115,10 @@ mh/scan.c | ... | @@ -130,9 +115,10 @@ mh/scan.c |
130 | mh/send.c | 115 | mh/send.c |
131 | mh/whatnow.c | 116 | mh/whatnow.c |
132 | mh/whom.c | 117 | mh/whom.c |
133 | 118 | mimeview/mimetypes.l | |
119 | mimeview/mimetypes.y | ||
120 | mimeview/mimeview.c | ||
134 | movemail/movemail.c | 121 | movemail/movemail.c |
135 | |||
136 | pop3d/apop.c | 122 | pop3d/apop.c |
137 | pop3d/extra.c | 123 | pop3d/extra.c |
138 | pop3d/lock.c | 124 | pop3d/lock.c |
... | @@ -141,14 +127,10 @@ pop3d/popauth.c | ... | @@ -141,14 +127,10 @@ pop3d/popauth.c |
141 | pop3d/quit.c | 127 | pop3d/quit.c |
142 | pop3d/signal.c | 128 | pop3d/signal.c |
143 | pop3d/user.c | 129 | pop3d/user.c |
144 | |||
145 | readmsg/readmsg.c | 130 | readmsg/readmsg.c |
146 | |||
147 | sieve/sieve.c | 131 | sieve/sieve.c |
148 | 132 | sql/mysql.c | |
149 | mimeview/mimeview.c | 133 | sql/postgres.c |
150 | mimeview/mimetypes.y | ||
151 | mimeview/mimetypes.l | ||
152 | 134 | ||
153 | # EOF | 135 | # EOF |
154 | 136 | ... | ... |
-
Please register or sign in to post a comment