* Gratuitous style cleanup of some of the imap code
[citadel.git] / citadel / modules / imap / imap_store.c
index a906d60ea334d92d394efe95dbe36acadcb99cbb..40f1a5c50d1300c4c2f6db4c1ef34f7b9d0e71f3 100644 (file)
@@ -3,27 +3,25 @@
  *
  * Implements the STORE command in IMAP.
  *
- *
  * Copyright (c) 2001-2009 by the citadel.org team
  *
- *  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 3 of the License, or
- *  (at your option) any later version.
+ * 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 3 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.
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ * 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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 #include "ctdl_module.h"
 
-
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
 #include "genstamp.h"
 
 
-
-
-
-
 /*
  * imap_do_store() calls imap_do_store_msg() to tweak the settings of
  * an individual message.
@@ -93,7 +87,6 @@ void imap_do_store_msg(int seq, char *oper, unsigned int bits_to_twiddle) {
 }
 
 
-
 /*
  * imap_store() calls imap_do_store() to perform the actual bit twiddling
  * on the flags.