X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Ffolder_addmsg.c;h=4cc8d6c65a49b739288cb4806f09ac2efc9dee68;hp=7a4a982692efddf83c9a9ee9c28b26554420f01a;hb=a2ca51e05aaad418d652ce36f232a9076b3b2d08;hpb=7e3bc577e84e13a47005a706718bd6ec0e6a0e0a diff --git a/sbr/folder_addmsg.c b/sbr/folder_addmsg.c index 7a4a982..4cc8d6c 100644 --- a/sbr/folder_addmsg.c +++ b/sbr/folder_addmsg.c @@ -6,9 +6,11 @@ ** complete copyright information. */ +#include #include #include #include +#include /* ** Link message into a folder. Return the new number @@ -142,11 +144,6 @@ folder_addmsg(struct msgs **mpp, char *msgfile, int selected, } else { linkerr = errno; -#ifdef EISREMOTE - if (linkerr == EISREMOTE) - linkerr = EXDEV; -#endif /* EISREMOTE */ - /* ** Check if the file in our desired location is ** the same as the source file. If so, then just