attachment in vim

2000-08-16 Thread Adam Lazur

I just got struck (yet again) by the evil "I say I'm going to attach a
file in my email body but when I go to the send screen I forget to attach
it" bug.

Has anybody setup a vim keybind to prompt for a filename and add the
Attach: header for mutt to automagically attach a file? I'm looking for
something similar to the mutt-mode.el way of doing it, but don't want to
re-invent the wheel if somebody else has already done this... not to
mention I'd need to learn a bunch of vim stuff ;)

Thanks.

.adam

-- 
[[EMAIL PROTECTED] [EMAIL PROTECTED]]
[  icq #3354423 | lazur.org | clustermonkey.org  ]



Re: 'browser' - what is it?

2000-05-13 Thread Adam Lazur

Michael Tatge ([EMAIL PROTECTED]) said:
 Unfortunately the change-dir prompt can't be overtyped as it is with
 the change-folder prompt. Does anybody know the reason for this?
 Currently you would have to delete the string at the prompt first which
 is kind of difficult within a macro.
 
 A very clumsy way to do it would be
 macro index key c?cbackspacebackspacebackspace...[as often as
 needed]/path/to/$folder\n

Emacs keybinds would allow you do do something like:
macro index key c?c/path/to/$folder\n

where the above has a literal ^A and a ^K inserted (dunno how you do
it in emacs, in vim it's ^V^A) to jump to the beginning of the line
and to cut the rest of the line.

.adam

-- 
[ Adam Lazur | Computer Engr Ugrad | Lehigh Univ. |   _ __  ]
[icq 3354423 | http://www.lehigh.edu/~ajl4|__( | /_ ]
"Fear leads to anger. Anger leads to hate. Hate leads to using Windows
 NT for mission-critical applications."-- What Yoda *meant* to say




send-hook set from

2000-04-27 Thread Adam Lazur

I have the following in my .muttrc:

send-hook '~t plogic.com' 'set signature=~/.signature.work from="Adam Lazur 
[EMAIL PROTECTED]"'

Which I think is telling mutt that want it to use my plogic.com
address and work signature when emailing people at plogic.com.

However, it doesn't work that way. It will change the signature, but
from doesn't get changed.

The odd thing is, if I test email to plogic.com twice in a row, from
_will_ change after the first time. Is there an issue with setting the
from variable with a send-hook ?

Oh, btw, I'm using mutt 1.1.11 (haven't gotten around to 1.1.12 yet)

.adam

-- 
[ Adam Lazur | Computer Engr Ugrad | Lehigh Univ. |   _ __  ]
[icq 3354423 | http://www.lehigh.edu/~ajl4|__( | /_ ]
 "A wise man reads the man page. A fool must be beaten with a club."



Re: Email client poll

1999-07-15 Thread Adam Lazur

John Franklin ([EMAIL PROTECTED]) said:
 Is there a support graphic a la "Netscape NOW!" that people could put
 on their home pages?  I didn't see anything on the mutt.org site.
 Then again, I didn't see ANY graphics on the mutt.org site.
 
 88x31 seems to be a common size for such things, but I've seen them
 a little bigger.  SETI@Home's is 90x32, for example.

I found one on somebody's site, I think Sven's, but I'm not 100% sure
(I'm sure somebody will pipe up and correct me if I'm wrong). Anyways,
it's 90x36 (though I use tags to shrink it smaller). A direct link to
it is http://www.lehigh.edu/~ajl4/buttons/mutt.button.gif

.adam

-- 
[ Adam Lazur | Computer Engr Ugrad | Lehigh Univ. |   _ __  ]
[icq 3354423 | http://www.lehigh.edu/~ajl4|__( | /_ ]
   "The glorious MEEPT would like to bring all the divided factions
of linux into one big divided faction." -MEEPT @ /.



compressed folders + IMAP ?

1999-05-30 Thread Adam Lazur

I've become addicted to compressed folders (bzip2'd folders even), and
would like to migrate my mail over to IMAP as well, but from what I've
seen it's not possible to do compressed folders over IMAP. Has anybody
gotten this to work? Is it even possible to do within the IMAP
protocol?

TIA
.adam

-- 
   Adam Lazur - Computer Engineering Undergrad - Lehigh University
  icq# 3354423 - http://www.lehigh.edu/~ajl4

   "Imagination is more important than knowledge" -Albert Einstien




Re: VanDyke's CRT program and Mutt

1999-04-12 Thread Adam Lazur

Wayne Walker ([EMAIL PROTECTED]) said:
 Has anyone gotten Mutt with color to work with Van Dyke's CRT for Win32?
 
 How??  :-)

If it works in color it'll work with CRT (I'm using mutt within CRT
telnet right now)...

Odds are you don't have ANSI color enabled. To enable it go into
Options-Session Preferences-Emulation Tab and check the ANSI Color
checkbox (not to be confused with ANSI term emulation, vt100 emulation
works fine with the ANSI Color checkbox checked). There are all kinds
of other goodies in there to play with as well (fonts etc...).

HTH

.adam

DISCLAIMER I'm using CRT v2.2B1 right now... menu options may have
changed btwn versions /DISCLAIMER

-- 
   Adam Lazur - Computer Engineering Undergrad - Lehigh University
  icq# 3354423 - http://www.lehigh.edu/~ajl4

 "If you want to travel around the world and be invited to speak at a
  lot of different places, just write a Unix operating system."
  -Linus Torvalds