Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am Kdecherf on github.
  • I am kdecherf (https://keybase.io/kdecherf) on keybase.
  • I have a public key whose fingerprint is C610 FE73 E706 F968 612B E4B2 108A BD75 A81E 6E2F

To claim this, I am signing this object:

Lightweight sidebar patch for Mutt 1.5.23 based on:
http://lunar-linux.org/~tchan/mutt/patch-1.5.23.sidebar.20140412.txt
(retrieved from Google Cache)
*** mutt-1.5.23-orig/buffy.c 2014-03-12 11:03:44.000000000 -0500
--- mutt-1.5.23/buffy.c 2014-04-12 15:33:54.000000000 -0500
***************
*** 161,166 ****
--- 161,209 ----
}
diff -u a/buffy.c b/buffy.c
--- a/buffy.c 2010-09-13 19:19:55.000000000 +0200
+++ b/buffy.c 2013-07-25 14:09:43.799108645 +0200
@@ -161,6 +161,49 @@
}
}
+static int buffy_compare_name(const void *a, const void *b) {
+ const BUFFY *b1 = * (BUFFY * const *) a;
+ const BUFFY *b2 = * (BUFFY * const *) b;