annotate lisp/gnus/.dir-locals.el @ 111430:b75e6634a171

gnus-int.el, nnimap.el, nnir.el: More improvements to thread-referral. message.el (message-send-mail): Don't insert courtesy messages if the message already has List-Post and List-ID messages. gnus-ems.el (gnus-put-image): Use a blank text as the insertion string to avoid making the From headers syntactically invalid.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 07 Nov 2010 00:22:06 +0000
parents 3b63737368e5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
110165
b96da2a6e0df Added a .dir-locals.el file so that trailing whitespace is shown.
Katsumi Yamaoka <yamaoka@jpl.org>
parents:
diff changeset
1 ((emacs-lisp-mode . ((show-trailing-whitespace . t))))
110332
3b63737368e5 lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.
Juanma Barranquero <lekktu@gmail.com>
parents: 110165
diff changeset
2 ;; Local Variables:
3b63737368e5 lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.
Juanma Barranquero <lekktu@gmail.com>
parents: 110165
diff changeset
3 ;; no-byte-compile: t
3b63737368e5 lisp/gnus/.dir-locals.el: Add no-byte-compile cookie.
Juanma Barranquero <lekktu@gmail.com>
parents: 110165
diff changeset
4 ;; End: