From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Thu, 01 Oct 2009 10:10:12 -0700 Subject: [sup-talk] [PATCH] When providing a wildcard as file for an attachment, correctly expand it In-Reply-To: <1254343324-sup-7275@midna.zekjur.net> References: <1254343324-sup-7275@midna.zekjur.net> Message-ID: <1254416978-sup-2395@masanjin.net> Reformatted excerpts from Michael Stapelberg's message of 2009-09-30: > the attached patch will expand wildcards given as filename when adding > attachments to a message. Thus, you can now add ~/work/foo/* at once. Branch attach-wildcards, merged into next. Thanks! This is awesome. > As with the last patch, please review, test and merge. I changed one minor thing: Dir["#{fn}"] -> Dir[fn]. :) -- William