git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
fc7bae7
)
Fix non-SUPPORT_MOVE_FROZEN_MESSAGES builds
author
Jeremy Harris
<jgh146exb@wizmail.org>
Fri, 25 Oct 2019 00:37:43 +0000
(
01:37
+0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Fri, 25 Oct 2019 00:37:43 +0000
(
01:37
+0100)
src/src/spool_out.c
patch
|
blob
|
history
diff --git
a/src/src/spool_out.c
b/src/src/spool_out.c
index 463961f57e270dd726a7b5f03dcd3d9b48692fd0..00361ab7cfb9ca2349ee4e02793b3ebaf4daff3f 100644
(file)
--- a/
src/src/spool_out.c
+++ b/
src/src/spool_out.c
@@
-405,8
+405,6
@@
return statbuf.st_size - size_correction;
}
}
-#ifdef SUPPORT_MOVE_FROZEN_MESSAGES
-
/************************************************
* Make a hard link *
************************************************/
/************************************************
* Make a hard link *
************************************************/
@@
-488,8
+486,7
@@
return TRUE;
/* Move the files for a message (-H, -D, and msglog) from one directory (or
hierarchy) to another. It is assume that there is no -J file in existence when
/* Move the files for a message (-H, -D, and msglog) from one directory (or
hierarchy) to another. It is assume that there is no -J file in existence when
-this is done. At present, this is used only when move_frozen_messages is set,
-so compile it only when that support is configured.
+this is done.
Arguments:
id the id of the message to be delivered
Arguments:
id the id of the message to be delivered
@@
-543,7
+540,6
@@
log_write(0, LOG_MAIN, "moved from %s%s%s%sinput, %smsglog to %s%s%s%sinput, %sm
return TRUE;
}
return TRUE;
}
-#endif
/* End of spool_out.c */
/* vi: aw ai sw=2
/* End of spool_out.c */
/* vi: aw ai sw=2