Log of /trunk/Mix/Src/maildir.c
Parent Directory
|
Revision Log
Revision
332 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 9 20:53:32 2002 UTC
(10 years, 7 months ago)
by
weaselp
File length: 7896 byte(s)
Diff to
previous 262
Whitespace cleanup:
for i in *.c; do cp -a $i $i.orig; sed -e 's/^ /<TAB>/' $i.orig > $i; rm $i.orig; done
for i in *.c *.h; do cp -a $i $i.orig; sed -e 's/[ <TAB>]*$//' $i.orig > $i; rm $i.orig; done
Revision
262 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 18 23:26:17 2002 UTC
(10 years, 8 months ago)
by
rabbi
File length: 7929 byte(s)
Diff to
previous 221
Added closing comments for all #ifdef statements. All #endif's, as well as
nested braces, should be commented to reference their start.
We need to provide comments before every function as well.
Revision
180 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 25 08:06:00 2002 UTC
(10 years, 8 months ago)
by
weaselp
File length: 7715 byte(s)
Diff to
previous 163
Maildir will not work on SHORTNAMES operating systems. Is there any reason
to still �support� that? I guess nobody even tried to build a Mixmaster on
8.3 systems in recent years.
Revision
163 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 21 19:28:04 2002 UTC
(10 years, 9 months ago)
by
weaselp
File length: 7487 byte(s)
Diff to
previous 162
Make sure to deliver to the right directory with Maildir deliveries. Since
we do not chdir() to the Mixmaster base directory we need to take care of
this whenever we do file or directory operations. Fortunatly the function
mixfile() helps here. mixfile() was extended to handle paths starting
with "~/". '~' is replaced by the HOME environment variable if defined.
Implement MAILIN option: If set Mixmaster reads mails from either a mbox
or a Maildir mail folder when processing its queue (-M or daemon). After
reading the mail folder is emtpied. If MAILIN ends with / it is expected
to be a Maildir, mbox oterhwise.
I hope that I did not break anything with the change to mixfile(). Maildir
drop and reading from both Maildir and mbox has been tested a little. Seems
to work fine so far.
Revision
156 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 21 14:39:54 2002 UTC
(10 years, 9 months ago)
by
weaselp
File length: 7357 byte(s)
Diff to
previous 155
Use getcwd()/chdir() instead of open()/fchdir(). This was suggested by
Disastry to make the WIN32 port easier.
Revision
155 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 21 12:35:51 2002 UTC
(10 years, 9 months ago)
by
weaselp
File length: 7182 byte(s)
Diff to
previous 154
Use Maildir++ scheme for naming files. This includes the message size in the
filename which with some mail systems is used for quota caluclation.
If link()ing from the tmp/ directory to the new/ directory fails with EEXIST
try with another target filename again after sleeping for some time (Break out
after 5 attempts).
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.