#3513: mutt: unable to attach a folder
------------------------------+---------------------------------------------
Reporter: antonio@… | Owner: mutt-dev
Type: enhancement | Status: new
Priority: trivial | Milestone:
Component: mutt | Version: 1.5.21
Keywords: |
------------------------------+---------------------------------------------
Comment(by cameron):
{{{
On 27Apr2011 22:44, Mutt <[email protected]> wrote:
| I'd like to attach folders with everything contained. [...]
| I know I could create an archive, eg. using tar or zip, but would
prefer
| to not do this, since the other side then complains about the work to
| unpack those.
I'd do that from within the editor. For example, using vi:
!!find dir/ -type f -print | sed 's/^/Attach: /'
to insert Attach: header lines for all files in "dir".
Mutt will attach when you exit the editor.
Currently I have a convenient vi macro bound to ctrl-A to prompt and file
complete a single file path and emit an Attach: line; I could beef it up a
little...
Cheers,
}}}
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3513#comment:>
Mutt <http://www.mutt.org/>
The Mutt mail user agent