File: gnus-dired.el.html

This package provides utility functions for intersections of gnus and dired. To enable the gnus-dired-mode minor mode which will have the effect of installing keybindings in dired-mode, place the following in your ~/.gnus:

(require 'gnus-dired) ;, isn't needed due to autoload cookies
(add-hook 'dired-mode-hook #'turn-on-gnus-dired-mode)

Note that if you visit dired buffers before your ~/.gnus file has been read, those dired buffers won't have the keybindings in effect. To get around that problem, you may want to add the above statements to your ~/.emacs instead.

Defined variables (3)

gnus-dired-mail-modeYour preference for a mail composition package.
gnus-dired-modeNon-nil if Gnus-Dired mode is enabled.
gnus-dired-mode-hookHook run after entering or leaving ‘gnus-dired-mode’.

Defined functions (6)

gnus-dired-attach(FILES-TO-ATTACH)
gnus-dired-find-file-mailcap(&optional FILE-NAME ARG)
gnus-dired-mail-buffers()
gnus-dired-mode(&optional ARG)
gnus-dired-print(&optional FILE-NAME PRINT-TO)
turn-on-gnus-dired-mode()

Defined faces (0)