post sortieren mit ifile

2000-07-24 Thread clemensF
there's a nice utility named ifile, which uses word-frequencies to sort messages into folders. ifile itself is very generic: it has no file- locking interface and therefore can't be used directly. it would be nice to use it with mutt. one can pipe a message into it and tell it where it

Re: Qmail isn't delivering to MAILDIR/new....?

2000-06-30 Thread clemensF
Jason Helfman: I have this as my .qmail file: /home/deklown/Maildir/new/ the maildir is an object of it's own, and it's structure is taken care of by the software. leave out that fg new/! clemens

Re: Qmail and Mutt

2000-06-27 Thread clemensF
Jason Helfman: I just installed Qmail last night and broke my Procmail, but I thought I had fixed it with setting up where Promail writes to... had the exact same probs, also procmail complaining about every write(2). but i needed email badly and dropped procmail until i regain the special

Re: Why use set hostname?

2000-06-24 Thread clemensF
Gottipati Aravind: and that works just fine. My question now is whats the purpose of that hostname variable if it does not work? am I doing it wrong or do I need to set some other variable too.. to get it to work? whether you can forge your "from:" line or not depends on the mta. sendmail

Re: End key doesn't work?

2000-06-22 Thread clemensF
Sam Xie: read a mail, push the End key, an error message says, "keys not bound. Press '?' for help." this happened to me when switching over from command- line to x11 on a new computer. try ^V End in the shell command- line, it tells you what key- sequence gets emmitted. control-V is

Re: problems with 1.2.2i

2000-06-21 Thread clemensF
Mike Markowski: Notice that I now must put *two* slashes after "~mm". With only a single slash, I get this: how in the world did you find out? i would never have had the idea to try to put two slashes in there! now tell us: what made you do this? not the marsians again clemens

Re: Mailboxes are not mailboxes

2000-06-20 Thread clemensF
Dennis Robertson proclaimed on mutt-users that: Before I give up and retire hurt to netscape can anyone tell me in words of one syllable how to create mailboxes that work. I get the message from mutt that every one of the "mailboxes" I have designated is not a mailbox, even though I can see

Re: Message attributes, MH folders

2000-06-20 Thread clemensF
Gerhard den Hollander wrote: * clemensF [EMAIL PROTECTED] (Mon, Jun 19, 2000 at 07:49:56PM +0200) Ronny Haryanto: I've converted my mailboxes to maildir once, it turned out to be slower than mbox, so I converted back to mbox now. Dunno about MH, but I'm guessing it's about the same

Re: GPG and mutt

2000-06-20 Thread clemensF
Nils Vogels wrote: I'm using gpg 1.0.0 with mutt to handle my PGP ... but for some reason I keep on getting "key not found" messages .. I dont think noone has their keys on keyservers nowadays, so I must be doing something wrong .. you probably need the rsa/idea extensions. search the

Re: problems with quotes in send-hook lines within .muttrc

2000-06-19 Thread clemensF
[EMAIL PROTECTED]: send-hook '~t linux-bruxelles' set editor="vi +set textwidth=72" what about set editor="vi \"+set textwidth=72\""? clemens

Re: Message attributes, MH folders

2000-06-19 Thread clemensF
Brett Coon: 1. Folder changes are really slow. My MH folders (directories) have thousands of messages, which undoubtedly is at least part of the problem. Would it be faster if I stored messages in mbox format? Is there anything else I can do to speed it up other than

Re: test=RunningX

2000-06-19 Thread clemensF
Gary Johnson: ...so it can be tested if an X-server is running. What is this program RunningX ? Is it an utility that comes with X (it is not on my you might consider just using standard "/usr/bin/test -n $DISPLAY". no need for special programs, if you test the existence of the x-

Re: Message attributes, MH folders

2000-06-19 Thread clemensF
Ronny Haryanto: I've converted my mailboxes to maildir once, it turned out to be slower than mbox, so I converted back to mbox now. Dunno about MH, but I'm guessing it's about the same speed as maildir since it resembles maildir. are your files on a network? clemens

Re: procmail question

2000-06-19 Thread clemensF
Virginie [ ML ]: defaults mda "formail -ds procmail" one can save one exec and much complexity using: mda "/usr/local/bin/procmail -t -f-" clemens

Re: test=RunningX

2000-06-19 Thread clemensF
Mrinal Kalakrishnan: No it's different. If you're in a console while X is running, the RunningX test will fail, because it actually tries to open the display. Whereas the $DISPLAY variable still exists, so "test -n $DISPLAY" test passes. So if you're in a console, while X is running, then

Re: test=RunningX

2000-06-19 Thread clemensF
Mrinal Kalakrishnan: No it's different. If you're in a console while X is running, the RunningX test will fail, because it actually tries to open the display. Whereas the $DISPLAY variable still exists, so "test -n isn't there some other way (a unix way) for trying to open the x- display?

Re: Location of mutt manual

2000-06-16 Thread clemensF
John Poltorak: Where do users normally install the html version of mutt's manual? usually /usr/local/share/doc/mutt/ clemens

Re: help!

2000-06-14 Thread clemensF
Dirk Ruediger: This tags your mail and you can store it somewhere. The latter task can be better done with fetchmail/procmail! btw: for a leafnode this combination is not the worst one can have, right? i don't have a static-ip, and this is really just the basic leaf of the tree, and to me

Re: help!

2000-06-14 Thread clemensF
Suresh Ramasubramanian: polling [EMAIL PROTECTED] is slow, to say the least. Brightmail pops mails from gmx (not the fastest available pop server), then filters it, then you pop mail from brightmail ... that's correct, but primary concern is to keep spam away from my machine, so there's no

Re: news with mutt

2000-06-14 Thread clemensF
anyone ever tried to exploit the coarse resemblance between imap and the classic structure in spool/news? clemens

Re: HELP: How do I change my from address format?

2000-06-11 Thread clemensF
Suresh Ramasubramanian: Can y'all help me? Rather silly of me, I know - but I sort of prefer the second format :) which is deprecated. clemens

Re: changing to mailboxes

2000-06-07 Thread clemensF
Gottipati Aravind: I use fetchmail to get the mail and Procmail to deliver it. so I dont same here. all mailing happens on local, i.e. non-nfs filesystems. actually works. i.e it gives me the name of the next folder like "=fslc" or something like that, that has new mail, but in most cases

Re: mutt - sendmail - sendmail hub. sendmail.cf anyone?

2000-06-07 Thread clemensF
[EMAIL PROTECTED]: Does anyone use mutt with local sendmail, where the local sendmail is configured to forward all mail to a central hub? yes. If so could I have a look at your sendmail.cf or relevant m4 file? i'd rather not. before i switched to qmail, some (hopefully relevant) part of

Re: Mutt/Procmail/Fetchmail question

2000-06-07 Thread clemensF
Timothy Grant: However, when I start mutt I get an error telling me that /var/spool/mail/tjg is not a mailbox. set logfile /var/log/fetchmail set daemon 77177 defaults fetchall mda "/usr/local/bin/procmail -t -f-" ... will make "from " headers needed by mbox-format.

Re: changing to mailboxes

2000-06-07 Thread clemensF
Gottipati Aravind: set folder=~/mail mailboxes ! `echo $folder/*` did you really check out typing in some names manually? source ~/.addressesmutt clemens

Re: ~/.muttrc not working after upgrade mutt to v1.2

2000-06-07 Thread clemensF
Nils Vogels: Does anyone know the default settings for FreeBSD 5.0 ? didn't even know of a 5.0 current. but my brother's name's also ni[e]ls. he opts for e, though. clemens

Re: How to discern underlying threads

2000-06-07 Thread clemensF
Yip Weng: Some newbie rattle: I just migrated from Win2000 to Linux, and am using Mutt as substitute for my erstwhile mailer Forte Agent 1.8, to which threading is also a feature. I have found mutt to be outrageously flexible and powerful, and the text based screen is so much better for my

Re: mailbox corruption and mutt

2000-06-05 Thread clemensF
CaT: Local filesystem for all mailboxes. and erm.. disjunct? sorry, i could not find the word and threw in what came up. i mean, can you guarante that no links, chrooted environments or whatever make different mailboxes undifferent, i.e. the same file? -- clemens

Re: Procmail vs. Mutt variables

2000-06-05 Thread clemensF
Mikko Hänninen: Actually, you could embed `mkdir -p dirname` in any command -- it gets expanded but the result is an empty string. However the command does run. :-) whowherewhat? where are commands like this allowed like this? -- clemens

Re: mailbox corruption and mutt

2000-06-04 Thread clemensF
are you using several mutt windows in a gui or mbox formatted mailboxes without locked access? -- clemens

Re: mailbox corruption and mutt

2000-06-04 Thread clemensF
Thomas Roessler: than maildir for large mailboxes. Just imagine a rather traditional Unix file system design having to deal with 7k5 files in _one_ directory... this might trouble the traditional linux (linear search) fs. -- clemens

Re: mailbox corruption and mutt

2000-06-04 Thread clemensF
CaT: I'm using several mutts but they're all on a different mailbox. mailboxes accessed by some nfs? really every mailbox disjunct? -- clemens

Re: how to change the default encoding method?

2000-06-01 Thread clemensF
[EMAIL PROTECTED]: As i have "unset allow_8bit" in /etc/Muttrc, the mails i send are always encoded as "quoted-printable"! Can i change it to "base64"? if you change the mime-type to one transfer-encoded using base64, but you'd loose the convenient "email-feeling". -- clemens

Re: sending mail with POP

2000-05-30 Thread clemensF
Hardy Merrill: Mail that I'm sending doesn't seem to get out - I think it's sitting in my "outbox". What more do I need to do? put ":your-isp's-smtp-(mail)-server-name" into control/smtproutes, if you use the standard setup, that should get rid of your mail. -- clemens

Re: sending mail with POP

2000-05-30 Thread clemensF
[EMAIL PROTECTED]: First, you have to set your "smart host" in /etc/sendmail.cf So, put a line of this kind (in /etc/sendmail.cf) : # "Smart" relay host (may be null) DSsmtp.worldonline.fr yes, this is vital. i had this configured for ages until i found out that the protocol designator

Re: Reply-to-all function?

2000-05-30 Thread clemensF
Chris Woodfield: It seems mutt's default behavior when replying to a message is to only put the sender in the To: header. Is there a way to add Cc: recipients as well? the group-reply, documented in the manual and in the quickref screen launched by '?', is commonly bound to 'g'. just check

Re: x-mailer header

2000-05-30 Thread clemensF
Andreas Wessel: What´s it with these "X"-headers anyway? Does there have to be an X before any self entered header? RFC? the common use for it these days is to includer user-info in the headers (e.g. my pgp-key#). they coexist peacefully with the rfc822 headers until religion claims it's

Re: f1 mutt help

2000-05-29 Thread clemensF
G.Embery: I haven't been able to get function keys to work at all with s-lang lib but they are quite okay with [n]curses lib. Here is what i get for the 2 cases: s-lang: color ok; function-keys not-ok; "grey" keys got-working; ncurses: color none;

Re: Binding bug + minor annoyance.

2000-05-26 Thread clemensF
David Champion: Maybe the original poster (I forgot who...) would be OK with "unbind * *" and "unmacro * *". and, finalizing this thread, should this not be the default content of the default fallback etc/Muttrc? -- clemens [EMAIL PROTECTED]

Re: is the mailing list broken or is it just me?

2000-05-26 Thread clemensF
Timothy Ball: I haven't gotten any mail from the mailing list in weeks now... I am I unsubscribed or what? i've been unsubbed for bounces. had to resubscribe. happens often these days. -- clemens [EMAIL PROTECTED]

Re: Binding bug + minor annoyance.

2000-05-25 Thread clemensF
David DeSimone: Mikko Hänninen [EMAIL PROTECTED] wrote: That's good as an option, but then the problem would be that you can't have an independent stand-alone binary that works even with no resource files... Is this really one of the design goals of Mutt? I don't see a problem as

Re: Using multiple mailboxes with Mutt ( procmail filtering).

2000-05-25 Thread clemensF
Tom Gilbert: Not entirely what you're after here, but may be of use to you... I find the default folder navigation painful too, so I wrote some cursor-key navigation macros to make life better. Try these out? bind pager up previous-line bind pager down next-line up, down,

Re: threading problem

2000-05-24 Thread clemensF
Michael Tatge: So, to get the threading in the way to want it just set the Date: header of that message to a reasonable value and you'll be fine. that's cool! whenever you suspect something's fishy, you just wade thru your email to check the sequence of dates? or did you already write the

Re: deleting and undeleting

2000-05-24 Thread clemensF
Manuel Arriaga: allows me to reach any message (del/undel). But in my computer j and k jump messages marked for deletion. he specifically told you to use capital letters, which work. -- clemens [EMAIL PROTECTED]

Re: threading problem

2000-05-23 Thread clemensF
Mikko Hänninen: PATH=C:\WINDOWS;C:\WINDOWS\RUN;C:\WINDOWS\CRASH you got your path all wrong. with windows it =must= look like this: PATH=C:\WINDOWS;C:\WINDOWS\CRASH;C:\WINDOWS\RUN -- clemens [EMAIL PROTECTED]

Re: Using multiple mailboxes with Mutt ( procmail filtering).

2000-05-23 Thread clemensF
Mikko Hänninen: Jacob Davies [EMAIL PROTECTED] wrote on Tue, 23 May 2000: I think I could accomplish this with a wrapper that monitors all my mailboxes for new mail and display that on a menu, pushing me into mutt on that mailbox when I select one, but I don't want to reinvent the

Re: metoo not removing my address

2000-05-23 Thread clemensF
Corey G.: I would be more than happy to write a better explanation if someone really wants me to for the documentation. I only want to make Mutt better like everyone else. sounds great! i vote ``yes'' both for the effort and the offer. thanks Corey! -- clemens

Re: Success! Do you know which MUA I am using for sending this email??

2000-05-22 Thread clemensF
Charles Curley: Now, if you run X, look at fetchmailconf. Get your configuration into .fetchmailrc, which will save you a lot of typing and is less error prone. even without python, the language fetchmailconf is written in, the text was enlightening as to making a .fetchmailrc. -- clemens

Re: x-mailer header

2000-05-21 Thread clemensF
Suresh Ramasubramanian: :) ... but is there any hassle about X-Mailer: remaining in your mail? I haven't yet seen an RFC raising any objection to X-Foo: headers yet :) it's no rfc matter, it's personal taste. If you don't like to see it you can always set ignore X-Mailer :) but i want

Re: absolute newbie...

2000-05-21 Thread clemensF
Emily Slocombe: I got a bizarre error from trying to do a reply to all to you and the mutt user group. The message follows: From [EMAIL PROTECTED] Sun May 21 15:18:32 2000 From: Mail Delivery Subsystem [EMAIL PROTECTED] me too. same error message. -- clemens

Re: absolute newbie...

2000-05-21 Thread clemensF
Manuel Arriaga: Anyway, I would like to know whether it is possible to have mutt display any new messages that fetchmail retrieved automatically since mutt was yes. read the manual. you can specify the intervals for mutt to look for new mail. also, whenever you say '$' to resynchronize,

x-mailer header

2000-05-20 Thread clemensF
my messages carry a "x-mailer: mutt" header that i'd like to get rid of. how do i do that? -- clemens [EMAIL PROTECTED] do D4685B884894C483

Re: support for compressed folders in 1.2?

2000-05-20 Thread clemensF
Zhendong: folders. After I've changed the mutt folders to gz format, procmail still delivers mails as uncompressed format, they can not work well together. then run the mails through gzip. the line "| gzip folder" will append compressed data to the folder. this has nothing to do with

Re: Interesting From: header problem

2000-05-20 Thread clemensF
Mikko Hänninen: I guess what I'm basically looking for is a reply-hook. Something that I can use to change things based on the message I'm replying to. Does anything like that exist? Nope, sorry. There's been talk of ways to solve this, and I think even the best way has been

Re: support for compressed folders in 1.2?

2000-05-20 Thread clemensF
Roland Rosenfeld: | gzip folder BUT DON'T DO THIS, if you do not want to loose mail! IIRC, there is no mechanism to merge changes in the compressed folder into the temporary uncompressed folder, so if you have a compressed folder open for reading, while a new mail arrives and is

Re: x-mailer header

2000-05-20 Thread clemensF
Reinhard Foerster: On Sat, May 20, 2000 at 10:39:21AM +0200, clemensF wrote: my messages carry a "x-mailer: mutt" header that i'd like to get rid of. how do i do that? unset user_agent (mutt 1.2 only) oh no, nono, please, there =has= to be a way! please, save me! do i h

Re: x-mailer header

2000-05-20 Thread clemensF
Suresh Ramasubramanian: unset user_agent (mutt 1.2 only) +That+ will get rid of the User-Agent: Mutt 1.2i. I doubt if it will get rid of the X-Mailer tag (which is not generated by newer mutts anyway). i think you repeat exactly what he said, and i'm not really sure if i am grateful for

Re: x-mailer header

2000-05-20 Thread clemensF
David T-G: I'd try something like my_hdr X-Mailer: "" no go. recompiled the whole s**t. bet'ya can't see no heada! -- clemens [EMAIL PROTECTED]

Re: support for compressed folders in 1.2?

2000-05-20 Thread clemensF
Suresh Ramasubramanian: heresy Sounds a lot like emacs thinking to me :) g,dr you, youDANGEROUS PERSON!

Re: Interesting From: header problem

2000-05-20 Thread clemensF
Mikko Hänninen: Well, I guess you could do a script that reads the message-to-be-replied to, writes a template reply email out to a file, and then this could be used with the resend-message (or edit-postponed) in Mutt as a basis of the new email... It would work, but you'd be taking all

Re: Doing netnews with mutt

2000-05-18 Thread clemensF
David Champion (Thu 18.0500-00:47): So, on a related note: are there any other NNTP patches for mutt, besides Brandon Long's 0.95 version? I'd imagine that they'll never i never heard of this nntp patch. would you please give a pointer? -- clemens

Re: Binding bug + minor annoyance.

2000-05-18 Thread clemensF
Larry P. Schrof: When I hit 'k' or 'j' in the index, it gives me a "Key is not bound." error. Yet, when I go to the binding listing screen (by hitting '?'), 'j' and 'k' show up in the generic bindings section as bound to the functions I assigned. think about it over a nice cup of hot

Re: Doing netnews with mutt

2000-05-17 Thread clemensF
Bennett Todd (Tue 16.0500-17:23): Ok, I've gotten so hooked on mutt that I'm wanting to use it for netnews. did you have a look at leafnode? it's a small nntp-handler without newsreader. i'm thinking about adapting mutt towards using leafnode to swatt that fly... -- clemens

Re: mutt process doesnt terminate

2000-05-17 Thread clemensF
Jan Houtsma (Wed 17.0500-22:12): 'rlogin -l caroline localhost' which works fine. what happens if you put "exec " in front of "rlogin"? -- clemens [EMAIL PROTECTED] do D4685B884894C483

Re: Possible index bug in 1.2...

2000-05-17 Thread clemensF
Ben Beuchler (Wed 17.0500-21:29): Hmmm... I'm using Eterm with a setting of 'xterm-color'. Pretty standard stuff. What made me consider mutt as a possible culprit as opposed to my terminal emulation is that it only happened when I was browsing my 'read mail' box which contained 9000+

Re: Mutt and GPG

2000-05-16 Thread clemensF
Graham Lillico (Tue 16.0500-08:46): [deleted] email sent from mutt using gpg to sign it then I get the above message and then shortly followed by "PGP signature successfully verified." why don't I get this from messages sent and signed using pine? Does this mean it can't verify the GPG

Re: bind pager Q query

2000-05-15 Thread clemensF
Mikko Hänninen (Mon 15.0500-05:31): What're you trying to do? More specifically, what do you want to happen when Q is pressed in the pager? isnt query bound in the sense of external-query? -- clemens [EMAIL PROTECTED] do

Re: mailbox sort order

2000-05-15 Thread clemensF
Dave Ewart (Mon 15.0500-14:36): If you've pasted those lines straight from your .muttrc, then I can see the problem: you need to use "-", not "_" in "reverse-date-received". you see, a mechanic could get fired for _- 0.5 ! -- clemens [EMAIL

Re: Deleting IMAP folders - is it possible?

2000-05-15 Thread clemensF
Chris Green (Mon 15.0500-15:39): Is there any way to delete IMAP folders (as opposed to mailboxes) using mutt? if you enjoy the neccessary priviledges on the place hosting your imap-folders, it should work, n'est-ce-pas? -- clemens [EMAIL

Re: Mutt and address books

2000-05-15 Thread clemensF
Mikko Hänninen (Mon 15.0500-00:58): be integrated with Mutt with the external-query command in any address excuse me: whats the name of "the external-query command"? query gives errors (in 1.0.1). -- clemens [EMAIL PROTECTED] do

Re: Deleting IMAP folders - is it possible?

2000-05-15 Thread clemensF
Chris Green (Mon 15.0500-18:29): Well I should do, the IMAP server is running as a user process, all the files are in my user area and all the files are owned and writeable by me. what does the imap protocol say? does mutt send a valid delete-request? -- clemens

Re: Mutt and address books

2000-05-15 Thread clemensF
Mikko Hänninen (Mon 15.0500-22:05): bind editor ^T complete-query Ahh. Ahh. -- clemens [EMAIL PROTECTED] do D4685B884894C483 gpg recv-key 0x9 echo `gpg list-key 0x9 | cat

Re: Still alive?

2000-05-15 Thread clemensF
Mikko Hänninen (Mon 15.0500-00:40): clemensF [EMAIL PROTECTED] wrote on Sun, 14 May 2000: can this be done: everyone may optionally supply a "backup" email-address which unsubscribe notification are forwarded to, so one at least knows what's happening? Hmmm, Majordomo doesn

bind pager Q query

2000-05-14 Thread clemensF
why, o why does "bind pager Q query" in .muttrc always give errors like "no such function"? -- clemens [EMAIL PROTECTED]

Re: Still alive?

2000-05-14 Thread clemensF
Gero Treuner (Sun 14.0500-18:48): If there is a problem (bounce) with your e-mail account, you are automatically removed from the list. Re-subscribe in this case. this has already happened to me, and i am still waiting for my otherwise trustworthy isp to answer my complaint. i didn't even