Skip to content

Instantly share code, notes, and snippets.

diff -Nur tsocks-1.8.org/Makefile.in tsocks-1.8/Makefile.in
--- tsocks-1.8.org/Makefile.in 2002-03-16 11:12:40.000000000 +0100
+++ tsocks-1.8/Makefile.in 2011-08-08 22:17:27.000000000 +0200
@@ -1,6 +1,7 @@
# Makefile used by configure to create real Makefile
CC=@CC@
+SHLIB_EXT=@SHLIB_EXT@
prefix=@prefix@
exec_prefix = @exec_prefix@
@lchausmann
lchausmann / gnus-notmuch.el
Created March 11, 2014 11:22
Integrate gnus and notmuch with multiple accounts
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Gnus and notmuch ....
;; - Sets up searching with notmuch, when looking at the message it's possible
;; to switch to gnus article view with C-c C-c
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(require 'notmuch)
(add-hook 'gnus-group-mode-hook 'lch-notmuch-shortcut)
(require 'org-gnus)
(defun lch-notmuch-shortcut ()