Shorten GPLv2 licence text in header of each source file
[dockapps/wmnotify.git] / src / imap.c
index 61f83b8..29400dd 100644 (file)
@@ -3,19 +3,7 @@
  *
  * Copyright (C) 2003 Hugo Villeneuve <hugo@hugovil.com>
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+ * This file is released under the GPLv2
  */
 
 /* Define filename_M */
@@ -312,7 +300,7 @@ int IMAP4_CheckForNewMail(void)
        status = IMAP4_SendCommand(3, argv);
        if (status != EXIT_SUCCESS) {
                new_messages = -1;
-               goto imap4_logout;
+               goto imap4_connection_terminate;
        }
 
        /* Selecting the mailbox first. */
@@ -351,6 +339,7 @@ imap4_logout:
        if (status != EXIT_SUCCESS)
                new_messages = -1;
 
+imap4_connection_terminate:
        status = ConnectionTerminate();
        if (status != EXIT_SUCCESS)
                new_messages = -1;