Filename of an attachment in a macro

2001-02-08 Thread Patrick Aland
Is there a way to get the filename of an attachment for use in a macro? I would like to be able to scp an attachment somewhere from with mutt and keep the attachment name. I can use: macro attach "|cat > /tmp/test; scp /tmp/test [EMAIL PROTECTED]:.^M" and it works (although i don't check for exi

Re: rtf viewing

2001-02-08 Thread Ken Weingold
On Thu, Feb 8, 2001, Dirk Ruediger wrote: > Hi Jim, > > > How to veiw attachments of type .rtf in mutt?. I could modify the > > mut.octet.filter to do this but i am not sure what can view this > > sort of attachments. > What OS are you using? > > You can take rtf2text or rtf2html, they come wit

Re: folder-hook statusbar

2001-02-08 Thread Martin
> Why can't send-hooks and folder-hooks set any variable? Sure they can folder-hook =list_mutt 'set attribution="myattribution"' HTH mh -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Pain is a thing of the mind. The mind can be controlled. - - - - - - - -

quoting bug in patterns with disjunctions

2001-02-08 Thread Michael Tatge
Hi fellow mutters, just came across a funny bug. It's not limited to fcc-save-hook of cause it applies for send-hook, etc, too. fcc-save-hook "~t A | ~t B | ~t C | ~f A | ~f B | ~f C" =abc works, while fcc-save-hook "~t (A | B | C) | ~f (A | B | C)" =abc doesn't. Mutt complains about 'Unmatch

newbie configuration questions....

2001-02-08 Thread Joss Winn
Hello, I've taken a look at the manual and can't find anything specifically relating to my questions but I apologise if I'm missing something. I'm using Mutt after a battle with sendmail and am really very happy with it. Thanks! I would like to configure it to do a few things though and I'm n

mutt and exim

2001-02-08 Thread Jack
hi, I used to use sendmail as mailer, worked fine. Now I use exim, something weird happened. One local user, A, sends email just fine (local and internet) from mutt. And one other user, B, could not send any email at all from mutt. B user can send email by using "mail". So I'm sure it's a

Re: mutt and exim

2001-02-08 Thread Jack
reply to my own question: it's set dsn_notify="failure,delay" set dsn_return="hdrs" caused problem. note: you should not enable this unless you are using Sendmail 8.8.x or greater. it's what in the manual. thanks, jack. On Thu, Feb 08, 2001 at 08:16:08PM -0600, Jack wrote: > hi, >

Re: newbie configuration questions....

2001-02-08 Thread Heinrich Langos
On Fri, Feb 09, 2001 at 09:22:16AM +0900, Joss Winn wrote: > 1. Is there any way of flushing deleted mail without having to quit Mutt > or change to a different folder/mailbox? I'd like deleted mail out of > my sight at the press of a button. yeap .. the command is called "sync-mailbox" and i th

Re: mutt and exim

2001-02-08 Thread Suresh Ramasubramanian
Jack proclaimed on mutt-users that: > reply to my own question: > it's > set dsn_notify="failure,delay" > set dsn_return="hdrs" > caused problem. > note: you should not enable this unless you are using Sendmail 8.8.x > or greater. it's what in the manual. Actually, the manual should say

Re: [lula] fetchmail: SMTP connect to localhost failed

2001-02-08 Thread Jason Helfman
you don't have smtp listening on your localhost for delivery. port 25 this is what I have on a: netstat -a :grep 25, or netstat -l tcp0 0 0.0.0.0:25 0.0.0.0:* LISTEN also you can try connecting to localhost port 25 with telnet jhelfman@dsl-64-34-