View gnus-notmuch.el
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
;; 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 () |
View gist:48cb5dad44d4ea100e6d
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@ |