Gnus development mailing list
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: "Sven Bretfeld" <sven.bretfeld@gmx.ch>
Cc: "Gnus" <ding@gnus.org>
Subject: Re: Large and multiple attachments
Date: Wed, 09 Feb 2011 15:44:21 +0100	[thread overview]
Message-ID: <87d3n1469m.fsf@member.fsf.org> (raw)
In-Reply-To: <8762ste0em.fsf@gmx.ch> (Sven Bretfeld's message of "9 Feb 2011 15:40:49 +0100")

"Sven Bretfeld" <sven.bretfeld@gmx.ch> writes:

Hi Sven,

> Another question. Is it possible to select more than one file
> attachment at once? Sometimes I want two or more files of the same
> folder to be attached to a mail. C-c C-a lets you chose only one file
> after the other while you always have to retype the whole path. There
> must be a more convenient, maybe Dired-like, way to select files to be
> attached.

Use dired:

--8<---------------cut here---------------start------------->8---
(defun th-dired-mode-init ()
  ;; ...
  ;; Attach marked files in dired to existing message buffer: C-c C-m C-a
  (turn-on-gnus-dired-mode))

(add-hook 'dired-mode-hook 'th-dired-mode-init t)
--8<---------------cut here---------------end--------------->8---

Bye,
Tassilo
-- 
Sent from my Emacs



  reply	other threads:[~2011-02-09 14:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-09 14:40 Sven Bretfeld
2011-02-09 14:44 ` Tassilo Horn [this message]
2011-02-09 15:05   ` Sven Bretfeld
2011-02-14  2:28 ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87d3n1469m.fsf@member.fsf.org \
    --to=tassilo@member.fsf.org \
    --cc=ding@gnus.org \
    --cc=sven.bretfeld@gmx.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).