autoconf and mutt-1.3.14

2001-02-10 Thread Lloyd Zusman

I have recently downloaded the current unstable mutt release, version
1.3.14.  It doesn't come with a `configure' script, so I ran the
latest version of `autoconf' (version 2.13) to generate one.  However,
running the resulting `configure' file generates the following error:

 ./configure: syntax error near unexpected token `AM_CONFIG_HEADER(config.h)'
 ./configure: ./configure: line 584: `AM_CONFIG_HEADER(config.h)'

Is there a special way to run `autoconf' for mutt-1.3.14?

Thanks in advance.

-- 
 Lloyd Zusman
 [EMAIL PROTECTED]



Re: Setting From: when replying

2001-02-10 Thread Suresh Ramasubramanian

Chip Paswater wrote:

> When replying to a message, does mutt have the ability to set the From:
> field automatically based on which email address a message was
> originally sent to?  For example:

set alternates
set reverse_name

--suresh

-- 
Suresh Ramasubramanian + Wallopus Malletus Indigenensis
mallet @ cluestick.org + Lumber Cartel of India, tinlcI
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin



Re: [lula] fetchmail: SMTP connect to localhost failed

2001-02-10 Thread Suresh Ramasubramanian

Josh Huber wrote:

> Also, I recommend not using sendmail, but having fetchmail deliver
> directly into your inbox using procmail.  Use ssmtp for sending mail.
> ssmtp is a nice send-only mailer that's really simple to configure:

[a bit OT]

Does ssmtp do deferred delivery (so that I can queue mail offline and
then send it all at one shot, as I do with /usr/sbin/sendmail -q)?

[I'll be putting up a howto of how to set up email on a linux box
connected via a dialup - checking pop accounts with fetchmail, using
mutt as the client and sendmail as the MTA.  I'd also like to add
sections on exim, postfix and ssmtp / masqmail / nullmailer]

If someone has info on how to get masqmail / nullmailer etc working as a
queue and deliver system (so that I can compose mail when offline, queue
it and send it in one shot) please mail me offlist (urls will do )

thanks
-suresh

-- 
Suresh Ramasubramanian + Wallopus Malletus Indigenensis
mallet @ cluestick.org + Lumber Cartel of India, tinlcI
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin



Re: creating Mutt folder for sent mail

2001-02-10 Thread Suresh Ramasubramanian

sam rosenfeld proclaimed on mutt-users that: 

> set editor="/usr/bin/mcedit"
> set smart_wrap=yes
 
> BTW, my smart_wrap does not result in line wrapping, perhaps because the set 
>configuration to
> smart_wrap=yes is a mutt instruction and I am using an external editor.
> :wq

This is because smart_wrap just handles the wrapping of messages you get that
have unwrapped text.  It does not wrap outgoing mail.

Set mcedit to wrap lines at (say) 72 characters if you want to wrap outgoing mails.

--suresh

-- 
Suresh Ramasubramanian + Wallopus Malletus Indigenensis
mallet @ cluestick.org + Lumber Cartel of India, tinlcI
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin  



Re: Setting From: when replying

2001-02-10 Thread Timothy Legant

On Sat, Feb 10, 2001 at 10:35:17PM -0800, Chip Paswater wrote:
> When replying to a message, does mutt have the ability to set the From:
> field automatically based on which email address a message was
> originally sent to?  For example:

set reverse_name

Tim



Setting From: when replying

2001-02-10 Thread Chip Paswater

When replying to a message, does mutt have the ability to set the From:
field automatically based on which email address a message was
originally sent to?  For example:

If someone sends a message to [EMAIL PROTECTED], which comes to my
mailbox, which also recieves mail for 3 other email addresses,
and I hit reply, I'd like the From: field to automatically
say From: [EMAIL PROTECTED]

Eudora does (or used to) do this, and I really liked the feature.  It
would be nice to have in mutt too.  I scoured the docs and .muttrc
file and can't seem to find anything relevant.  



Re: Mutt 1.3.xx and charset

2001-02-10 Thread Wilhelm Wienemann

Hello Heinz!

On Sat, 10 Feb 2001, Heinz Diehl wrote:

> I just switched from Mutt-1.2.5i to 1.3.14i, and the first thing I
> noticed is that German umlauts are replaced by a "?" in all mails which
> contain a "Content-Type: text/plain;" header. Mutt-1.2.5 displayed them
> properly as it should be, and reading the docs and changes didn't lead me
> further. 
> Locale is set-up and works properly, so this can't be the cause.
> Does anybody have a small hint for me?

You will find more charset-points in your '.muttrc'-file:

set charset="iso-8859-1"# Charset of Terminal 
(for display) 
set send_charset="us-ascii:iso-8859-1:utf-8" # Charsets for outgoing messages.

#
# charset-hook alias charset
# (define charset aliases)
#
charset-hook x-unknown ISO-8859-1
charset-hook windows-1250 CP1250
charset-hook windows-1251 CP1251
charset-hook windows-1252 CP1252
charset-hook windows-1253 CP1253
charset-hook windows-1254 CP1254
charset-hook windows-1255 CP1255
charset-hook windows-1256 CP1256
charset-hook windows-1257 CP1257
charset-hook windows-1258 CP1258

bye - Wilhelm

-- 
Wilhelm Wienemann __
 / /__  _  _  _  _ __  __   
 (°>   (o-  / /__  / / / \// //_// \ \/ /   -°)  -°) 
 //\  //\  // /_/ /_/\/ /___/  /_/\_\   /\\   /\\
 V_/_ v_/_   # Enjoy Linux and the Power of Open Source #  _\_V  _\_V



[Announce] lbdb 0.24

2001-02-10 Thread Roland Rosenfeld

I just released a new version of the little brother's database with
the following changes:

  * Add new module m_bbdb to access a (X)Emacs big brother database (bbdb)
from lbdb using (x)emacs as the backend.  Thanks to Utz-Uwe Haus
<[EMAIL PROTECTED]> for providing this.
  * s/MODULE_PATH/MODULES_PATH/ in documentation to match the behavior of
the program (Closes: #83933).
  * m_gpg: stop using --with-colons, because this outputs utf8 instead of
your local charset, which causes problems with non 7bit characters
(Closes: #83936).
  * Add a new variable KEEP_DUPES, which allows to see duplicate mail
addresses (with different real names or comment fields) (Closes: #83908).

As usual, you'll find the program at http://www.spinnaker.de/lbdb/

Tscho

Roland

-- 
 * [EMAIL PROTECTED] * http://www.spinnaker.de/ *

 PGP signature


Mutt 1.3.xx and charset

2001-02-10 Thread Heinz Diehl

Hi!

I just switched from Mutt-1.2.5i to 1.3.14i, and the first thing I
noticed is that German umlauts are replaced by a "?" in all mails which
contain a "Content-Type: text/plain;" header. Mutt-1.2.5 displayed them
properly as it should be, and reading the docs and changes didn't lead me
further. 
Locale is set-up and works properly, so this can't be the cause.
Does anybody have a small hint for me?

-- 
# Heinz Diehl, 68259 Mannheim, Germany



Re: creating Mutt folder for sent mail

2001-02-10 Thread Michael Tatge

Hi Sam!

sam rosenfeld muttered:

> set folder=/home/sam/Mail/outbox

You seem to have mixed put your pathes a bit, or it this really what you
intended?

> but still cannot store sent mail in my /home/sam/Mail/outbox.  (All
> cases correct)

Of cause you can't do that. You set $folder to ~/Mail/outbox, so
that mutt will assume that ~/Mail/outbox is a directory, and not a
mailbox.

set folder=~/Mail   # All mailfolders are expected here and the +/= 
# shortcuts refere to this dir

set record=~/Mail/outbox# All mail you sent out will be saved here

> mailboxes `echo $HOME/Mail/outbox`

Hm, ... so your mailfolders reside under ~/Mail/outbox ?
I'd recommend to take another look in the manual.

> set editor="/usr/bin/mcedit"
> set smart_wrap=yes

> BTW, my smart_wrap does not result in line wrapping, perhaps because
> the set configuration to smart_wrap=yes is a mutt instruction and I am
> using an external editor.  :wq

$smart_wrap has nothing to with the mail you send *out*. It wraps long
lines in the pager, i.e. for *incomming* mail.
For vim put this line in your muttrc:
set editor="vim -c 'set tw=72'" or set it in your vimrc.

HTH,

Michael
-- 
There are no threads in a.b.p.erotica,  so there's no  gain in using a
threaded news reader.
(Unknown source)

PGP-Key: http://www-stud.ims.uni-stuttgart.de/~tatgeml/public.key



Re: creating Mutt folder for sent mail

2001-02-10 Thread Viktor Lakics

Hi Sam,

Here is what you should include in your muttrc:

# This is for mutt to copy your sent mail:
 
set copy=yes  
set record=+outbox # Have you actually created this?   

# And this is for your editor to wrwp lines at 68
# (I saw from the end of your message# that you
#  use vi or vim - the latter is better)  

set editor="vim -c 'set tw=68'" 
 
Good luck:

Viktor




Re: creating Mutt folder for sent mail

2001-02-10 Thread sam rosenfeld

In response to an earlier rerquest for advice on enabling me to save copies of 
outgoing mail, Suresh Ramasubrahamian and Frank Naumann suggested a couple of lines to 
be added to .muttrc.
I've incorporated them into my .muttrc but still cannot store sent mail in my 
/home/sam/Mail/outbox.  (All cases correct)

Below is a copy of the relevant (and some irrelevant) parts of my .muttrc.  Can anyone 
spot the problem?

Thanks, sam


COPY of .muttrc


ignore "from " received content- mime-version status x-status message-id
ignore sender references return-path lines
bind editor"\e"kill-word
bind editor"\e" kill-word
bind editor   delete-char
unset use_domain
unset use_from
set sort=threads
unset write_bcc
unset bounce_delivered
macro index \eb '/~b ' 'search in message bodies'
macro index \cb |urlview\n 'call urlview to extract URLs out of a message'
macro pager \cb |urlview\n 'call urlview to extract URLs out of a message'
macro generic  "!zless /usr/share/doc/mutt/manual.txt.gz\n" "Show Mutt 
documentation"
macro index"!zless /usr/share/doc/mutt/manual.txt.gz\n" "Show Mutt 
documentation"
macro pager"!zless /usr/share/doc/mutt/manual.txt.gz\n" "Show Mutt 
documentation"
set hostname=wdn.com
color hdrdefault cyan default
color quoted   green default
color signaturecyan default
color attachment brightyellow default
color tree red default
color markers  brightred default
color tildeblue default
color header   brightcyan default ^From:
color header   brightcyan default ^To:
color header   brightcyan default ^Reply-To:
color header   brightcyan default ^Cc:
color header   brightcyan default ^Subject:
color body brightred default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
charset-hook US-ASCII ISO-8859-1
charset-hook x-unknownISO-8859-1
charset-hook windows-1250 CP1250
charset-hook windows-1251 CP1251
charset-hook windows-1252 CP1252
charset-hook windows-1253 CP1253
charset-hook windows-1254 CP1254
charset-hook windows-1255 CP1255
charset-hook windows-1256 CP1256
charset-hook windows-1257 CP1257
charset-hook windows-1258 CP1258
mailboxes `echo $HOME/Mail/outbox`
set folder=/home/sam/Mail/outbox
set editor="/usr/bin/mcedit"
set smart_wrap=yes

BTW, my smart_wrap does not result in line wrapping, perhaps because the set 
configuration to
smart_wrap=yes is a mutt instruction and I am using an external editor.
:wq



New mail notification while in pager?

2001-02-10 Thread Per Wille


Is it possible to get a new mail notification while Mutt is in its
pager (while reading a message)? Right now I only get notified while
in index view.

-- 

Wille

 PGP signature


Re: About PGP encryption

2001-02-10 Thread Michael P. Soulier

On Fri, Feb 09, 2001 at 10:14:27PM -0800, Chip Paswater wrote:
> I have a source hack that leaves PGP Encrypted and Signed messages as inline
> text/plain text instead of PGP/MIME'ing them up.  This allows PGP messages
> generated in mutt to be easily decrypted/verified in {perhaps broken]
> clients like Outlook and Eudora.
> 
> The reason I did this was because the PGP/MIME stuff was garfing up the
> official PGP Outlook plugin.  It can't seem to handle PGP/MIME attachments
> elegantly.
> 
> I don't know who is on higher moral ground, the PGP/MIME folks for the NAI
> folks.  All I want is a solution that works on more clients as painlessily
> as possible.
> 
> I wouldn't mind seeing a .muttrc variable along the lines of "set pgpmime =
> yes/no" that does this functionality.
> 
> If anyone wants the source hack, email me offline.

I tried using signatures at work for a while and a lot of LookOut! people
complained. Is there a standard for digital signatures?

Mike

-- 
Michael P. Soulier <[EMAIL PROTECTED]>
"...the word HACK is used as a verb to indicate a massive amount
of nerd-like effort."  -Harley Hahn, A Student's Guide to UNIX
PGP Public Key: http://24.43.42.96/email.phtml

 PGP signature


Re: Mutt on AIX

2001-02-10 Thread Jordi Mallach

On Fri, Feb 09, 2001 at 09:17:53AM -0500, Thomas E. Dickey wrote:
> > anubis~/alu/tif/al013492> echo $TERM
> > vt100
> but what type of terminal emulator are you using?
> (Although "vt100" may happen to work for vi, etc., it is unlikely that
> you are using a vt100).

Right. Last night I was on an Xterm, sshing to AIX from there. I hope this
is what you wanted to know.
Now I am on Putty at work, and found 1.3.14 misscompiles like this:
gcc -DSHAREDIR=\"/usr/local/lib/mutt\"
-DSYSCONFDIR=\"/usr/local/etc\"
-DBINDIR=\"/usr/local/bin\" -DHAVE_CONFIG_H=1 -I. -I.-Iintl
-I/usr/local/inc
lude  -I./intl  -Wall -pedantic -g -O2 -c curs_lib.c
curs_lib.c:530: parse error before ->'
curs_lib.c: In function 
utt_format_string':
curs_lib.c:533: number of arguments doesn't match prototype
protos.h:168: prototype declaration
curs_lib.c:543: estlen' undeclared (first use in this function)
curs_lib.c:543: (Each undeclared identifier is reported only once
curs_lib.c:543: for each function it appears in.)
curs_lib.c:544: est' undeclared (first use in this function)
curs_lib.c:545: ' undeclared (first use in this function)
curs_lib.c:545: ' undeclared (first use in this function)
curs_lib.c:545: warning: left-hand operand of comma expression has no effect
curs_lib.c:552: rboreal' undeclared (first use in this function)
curs_lib.c:562: 
ax_width' undeclared (first use in this function)
curs_lib.c:564: 
in_width' undeclared (first use in this function)
curs_lib.c:545: warning: statement with no effect
curs_lib.c:574: ight_justify' undeclared (first use in this function)
curs_lib.c:585: warning: assignment makes integer from pointer without a
cast
curs_lib.c:534: warning: ' might be used uninitialized in this function
curs_lib.c:536: warning: ' might be used uninitialized in this function
make: The error code from the last command is 1.

> > checking for use_default_colors declaration... no
> That's indirectly a check for ncurses.  Although you could build mutt with
> ncurses, you should be able to build (and display colors) with AIX's
> curses.

*nods*. I tried using ncurses5 too before, but didn't help.

-- 
Jordi Mallach Pérez || [EMAIL PROTECTED]   || Rediscovering Freedom,
ka Oskuro in RL-MUD || [EMAIL PROTECTED]|| Using Debian GNU/Linux

http://sindominio.net  GnuPG public information:  pub  1024D/917A225E 
telnet pusa.uv.es 23   73ED 4244 FD43 5886 20AC  2644 2584 94BA 917A 225E

 PGP signature


Re: [lula] fetchmail: SMTP connect to localhost failed

2001-02-10 Thread Josh Huber

On Fri, Feb 09, 2001 at 12:09:58AM -0800, Jason Helfman wrote:
> you don't have smtp listening on your localhost for delivery. 
> 
> port 25
> 
> this is what I have on a: netstat -a :grep 25, or netstat -l
> 
> tcp0  0 0.0.0.0:25  0.0.0.0:*   LISTEN  
> 
> also you can try connecting to localhost port 25 with telnet
> 
> jhelfman@dsl-64-34-6-73:~/bash$ telnet localhost 25
> Trying 127.0.0.1...
> Connected to alice.
> Escape character is '^]'.
> 220 dsl-64-34-6-73.telocity.com ESMTP
> 
> this is what mine showsand if it is working correctly, it will hand
> there awaiting commands.
> 
> I hope this helps.

Also, I recommend not using sendmail, but having fetchmail deliver
directly into your inbox using procmail.  Use ssmtp for sending mail.
ssmtp is a nice send-only mailer that's really simple to configure:

apt-get install procmail ssmtp

here's the important line from .fetchmailrc:

poll foo.bar.com protocol imap username "huber" password
"***" mda "procmail -d %T"

the "mda" part is the important one.

You might need a .procmailrc.  Something simple like:
PATH=/usr/local/bin:/usr/bin:/bin
MAILDIR=$HOME/mail/
DEFAULT=$HOME/mail/inbox

ttyl,

-- 
Josh Huber | [EMAIL PROTECTED] |

 PGP signature