muttrc.5:
set [no|inv]variable[=value] [ ... ]
toggle variable [ ... ]
unset variable [ ... ]
reset variable [ ... ]
These commands are used to set and manipulate con
figuration varibles.
^^<- variables
Martin Hillyer writes:
> I have been using mutt for some time now and really like it.
> However, it has one behaviour that I have not been able to
> understand or change: the way it shows threads in the
> message list.
By default, mutt threads messages according the Subject:.
If "strict_thread
Thomas Roessler <[EMAIL PROTECTED]> wrote:
>
> folder-hook . "set hold"
> folder-hook in.foo "set nohold"
hold: unknown variable.
This might be better:
folder-hook . "set move=no"
folder-hook in.foo "set move=yes"
--
David DeSimone | "The doctrine of human equality reposes on thi
Actually I meant the screen where the To:, Subject: lines are, and also
the attachment window is. I also use vim and have the colors working
there, but alas I see no way to change the window where the addressing
is.
-J
On Sun, Jun 27, 1999 at 03:45:20PM +0200, Rejo wrote:
> ++ 18/06/99 11:08 -07
++ 09/06/99 16:16 -0400 - Mike Broome:
>You can load your .muttrc with the command ":source .muttrc". However,
>this will not actually reload your settings. It will load the settings
>in .muttrc in top of any current settings. For testing some changes
>(especially some hooks), I've found no oth
++ 18/06/99 11:08 -0700 - Jeff E. Kinzli:
>I may be stupid and missing something, but I see no way to change the
>colors in the compose screen...
>I would have expected a configuration option like:
>color compose x y [regexp]
>Is there such a possibility?
Didn't see a reply on this, so i give it
Hopefully this will be the final word on navigator and mutt for a
while. (knocking on wood)
I've just uploaded an all new version of the library to allow using
mutt with navigator or communicator. This version was written from
scratch so I don't have to worry about Netscape copyrights on the
ex
folder-hook . "set hold"
folder-hook in.foo "set nohold"
On 1999-06-25 20:40:58 -0500, Alex Lane wrote:
> Date: Fri, 25 Jun 1999 20:40:58 -0500
> From: Alex Lane <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: mbox-hook?
> Mail-Followup-To: [EMAIL PROTECTED]
> Content-Type: text/plain; cha
The problem you are experiencing is related to the fact that the
"new" message flag should be saved to the .mh_sequences file of an
MH folder. Mutt did evaluate this file at a time. I dropped this
support while redoing the mh and maildir folder update code. It was
never added again, partially d
I've gone over the code, and there's a simple fix. I'm too lazy to do
a diff, but here's a description:
There is no need to add "to" to the line described below. Instead, it
seems the later ifs are broken.
Each line that says "if (something && strcmp("", something)) {"
should have the two some
On Fri, Jun 25, 1999 at 04:29:18PM -0700, Paul M. Lambert wrote:
> I've gone over the code, and there's a simple fix. I'm too lazy to do
> a diff, but here's a description:
Thanks! That is way too obvious. ;)
I guess this means that in Navigator 4.6x Netscape is actually
following their own AP
Eric Smith <[EMAIL PROTECTED]> wrote:
>
> > In what way do they fail to work?
>
> Well, they do not set the headers or whatever, they just do not have
> any effect.
The only un-commented send-hook in the huge muttrc file you sent was one
that tries to set the subject header. I believe there is
Eric Smith <[EMAIL PROTECTED]> wrote:
>
> Many months of fiddling and I have not managed to get send-hooks to work.
In what way do they fail to work?
> Here is my muttrc - can you see why?
No.
They work for me, though.
--
David DeSimone | "The doctrine of human equality reposes on this:
[
Thank you for your answer, forward_decrypt makes sense to me now.
BTW, the subject line should have read: forward_decrypt, as it does now,
sorry about it.
Mark Bainter dixit:
~>
~> >
~> > Also, about encrypted mail, is there a way of having non-mime encrypted
~> > (just as you would with digita
Hi
Many months of fiddling and I have not managed to get send-hooks to work.
Here is my muttrc - can you see why?
#send-hook '~A' 'my_hdr From: Mutt User '
send-hook '~A' 'my_hdr Subject: THIS IS VERY IMPORTANT'
#send-hook . 'my_hdr From: <[EMAIL PROTECTED]>'
#send-hook eric "signature='test
And this change makes xmutt work properly with navigator 4.61:
[root@lhe unixpost-mutt]# diff xmutt.c xmutt_old.c
132c132
< char* argv[16] = {XMUTT, to, NULL};
---
> char* argv[16] = {XMUTT, NULL};
Thanks Chris.
--
(T.) Michael Sanders internet: [EMAIL PROTECTED]
Physics Department
Hi there.
For most of the time i was using fetchmail, smail and procmail for
my private workstation to handle all the mailing lists (MLs). Just
out of curiosity i started using exim as my MTA and... wow... i am
impressed. It's much easier to configure than smail/sendmail, is
still lightweight (
Brian D. Winters <[EMAIL PROTECTED]> typed:
> Under Navigator, yes a mailto will bring up mutt, but as I failed to
> observe yesterday, it doesn't actually pass the address. This
> obviously isn't incredibly useful behavior. If I figure out a
> workaround I'll post it here, but otherwise it look
On Fri, Jun 25, 1999 at 11:18:17AM -0400, Chris Grossmann wrote:
> I'm trying to use your version of "unixpost" to run mutt from
> netscape. However, it doesn't seem to be working..
...
> Anyway, I've edited mutt.c to reflect where mutt and rxvt are. After
> making the appropriate changes to the
Mark Bainter <[EMAIL PROTECTED]> wrote:
>
> But, put this script somewhere where procmail can call it, and pipe all
> html-mail through it before delivery.
I don't know; removing tags might destroy some important part of the
message.
I think the best solution would be a filter that changes text/
Warning
Could not process message with given Content-Type:
multipart/signed; boundary=uAY1Vrrb3oVaqxed; micalg=pgp-md5;protocol="application/pgp-signature"
J Horacio MG [[EMAIL PROTECTED]] wrote:
> Hi there,
>
> would anyone be kind enough as to explain to me what the forward_decrypt
> variable is about? According to the manual:
>
Correct me if I'm wrong guys, but I believe this allows you to forward mail
unencrypted (kind of like the variable sa
Hi there,
would anyone be kind enough as to explain to me what the forward_decrypt
variable is about? According to the manual:
Controls the handling of encrypted messages when forwarding a
message. When set, the outer layer of encryption is stripped off.
This variable is only used if m
On Fri, Jun 25, 1999 at 07:30:39AM -0400, David Thorburn-Gundlach wrote:
> Hi, folks --
>
> I know that I can use to jump to the next new message, but is
> there a key or binding that I can use to jump to the next old message?
> I have a mailbox with some old-and-unread messages that I'd like to
Warning
Could not process message with given Content-Type:
multipart/signed; boundary=xyF51EaUT3XiWnZP; micalg=pgp-sha1;protocol="application/pgp-signature"
On Fri, Jun 25, 1999 at 06:37:11AM +0200, Jens Tautenhahn wrote:
> Hello,
>
> there are many PGP-signed messages in this mailing-list. I don't have
> the public keys from all that senders.
>
> Can I shrink the 15 lines of useless (every time the same) PGP
> information? One line like "key unava
Hello,
there are many PGP-signed messages in this mailing-list. I don't have
the public keys from all that senders.
Can I shrink the 15 lines of useless (every time the same) PGP
information? One line like "key unavailable", "sign OK" or "sign not
OK" looks better on a 80x25 display...
Jens
On Thu, Jun 24, 1999 at 11:11:19PM -0400, Adam Lazur wrote:
> I've looked at still attempting to move my email over to imap, and am
> a little weary of sending my password over the internet in
> plaintext. Is there a method currently available in mutt to setup a
> secure tunnel (via ssh) to the im
On Thu, Jun 24, 1999 at 11:54:17AM +0200, Holger Eitzenberger wrote:
[...]
> 1. put the line "|/usr/bin/procmail" into you ~/.forward file. You
> actually need and MTA (mail tranfser agent) like sendmail or exim
> properly configured to recognise the forward file.
[...]
As an aside: Whe
On Thu, Jun 24, 1999 at 12:46:33PM -0700, Brian D. Winters wrote:
> On Wed, Jun 23, 1999 at 08:36:23AM -0400, Michael Sanders wrote:
> > Is it correct that this works with Netscape Communicator, and *not* with
> > current versions of Navigator? That is my experience, but not what is
> > stated on
On Wed, Jun 23, 1999 at 08:36:23AM -0400, Michael Sanders wrote:
> Is it correct that this works with Netscape Communicator, and *not* with
> current versions of Navigator? That is my experience, but not what is
> stated on Netscape's Web site.
Ok, so maybe I should test these things before I spe
Lars Hecking hat ueber "Re: problem with mutt/mailcap" geschrieben:
> > But now I get all mails from OE-users, they send each message in
> > "text" and "text/html".
>
> Well, they're bloody lusers and should be asked (kindly ...) to
> switch off whatever option is responsible for this behavio
David DeSimone hat ueber "Re: problem with mutt/mailcap" geschrieben:
> There is a command "alternative_order" that you can use to tell Mutt
> which formats it should prefer to show you. I've chosen this:
>
> alternative_order text/enriched text/plain text/html
>
> So in this scheme, te
On Wed, Jun 23, 1999 at 02:12:04PM -0700, Brian D. Winters wrote:
> I would expect that is correct, but I haven't confirmed it myself.
> The last time I installed Navigator I found no support for mailto:
> urls at all, although this was some time ago (maybe an early 4.0?).
I have the latest Navi
On Jun 23, 1999, Brian D. Winters wrote:
> > Is it correct that this works with Netscape Communicator, and *not* with
> > current versions of Navigator? That is my experience, but not what is
> > stated on Netscape's Web site.
>
> I would expect that is correct, but I haven't confirmed it myself.
Hi All,
> There is a command "alternative_order" that you can use to tell Mutt
> which formats it should prefer to show you. I've chosen this:
>
> alternative_order text/enriched text/plain text/html
>
> So in this scheme, text/plain is preferred over text/html.
Yes I tripped over thi
Michael Thies writes:
> Ronny Haryanto hat ueber "Re: problem with mutt/mailcap" geschrieben:
> > > text/html; lynx -dump %s ; nametemplate=%s.html ; copiousoutput
> >
> > text/html; lynx -force_html -dump %s ; copiousoutput
>
> It's nice, but I would like to get this only working, if the tex
Michael Thies <[EMAIL PROTECTED]> wrote:
>
> > text/html; lynx -force_html -dump %s ; copiousoutput
>
> It's nice, but I would like to get this only working, if the text/html
> is the only or first part of the mail.
It depends on how the message is formatted.
> But now I get all mails from OE-u
Ronny Haryanto hat ueber "Re: problem with mutt/mailcap" geschrieben:
> > text/html; lynx -dump %s ; nametemplate=%s.html ; copiousoutput
>
> text/html; lynx -force_html -dump %s ; copiousoutput
It's nice, but I would like to get this only working, if the text/html
is the only or first part
you may also want to check which libraries you are linking against in your
upgraded version of mutt. Slang and ncurses have different ideas about what
kind of terminals do colour. You may be linking against slang now where you
were previously using ncurses...
- Original Message -
From: Ro
On 23-Jun-1999, David Shaw wrote:
> > and the following in my ~/.mailcap:
> > text/html; lynx -force_html %s; needsterminal;
> > However, when I open a message that has html content attached, I get:
> > mailcap entry for type text/html not found
>
> Try:
> text/html; lynx -dump %s ;
On Wed, Jun 23, 1999 at 10:32:47AM -0400, RH Linux User wrote:
> My apology if this has been addressed before.
>
> Anybody has a working configuration of .procmailrc or emil.cf to
> uudecode .html email to mime type text/html?
>
Placing this in emil.cf should work:
Match MIME"tex
On Wed, Jun 23, 1999 at 09:39:23PM -0500, Alex Lane wrote:
> Please pardon what must be a newbie question, but there must be
> something I'm missing in the documentation to mutt. How does one
> arrange it so that mail from various lists (which invariably arrives
> addressed "To:" that list) is so
On Wed, Jun 23, 1999 at 10:18:14PM +0200, Holger Eitzenberger wrote:
> On Wed, Jun 23, 1999 at 07:04:17PM +0200, Robert-Jan Kuijvenhoven wrote:
> > I used mutt 0.95.3i for a few months and I had perfect colors in
> > mutt. Now I have upgraded to 0.95.6i and I lost all colors in
> > mutt. The collo
Warning
Could not process message with given Content-Type:
multipart/signed; boundary=C7zPtVaVf+AK4Oqc; micalg=pgp-md5;protocol="application/pgp-signature"
Warning
Could not process message with given Content-Type:
multipart/signed; boundary=H1spWtNR+x+ondvy; micalg=pgp-md5;protocol="application/pgp-signature"
On Wednesday, 23 June 1999 at 18:04, Todd Fleisher wrote:
> I believe that this is a mailcap issue rather than a mutt one, but I
> am stumped none the less. I am trying to autoview text/html so I have
> in my .muttrc:
> auto_view text/richtext text/html
> and the following in my ~/.mailcap:
On Wed, Jun 23, 1999 at 06:04:09PM -0400, Todd Fleisher wrote:
> I believe that this is a mailcap issue rather than a mutt one, but I
> am stumped none the less. I am trying to autoview text/html so I have
> in my .muttrc:
> auto_view text/richtext text/html
> and the following in my ~/.mail
I have set
sort=threads
sort_aux=score
in my .muttrc. I get threads sorted like this within the index:
-
1 O Jun 23 Ingo Molnar ( 0) [fixpatch] pagecache-2.3.8-B4
2 O Jun 23 Ingo Molnar ( 0) -->
3 O Jun 23 Jakob
> Is it correct that this works with Netscape Communicator, and *not* with
> current versions of Navigator? That is my experience, but not what is
> stated on Netscape's Web site.
I would expect that is correct, but I haven't confirmed it myself.
The last time I installed Navigator I found no sup
On Wed, 23 Jun 1999, RH Linux User wrote:
> Anybody has a working configuration of .procmailrc or emil.cf to
> uudecode .html email to mime type text/html?
You have to add the following lines to your emil.cf:
Match MIME"text/html" HTML;
Match UUEN
On Wed, Jun 23, 1999 at 03:47:07PM -0400, RH Linux User wrote:
>
> Try: mailboxes `ls -C "your folder directory"/inbox*` #those are backticks
I still find the builtin wildcard solution more elegant, but thx
anyway :-).
-- Holger
--
+ PGP || GnuPG key -> finger [EMAIL PROTECTED] +
+++ Debi
On Wed, Jun 23, 1999 at 09:06:18PM +0200, Holger Eitzenberger wrote:
[ snipped ]
> mailboxes +inbox*
>
> instead of
>
> mailboxes +inbox_1 +inbox_2 ... +inbox_n
>
Try: mailboxes `ls -C "your folder directory"/inbox*` #those are backticks
HTH,
-Aris
--
"All language designers are a
Hi.
I handle lots of mailing lists with mutt. For each ML i have an
corresponding inbox.. Instead of declaring each file as an
inbox it would be much more ellegant if i could use wildcards instead.
So
mailboxes +inbox*
instead of
mailboxes +inbox_1 +inbox_2 ... +inbox_n
Anyway, how
On Tue, Jun 01, 1999 at 04:16:37PM -0400, David Shaw wrote:
> On Tue, Jun 01, 1999 at 04:07:44PM -0400, Chris L. Mason wrote:
> > This may seem like a stupid question, but is it possible to "move" messages
> > from one folder to another? I know I can copy messages, or a group of
> > tagged messag
Hi,
I used mutt 0.95.3i for a few months and I had perfect colors in mutt. Now I have
upgraded to 0.95.6i and I lost all colors in mutt. The collor settings in .muttrc seem
to be ok (I did not change .muttrc after the upgrade).
What could be the problem here?
TIA,
Robert-Jan Kuijvenhoven
On Wed, Jun 23, 1999 at 10:19:17AM -0500, Jeremy Blosser wrote:
>
> So ':score ~s foo ' should do what you want just fine.
>
>From manual.txt:
Usage: score pattern value
Should that be ':score "~s foo" ' ?
Otherwise mutt reports "score: too many arguments"
--
(T.) Michael Sanders int
Quoth Jeremy Blosser ([EMAIL PROTECTED]):
> It's not prompting you for the info, but anything you can stick in your
> .muttrc can be done from a running mutt by doing :
>
> So ':score ~s foo ' should do what you want just fine.
>
Yes, but then what if you want to save the scores you've set in th
Warning
Could not process message with given Content-Type:
multipart/signed; boundary=bjuZg6miEcdLYP6q; micalg=pgp-md5;protocol="application/pgp-signature"
Warning
Could not process message with given Content-Type:
multipart/signed; boundary=DBIVS5p969aUjpLe; micalg=pgp-md5;protocol="application/pgp-signature"
My apology if this has been addressed before.
Anybody has a working configuration of .procmailrc or emil.cf to
uudecode .html email to mime type text/html?
Here is my snippet of .procmailrc:
#
# Try to convert UUENCODE to MIME
#
:0
* Content-Type: text
{
:0 fBw
* ^begin [0-7][
On Tue, Jun 22, 1999 at 10:16:57PM -0700, Brian D. Winters wrote:
> I wouldn't exactly say I'm the author (I hacked netscape's example
> code a little bit and fixed some stupid bugs), but that is my web
> page. As far as I know that link works fine, although the server has
> had the odd bit of do
On Tue, Jun 22, 1999 at 10:54:59PM -0900, Matt Armstrong wrote:
> 2 - No way to show threads but still sort by score. In the threaded
> display, gnus can sort first by thread, then by score. Maybe
> something like:
>
> sort=thread,score
set sort=treads
set sort_aux=score
seems to work f
For the past four years I've used Gnus under Emacs as my MUA. I got
tired of the slowness and switched to mutt. I think mutt is awesome,
but I miss one thing from Gnus: scoring.
Mutt has the beginnings of it. I'll list what I miss and I solicit
comments about how I might go about getting a sim
> Some time ago there was a discussion re: using mutt to catch netscape URLs.
> Various bits were posted, and finally this URL came up with supposedly a
> working solution:
>
> http://www.ugcs.caltech.edu/~brianw/email/
>
> I'd like to add this to the web site, however, this link has been dead f
How can i relize past as quote function with mutt and vi?
A presto,
Nuccio
---
You can find me at:
e-mail: [EMAIL PROTECTED]
>>PGP public key avaiable<<
fingerprint: 14AA 1D7A 1653 E132 47CE 334C C9D3 6A97 208B A915
On Wed, Jun 23, 1999 at 03:49:35AM +0200, Stefan `Sec` Zehl wrote:
>On Tue, Jun 22, 1999 at 06:36:45PM -0500, Jeremy Blosser wrote:
>> Some time ago there was a discussion re: using mutt to catch netscape URLs.
>> Various bits were posted, and finally this URL came up with supposedly a
>> working
On Tue, Jun 22, 1999 at 06:36:45PM -0500, Jeremy Blosser wrote:
> Some time ago there was a discussion re: using mutt to catch netscape URLs.
> Various bits were posted, and finally this URL came up with supposedly a
> working solution:
>
> http://www.ugcs.caltech.edu/~brianw/email/
>
> I'd like
Warning
Could not process message with given Content-Type:
multipart/signed; boundary=uAKRQypu60I7Lcqm; micalg=pgp-md5;protocol="application/pgp-signature"
On Tue, Jun 22, 1999 at 03:36:35PM +0200, torben fjerdingstad wrote:
> On Tue, Jun 22, 1999 at 01:06:15PM +0200, Roland Rosenfeld wrote:
> > If your distribution is shipping a /etc/Muttrc which defines colors, I
> > personally would say, that this is a bug in the distribution.
>
> I agree. mono
On Tue, Jun 22, 1999 at 01:06:15PM +0200, Roland Rosenfeld wrote:
> > What do I put into .muttrc to uncolor everything?
> > I would prefer if it can be done with a single line.
> I would prefer it could be done at all, but I fear that there isn't a
> way to do so at the moment (but you are welcom
On Tue, Jun 22, 1999 at 09:48:56AM -0400, David Thorburn-Gundlach wrote:
[I wrote:]
> > do a group-reply when I hit 'r'? I often need to do a group-reply, but
> > forget and do a normal reply
>
> Well, since a group of one could still be a group reply, why not just
> use 'g' all of the time
Warning
Could not process message with given Content-Type:
multipart/signed; boundary=zYM0uCDKw75PZbzx; micalg=pgp-md5;protocol="application/pgp-signature"
Jim --
...and then Jim Graham said...
% On Sat, Jun 19, 1999 at 05:29:50AM -0500, Jeremy Blosser wrote:
%
% > set reply_to=ask-yes (or something)
% [snip]
% > group-reply will go to everyone in the To: and Cc: fields unless there is
%
% On a somewhat related subject (well, related to these two
On Tue, Jun 22, 1999 at 01:06:15PM +0200, Roland Rosenfeld wrote:
> On Tue, 22 Jun 1999, torben fjerdingstad wrote:
>
> > What do I put into .muttrc to uncolor everything?
> > I would prefer if it can be done with a single line.
>
> If your distribution is shipping a /etc/Muttrc which defines co
On Sat, Jun 19, 1999 at 05:29:50AM -0500, Jeremy Blosser wrote:
> set reply_to=ask-yes (or something)
[snip]
> group-reply will go to everyone in the To: and Cc: fields unless there is
On a somewhat related subject (well, related to these two bits, anyways),
is there a feature in Mutt (that I've
On Tue, 22 Jun 1999, torben fjerdingstad wrote:
> What do I put into .muttrc to uncolor everything?
> I would prefer if it can be done with a single line.
I would prefer it could be done at all, but I fear that there isn't a
way to do so at the moment (but you are welcome to write a patch :-)
What do I put into .muttrc to uncolor everything?
I would prefer if it can be done with a single line.
I don't want colors because I like a dim monitor, and text
color possibilities on rxvt are too coarse to level out
intensity differences.
For now, I have commented out all color lines in
/etc/M
On Sun, Jun 13, 1999 at 10:50:57AM +0200, Steve Crane wrote:
> Thanks to all that replied. I now know that some of my messages are
> having some headers stripped somewhere. I use the redirector service
> provided by myownemail.com so that any of my list subscriptions can
> easily be transferred
Russell Van Tassell dixit:
~>
~> Unforunately, babelfish.altavista.com stops a few sections through section three
~> of the online manual... but, with the innovativeness of people here, I can bet the
~> script to do the entire translation you isn't terribly difficult or very
~> long. ;)
Ag nie
On Sat, Jun 19, 1999 at 05:00:14PM -0500, SBTM wrote:
> Hello everyone,
>
> I've got a real quick question, how come slrn show me colors and mutt
> won't over a telnet session. The only time mutt will display color is in
> a dtterm! :/
I think this is in the manual, but it probably depends on ho
On Wed, Jun 16, 1999 at 01:15:21AM +0200, J Horacio MG wrote:
> While translating the manual to Spanish, I've found I cannot possibly
> translate "quadoption". Could anyone give me a clear definition of it,
> please?
Unforunately, babelfish.altavista.com stops a few sections through section thre
On Tue, Jun 15, 1999 at 12:42:52 -0400, Scott Schwartz wrote:
> Version: mutt-0.95.6i
>
> Running "mutt -z -f maildir/" on an empty maildir doesn't cause mutt to
> exit, the way it does with an empty mailbox. Is that a bug?
Well, yes. The code for the -z option doesn't attempt to find
out the t
Warning
Could not process message with given Content-Type:
multipart/signed; boundary=1LKvkjL3sHcu1TtY; micalg=pgp-md5;protocol="application/pgp-signature"
David Ellement <[EMAIL PROTECTED]> typed:
> I've lost track of the beginning of this thread, but perhaps you want:
>
> folder-hook . set 'index_format="%4C %Z %{%b %d} %-15.15L (%4c) %s"'
Me too, but this brings up two interesting questions. First of all,
what's the difference between:
se
On 990619, at 13:30:01, Brendan Cully wrote:
> On Saturday, 19 June 1999 at 11:53, Mikko Hänninen wrote:
> > Brendan Cully <[EMAIL PROTECTED]> wrote on Fri, 18 Jun 1999:
> > > folder-hook . set index_filter="%4C %Z %{%b %d} %-15.15L (%4c) %s"
> >
> > ...
> >
> > > the unknown variable is always
Warning
Could not process message with given Content-Type:
multipart/signed; boundary=LpQ9ahxlCli8rRTG; micalg=pgp-sha1;protocol="application/pgp-signature"
Hello everyone,
I've got a real quick question, how come slrn show me colors and mutt
won't over a telnet session. The only time mutt will display color is in
a dtterm! :/
Thanx.
--Sadiq
On Saturday, 19 June 1999 at 11:53, Mikko Hänninen wrote:
> Brendan Cully <[EMAIL PROTECTED]> wrote on Fri, 18 Jun 1999:
> > folder-hook . set index_filter="%4C %Z %{%b %d} %-15.15L (%4c) %s"
>
> ...
>
> > the unknown variable is always the one after the first, so I assume
> > I'm getting some q
Hi,
I was just wondering.. Is there a patch available
to fix newmessage status flags for MH folders?
I'm using MH folders at work, and when looking at the
folder-list, only empty folders and the last visited folder does
not have an 'N' flag.
It makes no difference if I have a new mail waiting or
On Sat, Jun 19, 1999 at 11:51:35AM +0200, Alexander Langer wrote:
> Pressing "g" should use the reply-to header, but *not* CC: other
> adresses, e.g. the author´s one.
> People on this list ask me twice a month not to double-send emails :)
Actually mutt has some special features for handling mai
Warning
Could not process message with given Content-Type:
multipart/signed; boundary=4f28nU6agdXSinmL; micalg=pgp-md5;protocol="application/pgp-signature"
On Fri, Jun 18, 1999 at 08:37:39PM +, Frederic L. W. Meunier wrote:
> Hi. I have some questions about Mutt (0.96.3i compiled with Slang 1.3.7).
> 1- I'm starting Mutt from an rxvt with root using rxvt -e su user, cd ~ and starting
>mutt.
maybe it is necessary to use su -l user
> In my .mutt
Warning
Could not process message with given Content-Type:
multipart/signed; boundary=45Z9DzgjV8m4Oswq; micalg=pgp-md5;protocol="application/pgp-signature"
hi;
> > 2- I need to change the From: header when sending messages. When I press "m" I
>just get
> > the To: header.
> .muttrc:
>
> my_hdr From: Mutt User
> or what else you want to set.
this works well, but if you use to set it to different adresses it is better
to set edit_hdrs in your .mut
I believe the use of mime attachments of type video is broken and
I would be grateful if others could check this. I am using 95.6i.
By broken I mean this:-
You have a file "foo.mpg". In your .mime.types, you have a line
"video/mpeg mpg". After composing a message, you use "a" to
attach file foo.
Hi,
I'm playing with index_format in some procmail-managed mailing-list
folders, and I'm finding that trying to set index_format from within a
folder hook gives different behaviour than just setting it, to wit:
I can do this
set index_filter="%4C %Z %{%b %d} %-15.15F (%4c) %s"
but not this
folde
Brendan Cully <[EMAIL PROTECTED]> wrote on Fri, 18 Jun 1999:
> folder-hook . set index_filter="%4C %Z %{%b %d} %-15.15L (%4c) %s"
...
> the unknown variable is always the one after the first, so I assume
> I'm getting some quoting rule wrong. What is it?
I'm no expert, but I believe that should
Hi. I have some questions about Mutt (0.96.3i compiled with Slang 1.3.7).
1- I'm starting Mutt from an rxvt with root using rxvt -e su user, cd ~ and starting
mutt.
In my .muttrc I have set mbox="/var/mail/$USER"
but Mutt save the messages to /var/mail/root. And if I don't chmod /var/mail 777 I g
Hi Mark!
You wrote:
> Now I just need to get a filtering program [...]
Why?
Qmail mailinglist, 20. May 1998, Joerg Lenneis wrote:
> You can do filtering by combining condredirect with the
> user- mechanism. The .qmail file would contain two or
> more entries like this:
>
> |condr
1 - 100 of 263 matches
Mail list logo