conn->conn_poll = mutt_sasl_conn_poll;
}
-/*
+/**
* mutt_sasl_done - Invoke when processing is complete.
*
* This is a cleanup function, used to free all memory used by the library.
va_list ap;
va_start(ap, level);
const char *fmt = va_arg(ap, const char *);
- vfprintf(stderr, fmt, ap);
int ret = vfprintf(stderr, fmt, ap);
va_end(ap);
return ret;
/**
* @file
- * Notmuch virtual mailbox type
+ * Definitions of NeoMutt Configuration
*
* @authors
* Copyright (C) 2016 Bernard Pratz <z+mutt+pub@m0g.net>
struct Body *first_part = b;
int is_signed = 0;
bool need_decode = false;
- int saved_type;
- LOFF_T saved_offset;
- size_t saved_length;
+ int saved_type = 0;
+ LOFF_T saved_offset = 0;
+ size_t saved_length = 0;
FILE *decoded_fp = NULL;
int rc = 0;
struct State s;
struct Body *p = b;
bool need_decode = false;
- int saved_type;
- LOFF_T saved_offset;
- size_t saved_length;
+ int saved_type = 0;
+ LOFF_T saved_offset = 0;
+ size_t saved_length = 0;
FILE *decoded_fp = NULL;
int rc = 0;