]> git.llucax.com Git - software/mutt-debian.git/blobdiff - thread.c
fixes two problems with subdirs on dovecot (Closes: 530671, 530887)
[software/mutt-debian.git] / thread.c
index 3612a3c755093c58f137f920b8115351a8a406c1..957acc0e94b6e699a6c5e97a617b0feb904dfa1a 100644 (file)
--- a/thread.c
+++ b/thread.c
@@ -568,7 +568,7 @@ void mutt_clear_threads (CONTEXT *ctx)
     hash_destroy (&ctx->thread_hash, *free);
 }
 
     hash_destroy (&ctx->thread_hash, *free);
 }
 
-int compare_threads (const void *a, const void *b)
+static int compare_threads (const void *a, const void *b)
 {
   static sort_t *sort_func = NULL;
 
 {
   static sort_t *sort_func = NULL;