Re: Rock solid no GUI pim?

2002-04-29 Thread Ralf Arens
* [EMAIL PROTECTED] [2002-04-26 13:20]:

 A couple of months ago I ditched GUI mail programs for ever. I'm now a
 happy mutt user. Now I'm looking for A) a calendar program

plan, but it is an GUI program.

 B) an address book, that are as non graphical,

For mutt I recommend

- abook, an address book and

- lbdb, little brother's database, something like Emacs' BBDB; you
  can pipe all incoming mails in it (e.g. with procmail) and it
  stores all email addresses.

Both, abook and lddb, can be queried by mutt for email addresses.

.muttrc:

#   query for email addresses
set query_command=lbdbq '%s'
# no lbdb, just abook
#set query_command=abook --mutt-query '%s'

.lbdbrc:

# what should be queried when asked by mutt (ascending priority)
METHODS=m_passwd m_inmail m_muttalias m_abook

 stable and as versatile as mutt.

Both work and never had a failure, at least for me.

 Anything that works with emacs gets a plus.

Sorry, no emacs here. ;-)

But if you usually use emacs, you could switch to it entirely -- use VM
or Gnus as mail clients.


Ciao,
Ralf

-- 
Ralf Arens TU Clausthal
Tel.: 0049-5323-72-3852Institut für Elektrische Informationstechnik
Fax.: 0049-5323-72-3197Leibnizstr. 28, D-38678 Clausthal-Zellerfeld
pgpkey: https://www.iei.tu-clausthal.de/pgp-keys/ralf.key.asc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Rock solid no GUI pim?

2002-04-29 Thread Tom Cook
On  0, Ralf Arens [EMAIL PROTECTED] wrote:
[snip]
 Sorry, no emacs here. ;-)
 
 But if you usually use emacs, you could switch to it entirely -- use VM
 or Gnus as mail clients.

I heard tell of a mutt major mode for emacs.  Is that true?

Tom
-- 
Tom Cook
Information Technology Services, The University of Adelaide

That you're not paranoid does not mean they're not out to get you.
- Robert Waldner

Get my GPG public key: 
https://pinky.its.adelaide.edu.au/~tkcook/tom.cook-at-adelaide.edu.au


pgpZB8jR97Aku.pgp
Description: PGP signature


Mutt major mode for emacs (Was: Rock solid no GUI pim?)

2002-04-29 Thread David Purton
On Mon, Apr 29, 2002 at 05:25:09PM +0930, Tom Cook wrote:
 On  0, Ralf Arens [EMAIL PROTECTED] wrote:
 [snip]
  Sorry, no emacs here. ;-)
  
  But if you usually use emacs, you could switch to it entirely -- use VM
  or Gnus as mail clients.
 
 I heard tell of a mutt major mode for emacs.  Is that true?
 

Ha! Where did you here that from we wonders?

try apt-get install post-el

:)


cheers

dc

-- 
David Purton
[EMAIL PROTECTED]

The fool says in his heart, 'There is no God.'   Psalm 53:1

pgpyMJ91hiDMM.pgp
Description: PGP signature


Rock solid no GUI pim?

2002-04-26 Thread m2

A couple of months ago I ditched GUI mail programs for ever. I'm now a
happy mutt user. Now I'm looking for A) a calendar program B) an
address book, that are as non graphical, stable and as versatile as
mutt. Anything that works with emacs gets a plus.

op

-- 
o polite
http://plusseven.com/gpg/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Rock solid no GUI pim?

2002-04-26 Thread Johann Spies
On Fri, Apr 26, 2002 at 01:18:50PM +0200, [EMAIL PROTECTED] wrote:
 
 A couple of months ago I ditched GUI mail programs for ever. I'm now a
 happy mutt user. Now I'm looking for A) a calendar program B) an
 address book, that are as non graphical, stable and as versatile as
 mutt. Anything that works with emacs gets a plus.

Emacs has got a calendar with a diary if I remember correctly. You can
also look at bbdb to work with emacs for an addressbook:

 Description: The Insidious Big Brother Database (email rolodex)
 for Emacs BBDB is a rolodex-like database program for GNU Emacs.
 BBDB stands for Insidious Big Brother Database, and is not,
 repeat, *not* an obscure reference to the Buck Rogers TV series.

Or build a table or two with postgres and build a few regular queries
as short bash scripts which you can run whenever want to do something
with the data.

Here is an example of an old and very primitive but functional script
that looks up telephone numbers from a few tables in my database:

---
#!/bin/sh

VELDE=noemnaam,van,voorletters as vrl,adres1,telefoon,werktelefoon as\
werk,selfoon,faks

TABELLE=lidmate,besoekpunt

VOORWAARDES=lower(van) like lower('$1%') and bpnommer = besoekpunt.nommer

if [ ! -z $2 ]
then
VOORWAARDES=$VOORWAARDES and lower(noemnaam) like lower('$2%')
fi

ORDER=van, noemnaam
VELDE2=naam,van, besigheid, adres,huis,werk,faks, ander
TABELLE2=pilot
VOORWAARDES2=lower(besigheid) like lower('$1%') or lower(van) like\
lower('$1%')

if [ ! -z $2 ]
then
VOORWAARDES2=$VOORWAARDES2 and lower(naam) like lower('$2%')
fi

ORDER2=van, besigheid, naam

echo select $VELDE from $TABELLE where $VOORWAARDES order by $ORDER;\
| psql $LOGNAME

echo select $VELDE2 from $TABELLE2 where $VOORWAARDES2 order by\
$ORDER2; | psql $LOGNAME
--

Regards


Johann
-- 
Johann Spies  Telefoon: 021-808 4036
Informasietegnologie, Universiteit van Stellenbosch

 Submit yourselves therefore to God. Resist the devil, 
  and he will flee from you.  James 4:7 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Rock solid no GUI pim?

2002-04-26 Thread Bud Rogers
On Friday 26 April 2002 06:18 am, [EMAIL PROTECTED] wrote:

 happy mutt user. Now I'm looking for A) a calendar program B) an
 address book, that are as non graphical, stable and as versatile as
 mutt. Anything that works with emacs gets a plus.

There is a pretty decent calendar in Xemacs.  I imagine the same is 
true of Emacs.  For addressbook, check out BBDB.

-- 
Bud Rogers  [EMAIL PROTECTED]   http://www.sirinet.net/~budr
All things in moderation.  And not too much moderation either.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Rock solid no GUI pim?

2002-04-26 Thread Shyamal Prasad
m2 == m2  [EMAIL PROTECTED] writes:

m2 A couple of months ago I ditched GUI mail programs for
m2 ever. I'm now a happy mutt user. Now I'm looking for A) a
m2 calendar program B) an address book, that are as non
m2 graphical, stable and as versatile as mutt. Anything that
m2 works with emacs gets a plus.

I take it M-x diary and friends are not good enough? I did use Emacs's
diary and calendar for a while until about 2 years ago with great
results. Recently though it's all MS Outlook, too much peer pressure
at work :-(

Cheers!
Shyamal


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]