ng
> them).
>
set move=no # Move mail-spool to $mbox?
--
(T.) Michael Sanders internet: [EMAIL PROTECTED]
Physics Department URL: http://www-personal.umich.edu/~sanders
University of Michigan phone: 734/936-0799
Ann Arbor, MI 48109-1120 FAX: 734/764-6843
On Fri, Jan 04, 2002 at 12:44:33AM -0800, Gary Johnson wrote:
>
> I received e-mail earlier from Michael Sanders who reported that it
> worked fine for him. He is using 1.3.22.1i.
>
Yes, it works on my system 1.3.22.1i (with the security patch
applied).
--
(T.) Mic
something the rest of the world can read. It was originally intended
> for web use, but I think it might help in this case as well.
>
Thanks. I now have
macro pager \eX "|demoroniser|less\n"
macro index \eX "|demoroniser|less\n"
It works, although the full headers
.
>
> Where should I be looking?
>
ftp://ftp.mutt.org/pub/mutt/contrib/
--
(T.) Michael Sanders internet: [EMAIL PROTECTED]
Physics Department URL: http://www-personal.umich.edu/~sanders
University of Michigan phone: 734/936-0799
Ann Arbor, MI 48109-1120 FAX: 734/764-6843
On Fri, Nov 16, 2001 at 11:03:48PM +0100, Markus Sagebiel wrote:
>
> i get this error on slackware 8 !
>
> Can't locate Curses.pm
I had to get (from CPAN) the modules:
Curses-1.06
curses_widgets-1.2
MailTools-1.41
before mail2procmailrc would work.
--
(T.) Michael Sanders
how to use an address book with mutt.
>
> http://abook.sourceforge.net
>
If you just want to convert a pine addressbook to a mutt alias file,
look in ftp://ftp.mutt.org/pub/mutt/contrib/ for addressbook-to-alias.pl.gz
--
(T.) Michael Sanders internet: [EMAIL PROTECTED]
exit 1;
fi
#
if [ ! -r $1 ]
then
echo `basename $0`: File $1 not found!
exit 2
fi
if [ ! -r $2 ]
then
echo `basename $0`: File $2 not found!
exit 3
fi
#
cat $1 | while read LUSER;
do cat $2 | mutt -s $3 $LUSER
done
exit 0
--
(T.) Michael Sanders internet: [EMAIL PROTECTED]
Physics Departmen
ipt preferable to a2ps?
--
(T.) Michael Sanders internet: [EMAIL PROTECTED]
Physics Department URL: http://www-personal.umich.edu/~sanders
University of Michigan phone: 734/936-0799
Ann Arbor, MI 48109-1120 FAX: 734/764-6843
one tried netscape 6.1?
--
(T.) Michael Sanders internet: [EMAIL PROTECTED]
Physics Department URL: http://www-personal.umich.edu/~sanders
University of Michigan phone: 734/936-0799
Ann Arbor, MI 48109-1120 FAX: 734/764-6843
hat is not a problem.
--
(T.) Michael Sanders internet: [EMAIL PROTECTED]
Physics Department URL: http://www-personal.umich.edu/~sanders
University of Michigan phone: 734/936-0799
Ann Arbor, MI 48109-1120 FAX: 734/764-6843
ail for this with entries like
:0:
* ^TOmutt
mutt-users.`date +%Y-%m`
in my $HOME/.procmail/lists.rc
--
(T.) Michael Sanders internet: [EMAIL PROTECTED]
Physics Department URL: http://www-personal.umich.edu/~sanders
University of Michigan phone: 734/936-0799
Ann Arbor, MI 4
create a Bcc: field with your email address in it.)
The value of record is overridden by the ``force_name'' and
``save_name'' variables, and the ``fcc-hook'' command.
I have
set record=+Outgoing
in my muttrc.
--
(T.) Michael Sanders internet: [EMAIL PRO
Has anyone had any luck with it?
>
> Cheers, Brian.
>
> > It is written in perl.
> >
I got as far as finding that it needs a newer version of perl than mine.
I have 5.004_05. It required 5.005...
--
(T.) Michael Sanders internet: [EMAIL PROTECTED]
Physics Department
same name at
ftp://ftp.u-aizu.ac.jp/pub/lang/pdf/pdf2txt/
It is written in perl.
--
(T.) Michael Sanders internet: [EMAIL PROTECTED]
Physics Department URL: http://www-personal.umich.edu/~sanders
University of Michigan phone: 734/936-0799
Ann Arbor, MI 48109-1120 FAX: 734/764-6843
scape running.
>
> Question: How to get to launch Netscape if not open and/or same
> question for lynx?
>
I call this script:
#!/bin/sh
if [ -n "$DISPLAY" ]
then
if killall -0 netscape 2> /dev/null;
then
netscape -remote "openURL($1)"
else
Is the mutt-users list still alive? I have received no post since the
one referenced above.
Someone please send an answer directly to me.
--
(T.) Michael Sanders internet: [EMAIL PROTECTED]
Physics Department URL: http://www-personal.umich.edu/~sanders
University of Michigan
t;>" as the folder to change to. When you want to come back to
> your inbox, change to the folder shortcut "!".
>
I think that should be "<" for $record. ">" refers to $mbox, no?
--
(T.) Michael Sanders internet: [EMAIL PROTECTED]
Physi
/index.html
>
There is something much newer at
http://www.ii.com/internet/robots/procmail/qs/
--
(T.) Michael Sanders internet: [EMAIL PROTECTED]
Physics Department URL: http://www-personal.umich.edu/~sanders
University of Michigan phone: 734/936-0799
Ann Arbor, MI 48109-1120 FAX: 734/764-6843
/mutt/
I actually use a *very* simple shell script, myself
#!/bin/sh
ldapsearch "cn=$*" mail uid | sed s/uid=//
--
(T.) Michael Sanders internet: [EMAIL PROTECTED]
Physics Department URL: http://www-personal.umich.edu/~sanders
University of Michigan phone: 734/936
t; is from as well as the list (if any). And it's tailored for my 80 cols.
>
Works well, but requires 84 columns for me.
--
(T.) Michael Sanders internet: [EMAIL PROTECTED]
Physics Department URL: http://www-personal.umich.edu/~sanders
University of Michigan phon
ht be interested in http://www.interguru.com/mailconv.htm
which can convert a pine addressbook to the format used by elm (readable by
mutt).
--
(T.) Michael Sandersinternet: [EMAIL PROTECTED]
Physics Department URL: http://www-personal.umich.edu/~sanders
University of Michig
7;s exactly what RunningX.c does.
--
(T.) Michael Sandersinternet: [EMAIL PROTECTED]
Physics Department URL: http://www-personal.umich.edu/~sanders
University of Michigan phone: 734/936-0799
Ann Arbor, MI 48109-1120FAX: 734/764-6843
On Sun, Mar 14, 1999 at 03:45:57PM +, John Poltorak wrote:
> What is 'urlview' and where can I get it?
In the contrib/ subdirectory of a mutt ftp source, for example:
ftp://uiarchive.cso.uiuc.edu/pub/packages/mail/mutt/contrib/
--
(T.) Michael Sandersinternet: [EM
must invoke mutt with
Exec rxvt -tn xterm-color -T Mutt -e mutt &
--
(T.) Michael Sandersinternet: [EMAIL PROTECTED]
Physics Department URL: http://www-personal.umich.edu/~sanders
University of Michigan phone: 734/936-0799
Ann Arbor, MI 48109-1120FAX:
is sounds
> familiar or if someone is currently doing this, I would appreciate any help in
> setting this up.
>
Take a look at http://www.rhein.de/~roland/mutt/
--
(T.) Michael Sandersinternet: [EMAIL PROTECTED]
Physics Department URL: http://www-personal.umich.edu/~
Since the on-line manual at http://www.mutt.org/manual.html is still an old
one, I have put the html version of the 0.95.3 manual up at
http://tms.physics.lsa.umich.edu/mutt/
--
(T.) Michael Sandersinternet: [EMAIL PROTECTED]
Physics Department URL: http://www
26 matches
Mail list logo