Skip to content

Instantly share code, notes, and snippets.

View aperezdc's full-sized avatar
🛋️
Couch-potatoing

Adrian Perez aperezdc

🛋️
Couch-potatoing
View GitHub Profile
@aperezdc
aperezdc / my-notmuch.el
Created October 29, 2012 11:36 — forked from anonymous/my-notmuch.el.el
Notmuch misc config files
(require 'notmuch)
(require 'notmuch-address)
(notmuch-address-message-insinuate)
(setq notmuch-address-command "/home/aperez/.local/bin/notmuch-addrlookup")
(setq message-kill-buffer-on-exit t)
(setq mail-specify-envelope-from t)
(setq message-sendmail-envelope-from 'header)
(setq mail-envelope-from 'header)