Andre Bonhote proclaimed on mutt-users that:
> is there a way to kinda automatically add an entry to my procmailrc from
> within mutt? someting like this:
Try www.spambouncer.org - it keeps updating a set of procmail recipes to stop
spam ... or try http://razor.sourceforge.net
-s
On Tue, Mar 13, 2001 at 05:05:46PM +0100, Andre Berger wrote:
> * Chris Green <[EMAIL PROTECTED]>, 20010313 16:46 +0100:
> []
> > How do I get mutt to understand that 8-bit characters (well '?'
> > anyway) are valid and shouldn't be changed at all? I've tried
> > setting the LANG and/or LC_CT
On Wed, Mar 14, 2001 at 09:23:20AM +1100, David wrote:
> Chris Green wrote:
> > In the mutt pager 8-bit characters (the GB pound sign is the most
> > frequent one) used to display as '?', now I've moved to a more recent
> > development version of mutt they display as '\nnn' (i.e. the pound
> > sig
On Wed, Mar 14, 2001 at 08:48:43AM +, Chris Green wrote:
> >
> The system where I'm running mutt doesn't have a /etc/locale.gen, I'm
> a user not the sysadmin so I don't have the ability to do things as
> root.
>
> Neither of the above LC_TYPE settings has any effect as far as I can
> see.
>
* Chris Green <[EMAIL PROTECTED]>, 20010314 10:06 +0100:
> On Tue, Mar 13, 2001 at 05:05:46PM +0100, Andre Berger wrote:
> > * Chris Green <[EMAIL PROTECTED]>, 20010313 16:46 +0100:
> > []
> > > How do I get mutt to understand that 8-bit characters (
> if what you want is just to send the (previously unfiltered)
> spam to /dev/null, there is no need to interact with procmail.
no, that's not exactly what i want. i'd rather like to have a
script/macro/program which can be used to populate my .procmailrc. no
matter if it's spam or not! this was
On Wed, Mar 14, 2001 at 10:24:15AM +0100, Andre Berger wrote:
> > > (see "locale -a")
> > >
> > "locale -a" returns a list as follows on the system in question
> > (trimmed) :-
> [snipped]
>
> $ locale -a | grep en
>
> en
> en_AU
> en_BW
> en_CA
> en_DK
> en_GB
> en_IE
> en_US
> en_ZW
>
> > ..
I can't pipe a startup mailbox to mutt, because
cat mailbox | mutt
is treated as an instruction to mail what is piped in. Some Unix
commands use the filename "-" as an alias for standard input, but
cat mailbox | mutt -f -
does not work. Of course, this trivial example can be handled by
mut
I have finally got my £ characters displayed correctly! :-)
I had tried a configure with --enable-locales-fix already and that
didn't work but reading INSTALL suggested that --without-wc-funcs as
well might help. So I did a ./configure with both the above options
set and it now works. I.e. mut
Chris Green Wed, [14 Mar 2001 10:39:16 +]:
> I have finally got my £ characters displayed correctly! :-)
> I had tried a configure with --enable-locales-fix already and that
> didn't work but reading INSTALL suggested that --without-wc-funcs as
> well might help. So I did a ./configure with
Is there any way to set variables while mutt is running?
Setting them in .muttrc is fine most of the time, but
sometimes I just want to override that setting for a while
without restarting mutt.
Dirk
Arrggg!
I can't get mutt to use netscape from URLView.
I put:
text/html; /opt/netscape/netscape -remote 'openURL(%s)' ; test=RunningX
or
text/html; /opt/netscape/netscape -remote 'openURL(%s)'
into my .mailcap to no avail, it spawns linx.
>From mutt I can:
|/opt/netscape/netscape -remote 'openU
Dirk Laurie [Wed, 14 Mar 2001 15:46:56 +0200]:
> Is there any way to set variables while mutt is running?
> Setting them in .muttrc is fine most of the time, but
> sometimes I just want to override that setting for a while
> without restarting mutt.
Here you go ...
: enter-command
* Chris Green ([EMAIL PROTECTED]) wrote:
> I'm still trying to get 8-bit characters displayed correctly when I'm
> in the mutt pager. I've been playing with this on and off for a
> while now and it's really getting me annoyed - more from the point of
> view that I can't find how to fix it than th
Andre Bonhote wrote:
>
> hi out there
>
> i am using mutt 1.2.5i together with fetchmail and procmail.
>
> is there a way to kinda automatically add an entry to my procmailrc from
> within mutt? someting like this:
>
Andre,
if what you want is just to send the (previously unfiltered)
spam to
Marco Fioretti proclaimed on mutt-users that:
> The right solution is to tell from mutt that, from now on,
> messages with that (sender, header...) must be
> destroyed ON THE POP3 server before ever downloading them.
> This also cuts on phone bills, if any.
You'd do better to
1. Enable spa
On 2001-03-13 18:47:45 +0100, Rejo Zenger wrote:
> set pgp_encrypt_sign_command="pgpewrap gpg --passphrase-fd 0 -v --batch
> --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r
> -- %f"
Add "--textmode" behind "--encrypt --sign".
--
Thomas Roessler
On Wed, Mar 14, 2001 at 12:25:34PM +0200, Dirk Laurie wrote:
> I can write a little script, e.g.
>
> # /bin/sh
> MBOX=$$
> cat > /tmp/$MBOX
> mutt -f /tmp/$MBOX
> rm /tmp/$MBOX
>
> but mutt seems to know that it is not being invoked from a terminal
> and tries to go into send mode.
>
> Am I mi
Dave Murray muttered:
> I can't get mutt to use netscape from URLView.
^^^
> I put:
> text/html; /opt/netscape/netscape -remote 'openURL(%s)' ; test=RunningX
> or
> text/html; /opt/netscape/netscape -remote 'openURL(%s)'
> into my .mailcap to no avail, i
Chris Green Wed, [14 Mar 2001 10:39:16 +]:
> I have finally got my £ characters displayed correctly! :-)
> I had tried a configure with --enable-locales-fix already and that
> didn't work but reading INSTALL suggested that --without-wc-funcs as
> well might help. So I did a ./configure with
I recently installed the “mutt” program from skunkware, as I want to be
able to mail files as attachments using the cron system. However, after running the
installation, I ran the program as below and received the “dynamic linker”
message mentioned on http://www.sco.com/skunkware/osr5/2000
On Wed, Mar 14, 2001 at 10:17:31AM +0100, Thomas Roessler wrote:
> On 2001-03-13 18:47:45 +0100, Rejo Zenger wrote:
>
> > set pgp_encrypt_sign_command="pgpewrap gpg --passphrase-fd 0 -v --batch
> > --output - --encrypt --sign %?a?-u %a? --armor --always-trust -- -r %r
> > -- %f"
>
> Add "-
Dave Hodgson [[EMAIL PROTECTED]] wrote:
> I recently installed the mutt program from skunkware, as I want to be able
> to mail files as attachments using the cron system. However, after running
> the installation, I ran the program as below and received the dynamic
> linker message mentioned
Michael Tatge wrote on mutt-users:
> Dave Murray muttered:
> > I can't get mutt to use netscape from URLView.
> ^^^
What are you trying to do urlview or mailcap?
>
> man urlview
> edit url_handler.sh
Thanks, I haven't set up anything for url_handler,
* Dave Hodgson <[EMAIL PROTECTED]> [010314 21:31]:
> Thanks in advance for any assistance you can provide.
> David A. Hodgson
> Perry's Ice Cream Company, Inc.
> One Ice Cream Plaza
Kiddin'?
> Akron, NY 14001-0328
--
christian r. mollsthe rain descended,
[EMAIL PR
Michael Tatge wrote on mutt-users:
> Dave Murray muttered:
> > I can't get mutt to use netscape from URLView.
> ^^^
> What are you trying to do urlview or mailcap?
>
> man urlview
> edit url_handler.sh
That was it, all's well. Thank you.
The GOOD thi
26 matches
Mail list logo