View gist:48cb5dad44d4ea100e6d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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@ |
View gnus-notmuch.el
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
;; 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 () |