}
#endif /* USE_NNTP */
+/**
+ * add_folder - Add a folder to the browser list
+ * @param m Menu to
+ * @param state Browser state
+ * @param name Name of folder
+ * @param desc Description of folder
+ * @param s stat info for the folder
+ * @param b Mailbox
+ * @param data Data to associate with the folder
+ */
static void add_folder(struct Menu *m, struct BrowserState *state,
const char *name, const char *desc, const struct stat *s,
struct Mailbox *b, void *data)
pgp_entry_fmt, (unsigned long) &entry, MUTT_FORMAT_ARROWCURSOR);
}
+/**
+ * compare_key_address - Compare Key addresses and IDs for sorting
+ * @param a First key
+ * @param b Second key
+ * @retval -1 a precedes b
+ * @retval 0 a and b are identical
+ * @retval 1 b precedes a
+ */
static int compare_key_address(const void *a, const void *b)
{
int r;