Re: address book

2001-04-12 Thread Michael Tatge

Frederick V. Heitkamp muttered:
 Is there a way to pull specific addresses out
 of message headers and add them to the address
 book?

You mean to your $alias_file?
Try pressing "a" in the pager, that's for the From: header at least.
For other headers you may either copy / past them to $alias_file
diretly. Or write a small script that parses a header then add's its
output to $alias_file.

HTH,

Michael
-- 
"...and scantily clad females, of course.  Who cares if it's below zero
outside"
(By Linus Torvalds)

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



Re: Appending to the header

2001-04-12 Thread Gary Jones

On 11 Apr 2001, Suresh Ramasubramanian wrote:

 Subba Rao proclaimed on mutt-users that: 

  If I were to send this as an email from command line, how could I add the
  "Newsgroup: project.team" to the mail header?
[...]
  Is there any other cleaner way of automating mail to news, using mutt as the
  email client?
 
  Either volkov / other nntp patches to mutt, or a mail2news gateway.

Mail2news is the way I'd do it. There's a nice mini-How-To which is 
easy to follow, so its not daunting or complicated at all. I guess 
you'd set up a dummy email user, setup procmail for it, and mail the 
announcements to that user. As if by magic the news article will 
appear.

-- 
Mr. Benn



[OT] lbdb: sorting by real name

2001-04-12 Thread Andre Berger

I have lbdb (0.18.5) on my Debian potato system. My question: (Q)uery in
Mutt gives me a list sorted alphanumerically by email-adresses (second
column in Mutt, first in ~/.lbdb/m_inmail.list). Can I change this
somehow, display the list sorted by real name in Mutt?

Andre Berger[[EMAIL PROTECTED]]

 PGP signature


Re: postponed message lost

2001-04-12 Thread Andrew Pimlott

On Wed, Apr 11, 2001 at 06:07:19PM -0400, William Park wrote:
 I'm running 1.2i, and don't have problem with postponed messages.  Can
 you duplicate the problem consistently?

No (and sorry for not saying this).  I was not able to reproduce it,
and since nobody else seems ever to have observed it, I will chalk
it up as a freak occurance.

Thanks to those who answered.

Andrew




Re: Cntrl-D and scrolling

2001-04-12 Thread Andre Berger

* Thomas Duterme [EMAIL PROTECTED], 2001-04-12 08:39 +0200:
 My question, I would like for Mutt to scroll 1 entire page
 forward when it hits the bottom of the screen in the index.

Huh, something like the Page Down key? If I completely misunderstood
you, maybe 

bind index  the key you want  next-page
bind pager  the key you want  next-page

is for you, or a macro?

Andre Berger[[EMAIL PROTECTED]]

 PGP signature


How to display a mail in raw format

2001-04-12 Thread Tobias Schenk

Hello,

I was wondering how one can display any mail in it's pure, raw format within Mutt. So 
as to get the same result than if I would load the mbox file into an editor and look 
at a particular message.

Did I miss how to do it in the docs? Thank you.

Toby




Re: address book

2001-04-12 Thread Christian Ordig

On Wed, Apr 11, 2001 at 07:02:47AM -0400, Frederick V. Heitkamp wrote:
 Is there a way to pull specific addresses out
 of message headers and add them to the address
 book?
I've posted a complete addressbook for use with the Query function
and some mutt macros to add addresses to it the way you intend to do 
it.
It's some months ago. If there's some interest I could repost it or put 
it onto my website.

Features:
Full name of person
eMail address
comment

every field is searched when using ^T or Q. so you can also search for 
comments easyly.
Adding new addresses and comments is done using a macro from the index 
or browser directly in mutt.

ok ... that's it.

-- 
Christian Ordig | Homepage: http://thor.prohosting.com/~chrordig/
Germany |eMail: Christian Ordig [EMAIL PROTECTED]

 PGP signature


Re: How to display a mail in raw format

2001-04-12 Thread Lars Hecking


 I was wondering how one can display any mail in it's pure, raw format within Mutt. 
So as to get the same result than if I would load the mbox file into an editor and 
look at a particular message.

e   edit   edit the raw message

 if you can exit your editor without saving anything back to disk ;-)




Re: How to display a mail in raw format

2001-04-12 Thread Michael Galloway

Hi Tobias!

if you just want to see all the headers, the command h will show you them.

-- michael

On Thu, 12 Apr 2001, Tobias Schenk wrote:

 Hello,
 
 I was wondering how one can display any mail in it's pure, raw format within Mutt. 
So as to get the same result than if I would load the mbox file into an editor and 
look at a particular message.
 
 Did I miss how to do it in the docs? Thank you.
 
 Toby
 
 



Re: Cntrl-D and scrolling

2001-04-12 Thread Gary Johnson

On Thu, Apr 12, 2001 at 09:34:47AM +0800, Thomas Duterme wrote:

 My question, I would like for Mutt to scroll 1 entire page
 forward when it hits the bottom of the screen in the index.
 Ie. say I have 200 messages and can view 50 messages per
 thread.  Currently, when I've deleted message 50, I only
 scoll one line down and see mess. 51.  I'd like to scroll to
 see mess 51-100.  This makes it very easy to see which
 threads are lengthy and potentially interesting.
 
 Can Mutt do this?

I thought it already did this by default.  At least my 1.2i version did.
I prefer the smooth-scrolling behavior, though, so I put this in my
muttrc:

set menu_scroll

You might check to see if menu_scroll is set and if so, unsetting it
should you the behavior you want.

HTH,
Gary

-- 
Gary Johnson   | Agilent Technologies
[EMAIL PROTECTED]   | RF Communications PGU
http://www.spocom.com/users/gjohnson/mutt/ | Spokane, Washington, USA



Re: address book

2001-04-12 Thread TeLeNiEkO

LBDB (Little Brother DB) ships with an util that, called from your MDA,
procmail (i.e.) adds the From adresses to its DB.


Hope this helps,
 MuPPy

 
|   TeLeNiEkO|
| e-Mail: [EMAIL PROTECTED]|
 






Re: How to display a mail in raw format

2001-04-12 Thread John P. Verel

On 04/12/01, 05:22:21PM -0400, Mike Broome wrote:
 I've found that piping the message out to cat (eg. "|cat") or more
 (eg. "|more") does the trick for me.  This will dump the entire
 message, including header, MIME separators, unrecognized (to mutt)
 attachments.
 
 Toggling header mode ("h") will let you see all the headers in the
 mutt pager, but it won't show you the entire e-mail as "raw" since it
 still parser MIME.  Editing the messages ("e") doesn't show you all the
 headers (at least, not in v1.2.4i that I'm running).
 
Depends on the editor, perhaps.  With vim 5.7 all headers are visible.

John
 Mike
 
 On Thu, Apr 12, 2001 at 11:32:00AM +0200, Tobias Schenk wrote:
  Hello,
  
  I was wondering how one can display any mail in it's pure, raw format within Mutt. 
So as to get the same result than if I would load the mbox file into an editor and 
look at a particular message.
  
  Did I miss how to do it in the docs? Thank you.
  
  Toby
 
 -- 
 Mike Broome
 mbroome(at)employees.org

-- 
John P. Verel
Norwalk, CT



Re: Appending to the header

2001-04-12 Thread Suresh Ramasubramanian

Gary Jones proclaimed on mutt-users that: 

 On 11 Apr 2001, Suresh Ramasubramanian wrote:
 
   Either volkov / other nntp patches to mutt, or a mail2news gateway.
 
 Mail2news is the way I'd do it. There's a nice mini-How-To which is 
 easy to follow, so its not daunting or complicated at all. I guess 
 you'd set up a dummy email user, setup procmail for it, and mail the 

gnu/mailman has a rather nice builtin mail2news gateway capablity.

-s

 announcements to that user. As if by magic the news article will 
 appear.

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



Re: address book

2001-04-12 Thread Suresh Ramasubramanian

TeLeNiEkO proclaimed on mutt-users that: 
 LBDB (Little Brother DB) ships with an util that, called from your MDA,
 procmail (i.e.) adds the From adresses to its DB.
 
 Yep.  Right.  Now, about your headers, 

  User-Agent: Mutt/1.3.17i
  X-Mailer: Mutt 1.3.12i
 
 you might want to use the regexps on mutt -v that were posted here
 recently instead of hardcoding the stuff in your muttrc (though why
 an X-Mailer when there's a perfectly good User-Agent header, I dont
 know) :)
 
-s

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