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
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
> 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.
- - - - - - - -
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
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
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
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,
>
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
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
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-
10 matches
Mail list logo