cosmetics
authorPierre Habouzit <madcoder@debian.org>
Thu, 30 Nov 2006 21:45:11 +0000 (22:45 +0100)
committerPierre Habouzit <madcoder@debian.org>
Thu, 30 Nov 2006 21:45:11 +0000 (22:45 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
compose.c

index 3de34a9..6e68f53 100644 (file)
--- a/compose.c
+++ b/compose.c
@@ -14,8 +14,8 @@
 #include <lib-lib/lib-lib.h>
 
 #include <lib-sys/unix.h>
 #include <lib-lib/lib-lib.h>
 
 #include <lib-sys/unix.h>
-
 #include <lib-mime/mime.h>
 #include <lib-mime/mime.h>
+#include <lib-crypt/crypt.h>
 
 #include <lib-ui/curses.h>
 #include <lib-ui/enter.h>
 
 #include <lib-ui/curses.h>
 #include <lib-ui/enter.h>
@@ -119,8 +119,6 @@ static void snd_entry (char *b, ssize_t blen, MUTTMENU * menu, int num) {
                      M_FORMAT_STAT_FILE | M_FORMAT_ARROWCURSOR);
 }
 
                      M_FORMAT_STAT_FILE | M_FORMAT_ARROWCURSOR);
 }
 
-#include <lib-crypt/crypt.h>
-
 static void redraw_crypt_lines (HEADER * msg)
 {
   int off = 0;
 static void redraw_crypt_lines (HEADER * msg)
 {
   int off = 0;
@@ -364,7 +362,7 @@ static void update_idx (MUTTMENU * menu, ATTACHPTR ** idx, short idxlen)
  * applied.
  *
  */
  * applied.
  *
  */
-static unsigned long cum_attachs_size (MUTTMENU * menu)
+static unsigned long cum_attachs_size(MUTTMENU * menu)
 {
   ssize_t s;
   unsigned short i;
 {
   ssize_t s;
   unsigned short i;
@@ -692,9 +690,7 @@ int mutt_compose_menu (HEADER * msg,    /* structure for new message */
 
       menu->redraw = REDRAW_FULL;
       mutt_message_hook (NULL, msg, M_SEND2HOOK);
 
       menu->redraw = REDRAW_FULL;
       mutt_message_hook (NULL, msg, M_SEND2HOOK);
-      break;
-
-
+      break; 
 
     case OP_COMPOSE_ATTACH_KEY:
       if (idxlen == idxmax) {
 
     case OP_COMPOSE_ATTACH_KEY:
       if (idxlen == idxmax) {
@@ -719,8 +715,7 @@ int mutt_compose_menu (HEADER * msg,    /* structure for new message */
       }
 
       mutt_message_hook (NULL, msg, M_SEND2HOOK);
       }
 
       mutt_message_hook (NULL, msg, M_SEND2HOOK);
-      break;
-
+      break; 
 
     case OP_COMPOSE_ATTACH_FILE:
       {
 
     case OP_COMPOSE_ATTACH_FILE:
       {
@@ -1278,8 +1273,6 @@ int mutt_compose_menu (HEADER * msg,    /* structure for new message */
       }
       break;
 
       }
       break;
 
-
-
     case OP_COMPOSE_PGP_MENU:
       if (msg->security & APPLICATION_SMIME) {
         if (mutt_yesorno (_("S/MIME already selected. Clear & continue ? "),
     case OP_COMPOSE_PGP_MENU:
       if (msg->security & APPLICATION_SMIME) {
         if (mutt_yesorno (_("S/MIME already selected. Clear & continue ? "),
@@ -1294,12 +1287,10 @@ int mutt_compose_menu (HEADER * msg,    /* structure for new message */
       mutt_message_hook (NULL, msg, M_SEND2HOOK);
       break;
 
       mutt_message_hook (NULL, msg, M_SEND2HOOK);
       break;
 
-
     case OP_FORGET_PASSPHRASE:
       crypt_forget_passphrase ();
       break;
 
     case OP_FORGET_PASSPHRASE:
       crypt_forget_passphrase ();
       break;
 
-
     case OP_COMPOSE_SMIME_MENU:
       if (msg->security & APPLICATION_PGP) {
         if (mutt_yesorno (_("PGP already selected. Clear & continue ? "),
     case OP_COMPOSE_SMIME_MENU:
       if (msg->security & APPLICATION_PGP) {
         if (mutt_yesorno (_("PGP already selected. Clear & continue ? "),