Win32: file attach is no more translated to upper case
This commit is contained in:
@@ -579,7 +579,7 @@ void CreateFileMsgs(int mode, GMsg* msg) {
|
||||
);
|
||||
}
|
||||
sprintf(subj, "%s%s%s%s%s ", fspec[x].delsent ? "^" : "", fspec[x].path, fspec[x].fblk ? (fspec[x].fblk[m].name ? fspec[x].fblk[m].name : "") : "", *fspec[x].password ? " " : "", fspec[x].password);
|
||||
#if !defined(__UNIX__)
|
||||
#if !defined(__UNIX__) && !defined(__WIN32__)
|
||||
strupr(subj);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user