talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit a126fd0fa04aaccf5aa8fa65fe3b524ee4ff5d37
parent 50e04af18e651dc18f5b06a2ef3aed97a8919a7a
Author: Jonathan Boeing <jonathan@claws-mail.org>
Date:   Sat,  6 Nov 2021 19:27:14 -0700

Remove leftover defines

Remove some leftover solaris bits that were first added in bf654ba1, and
mostly removed in e2770d27

Diffstat:
Msrc/etpan/imap-thread.c | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/etpan/imap-thread.c b/src/etpan/imap-thread.c @@ -3377,15 +3377,11 @@ int imap_threaded_store(Folder * folder, struct mailimap_set * set, } -#define ENV_BUFFER_SIZE 512 #ifndef G_OS_WIN32 static void do_exec_command(int fd, const char * command, const char * servername, uint16_t port) { int i, maxopen; -#ifdef SOLARIS - char env_buffer[ENV_BUFFER_SIZE]; -#endif if (fork() > 0) { /* Fork again to become a child of init rather than