On Mon, Aug 14, 2000 at 06:41:59PM +0300, Mikko Hänninen wrote:
> [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote on Mon, 14 Aug 2000:
> > push l ! 'DELETE THIS MESSAGE'
> >
> > but, at startup, mutt just says:-
> > Error in /usr/home/chris/.mutt/muttrc, line 96: push: too many arguments
> >
On 2000.08.15, in <[EMAIL PROTECTED]>,
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> push "l!~s '^DON'\\''T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA$'^M"
>
> This (I hope) anchors the string at both ends so that only messages
> with this exact subject will be matched so messa
Using a large mallet, David Champion whacked out:
> Turns out you also can use:
> push "! ~h X-IMAP:"
> or, I guess,
> push "l! ~h X-IMAP:\n"
> I can't guess how much slower that might be, if any, but it's surely
> simpler.
That works out in the wu-imapd ... and in any case, isn't
Hello Mutt Users!
On pon 14 sie 2000 11:13:40 GMT Michael Elkins wrote:
> It sets $editor to gvim and then tries to set
> the variable -c, which of course does not exist.
Oh, I see. I wrote a shell script which I set as my $editor (set
editor="my_script") and it works (the script calls the edito
I'm experimenting with a UW IMAP server using mutt. The UW server
runs on a system where I have a shell login and gives me access
straight to my home directory there.
If I just open {halkidiki.areti.com} I get an error message in the
mutt status line which says:-
/usr/home/chris/.mh_profile
On Tue, Aug 15, 2000 at 03:27:46AM -0500, David Champion wrote:
> On 2000.08.15, in <[EMAIL PROTECTED]>,
> "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> >
> > push "l!~s '^DON'\\''T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA$'^M"
> >
> > This (I hope) anchors the string at both end
On Tue, Aug 15, 2000 at 02:38:14PM +0530, Suresh Ramasubramanian wrote:
> Using a large mallet, David Champion whacked out:
>
> > Turns out you also can use:
> > push "! ~h X-IMAP:"
> > or, I guess,
> > push "l! ~h X-IMAP:\n"
>
> > I can't guess how much slower that might be, if any, bu
Nils --
FYI, the proper posting address for mutt-users is *NOT* at gbnet, even
though the list is hosted there and the address leaks through sometimes.
...and then Nils Vogels said...
% Hi there!
%
% I have been trying to make gpg dump its keys it fetches while being in mutt in
...
...and then
Dave Champion - could you fix your .forward please?
sorry for spamming the rest of the list :)
-suresh
--
Suresh Ramasubramanian + Lumber Cartel India -
mallet @ cluestick.org + Wallopus Malletus Indigenensis
The original message was received at Tue, 15 Aug 2000 04:03:54 -0500 (CDT)
On Tue, Aug 15, 2000 at 01:12:39AM +0300, Mikko Hnninen <[EMAIL PROTECTED]> wrote:
> Kolbjørn Barmen <[EMAIL PROTECTED]> wrote on Mon, 14 Aug 2000:
> > Is it also possible to name the folders
> > with a name/alias/assign/whatever, so that I can tell mutt I want to open the
> > "AmigaAmp" folder, i
Since I was having flaky behavior with 1.2.5's IMAP support, when
connecting to M$ Exchange Server someone suggested I try 1.3.7 (the
latest development release). Well, the flakiness continues, though
I think it may have improved slightly and subtley. Given that I'm
trying the bleading edge
On Tuesday, 15 August 2000 at 06:01, [EMAIL PROTECTED] wrote:
> On Tue, Aug 15, 2000 at 03:27:46AM -0500, David Champion wrote:
> > Turns out you also can use:
> > push "! ~h X-IMAP:"
> > or, I guess,
> > push "l! ~h X-IMAP:\n"
> >
> > I can't guess how much slower that might be, if any,
On Tuesday, 15 August 2000 at 09:47, Ray Crane wrote:
>
> Since I was having flaky behavior with 1.2.5's IMAP support, when
> connecting to M$ Exchange Server someone suggested I try 1.3.7 (the
> latest development release). Well, the flakiness continues, though
> I think it may have improve
On Tue, Aug 15, 2000 at 10:24:21AM -0400, Brendan Cully wrote:
> On Tuesday, 15 August 2000 at 06:01, [EMAIL PROTECTED] wrote:
> > On Tue, Aug 15, 2000 at 03:27:46AM -0500, David Champion wrote:
> > > Turns out you also can use:
> > > push "! ~h X-IMAP:"
> > > or, I guess,
> > > push "l! ~h X-
Using a large mallet, [EMAIL PROTECTED] whacked out:
> However, there is one problem, if the dreaded IMAP message is the
> *only* one in the folder then mutt gives an error "No messages matched
> criteria." and doesn't remove the message from the index display.
If mutt is the only thing you use
On Tuesday, 15 August 2000 at 05:22, [EMAIL PROTECTED] wrote:
> I'm experimenting with a UW IMAP server using mutt. The UW server
> runs on a system where I have a shell login and gives me access
> straight to my home directory there.
>
> If I just open {halkidiki.areti.com} I get an error messa
Hi all!
I'm trying to set up some macros, allowing me to ispell e-mails
depending on the language I've used. I can't get it to work.
My first try was this:
macro compose \ef 'set ispell="ispell -d francais"\n::"set \
ispell=ispell"\n'
But this makes mutt put the whole macro-line on the subject
Jesper Holmberg <[EMAIL PROTECTED]> wrote on Tue, 15 Aug 2000:
> I'm trying to set up some macros, allowing me to ispell e-mails
> depending on the language I've used. I can't get it to work.
Ok.
> macro compose \ef 'set ispell="ispell -d francais"\n::"set \
> ispell=ispell"\n'
>
> But this mak
I ended up with this:
macro compose \ef ':set ispell="ispell -d francais" \
:set ispell=ispell'
and now it works like a charm.
Thanks a lot!
Jesper
* Mikko Hänninen <[EMAIL PROTECTED]> [000815 19:15]:
> You need to start the macro with a :, because the macro keystrokes
> are interpreted (almo
On Tue, Aug 15, 2000 at 19:51:16 +0300, Mikko Hänninen wrote:
> I don't know if ispell supports getting the text from STDIN, but if
> it does you can use | to pipe the current text into it instead, I
> guess.
It doesn't as far as I know. But you can with advantage use my
program newsbody as a fil
Hi
I have a great problem with sending my mail using my modem
(from my local computer). My login name on it is: wojtek,
whereas on yahoo is wmalinski. There is also problem
w. domains. my local is: localdomain and the virtual is:
yahoo.com.
I have my mailbox on yahoo.com. When I send mail I get
I am getting this error after installing sendmail and linking
the correct libraries to the apporpriate location. I rebuilt mutt
to make sure the sendmail was found and it was, /usr/sbin/sendmail...
not sure what do tohelp i can't live without
mutt
"/var/qmail/bin/qmail-inject/"
^lol
On Tue, Aug 15, 2000 at 02:42:00PM +, [EMAIL PROTECTED] muttered:
| I am getting this error after installing sendmail and linking
| the correct libraries to the apporpriate location. I rebuilt mutt
| to make sure
Wojtek Malinski <[EMAIL PROTECTED]> wrote on Tue, 15 Aug 2000:
> I have a great problem with sending my mail using my modem
> (from my local computer).
> >>> MAIL From:<[EMAIL PROTECTED]> SIZE=383
> <<< 501 <[EMAIL PROTECTED]>... Sender domain must exist
If you have Mutt 1.2 or later, your p
Hi there,
I'm a mutt newbie and I have a basic problem:
It seems that no external program can be startet out of mutt.
I.e.:
1) The external editor is set to "vim".
When I try to compose a message, I get the following error in mutt: "Aborted
unmodified message." instead that vim opens up.
2)
Suresh, et al --
...and then Suresh Ramasubramanian said...
% Using a large mallet, [EMAIL PROTECTED] whacked out:
%
% > However, there is one problem, if the dreaded IMAP message is the
% > *only* one in the folder then mutt gives an error "No messages matched
% > criteria." and doesn't remove
26 matches
Mail list logo