Re: attachment macro

2000-10-25 Thread Mark Weinem

On Wed, 25 Oct 2000, Mikko Hänninen wrote:

 Attach a file:
 
   macro compose f2 'attach-file/path/to/fileenter'

yes, this works.


 Open up a directory:
 
   macro compose f2 'attach-file/path/to/dir/complete'

This way you get the directory attached! Adding  a second
complete is necessary:

  macro compose f2 'attach-file/path/to/dir/completecomplete' 


Thanks,
Mark




Re: attachment macro

2000-10-24 Thread Mikko Hänninen

Mark Weinem [EMAIL PROTECTED] wrote on Mon, 23 Oct 2000:
 Is it possible to attach a file via macro?

Sure.

 This doesn't work:
 
  macro compose f2 "attach-file=/home/mark/templates/mime"
 
 Perhaps it would be more elegant if the macro just offers the
 templates directory and the user chooses the attachment he wants.

Well, you can make it attach a specific file, or make it present a
directory.

Attach a file:

  macro compose f2 'attach-file/path/to/fileenter'

Open up a directory:

  macro compose f2 'attach-file/path/to/dir/complete'


Untested, but I hope those work. :-)  If not, you can try replacing
enter with \n and complete with \t.


Regards,
Mikko
-- 
// Mikko Hänninen, aka. Wizzu  //  [EMAIL PROTECTED]  //  http://www.iki.fi/wiz/
// The Corrs list maintainer  //   net.freak  //   DALnet IRC operator /
// Interests: roleplaying, Linux, the Net, fantasy  scifi, the Corrs /
"Time's fun when you're having flies."  -- Kermit the Frog



attachment macro

2000-10-23 Thread Mark Weinem

Is it possible to attach a file via macro?

This doesn't work:

 macro compose f2 "attach-file=/home/mark/templates/mime"

Perhaps it would be more elegant if the macro just offers the
templates directory and the user chooses the attachment he wants.


Regards,
Mark Weinem