Re: mutt-1.0pre2i.tar.gz installation

1999-09-03 Thread David Benfell
1999 at 02:28:31PM -0700, David Benfell wrote: > > Whoops! I see I sent the attached to a wrong address -- why would that > be in the muttrc file that came with the distribution? > -- > David Benfell > --- > In your 30's, you discover that life is boring. > In your 4

Re: Corrupted stack page

1999-09-08 Thread David DeSimone
atch your system more closely and start testing it for hardware defects. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson U

Re: Answer to Linux charsets problem

1999-09-08 Thread David DeSimone
r all, that's the MIME way -- Force everyone else to bend over to look at things the way that the user composed them. :) :) -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard |

Re: handling mailing lists: problem

1999-09-09 Thread David DeSimone
o separate them... If you really want them to end up in another folder, the procmail methods people are sending you, would work well. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard

Re: How to bind a set of functions to a key?

1999-09-09 Thread David DeSimone
k to what it's supposed to be on the next send. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson UX WTEC Engineer |PGP: 5B 47 34 9F 3B 9A B0 0D AB A6 15 F1 BB BE 8C 44

Re: Threads collapsed by default

1999-09-09 Thread David DeSimone
J Horacio MG <[EMAIL PROTECTED]> wrote: > > How can I have all threads collapsed by default when opening a folder? Use the "push" command to have Mutt execute the key bound to the function. folder-hook big_folder 'push "\eV"' -- David De

Re: Mutt won't Send mail

1999-09-10 Thread David DeSimone
ed and attempted delivery on the message. You should look in sendmail's log file to see what it did (or tried to do) with the message. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-P

Re: mailing file from vim from mutt?

1999-09-10 Thread David DeSimone
I have edited it to what I want. Any way to open mutt > with this text file in my editor (vim)? You mean like when you Forward a message to someone (non-MIME)? -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really cleve

Re: Mutt won't Send mail

1999-09-11 Thread David DeSimone
you should find a log file you can examine. > Incidentally, Pine doesn't have this problem, nor does any other MUA > I've tried. What if you just run sendmail by hand, and tell it to send you some mail? What does it do? sendmail -bv your_username -- David DeSimone | "

e-mail problems

1999-09-12 Thread David Benfell
eally don't know what to look for in resolving this problem. Any assistance would be appreciated. I have attached my .procmailrc and until we figure it out, please send any e-mail to [EMAIL PROTECTED] Thanks! By the way, the e-mail isn't even making it in to my backup fold

.procmailrc

1999-09-12 Thread David Benfell
Whoops! Forgot to attach the .procmailrc -- David Benfell --- The only difference between a government and an organized criminal gang is in to whom you've pledged your allegience. PATH=/bin:/usr/bin:/usr/bin MAILDIR=$HOME/Mail #you'd better make sure it exists DEFAULT=$MA

Re: PGP questions

1999-09-14 Thread David DeSimone
cked up at all. Also, leaving the mail on the server allows it to be available to other mail clients, such as Windows clients if one is on the road with a laptop, etc. In such a case, fetchmail may not be the best solution. But it is for every user to decide. -- David DeSimone | "The do

Re: PGP questions

1999-09-14 Thread David DeSimone
that lets Mutt recognize old-style PGP messages by scanning the body. Seems slow and inefficient, but in the case you describe, probably the only thing that'll work. -- [EMAIL PROTECTED] (Fuzzy Fox) || "Just about every computer on the market sometimes known as David

Re: Use send-hook to create Message-ID

1999-09-17 Thread David DeSimone
my_hdr command > in the .muttrc? If it is, how can I do this (I'm not sure how to > introducr sufficient randomness into the process)? I think you can do this, because Mutt uses the 'hostname' variable to put into the Message-ID. So if you 'set hostname=your.domain&

Re: Premail with Mutt

1999-09-20 Thread David DeSimone
add_option (args, &argslen, &argsmax, DsnReturn); } ! /* args = add_option (args, &argslen, &argsmax, "--"); */ args = add_args (args, &argslen, &argsmax, to); args = add_args (args, &argslen, &argsmax, cc); args = add_args (args, &ar

Re: macros

1999-09-20 Thread David DeSimone
erased from the input line, and you don't have to mess with tabs or backspaces or anything. macro index \ce "s=mailboxname\n" -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has

Re: pgp question

1999-09-20 Thread David DeSimone
from one machine to the other? It worked for me. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson UX WTEC Engineer |PGP:

Re: Best 'unstable' version for IMAP and how to build it

1999-09-20 Thread David DeSimone
order to run the "prepare" script, but I have never installed them on my system, and I build the unstable version by simply running ./configure and make, same as I always have for Mutt. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED]

Re: key-bindings or save-hook

1999-09-20 Thread David DeSimone
le I'm not sure that I understand your problem, I wonder if what you need is an fcc-hook, to set the default-save folder to your =sent folder, for all mails that you send out? -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no ma

Re: mutt doesn't completely write *huge* mailbox

1999-09-20 Thread David DeSimone
f the folder, Mutt will only write out 50% of the messages back to the folder. Is this what you're seeing, or does the folder really only get half of the messages put back into it? -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there

Re: [Re: mutt doesn't completely write *huge* mailbox]

1999-09-20 Thread David DeSimone
$HOME or /var/tmp or wherever you can find some room. This might help test the theory. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. C

Re: [Re: mutt doesn't completely write *huge* mailbox]

1999-09-20 Thread David DeSimone
MPDIR, but you can set it elsewhere in your .muttrc. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson UX WTEC Engineer |PGP

Re: Best 'unstable' version for IMAP and how to build it

1999-09-21 Thread David DeSimone
hot. > Where can I get a mutt 0.96.xx with a ./configure with it? ftp://ftp.mutt.org/pub/mutt/devel/mutt-0.96.6i.tar.gz ? -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard |

Re: Premail with Mutt

1999-09-22 Thread David DeSimone
Stefan `Sec` Zehl <[EMAIL PROTECTED]> wrote: > > I think "./configure --enable-exact-address" does what you want :) Is there some reason that this needs to be a compile-time option, rather than a configurable setting? -- David DeSimone | "The doctrine of hum

Re: POP and outgoing SMTP

1999-09-22 Thread David DeSimone
ly help you in other ways that you probably can't think of right now. :) -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson

Re: reply-to-all?

1999-09-22 Thread David DeSimone
enders, and I had no idea. Now I use group-reply, and so users who are concerned about double-replies can insert the header, and I can be assured that my message will reach the intended people. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that

Re: reply-to-all?

1999-09-22 Thread David DeSimone
> replies to your mails ;) Err... I *do* have followup_to set, and mutt-users *is* one of my "lists" settings. I don't know what else I can do to have Mutt insert the header. I had always assumed that it *was* being inserted. Is it a bug in my Mutt version? -- David DeSimone

Re: reply-to-all?

1999-09-23 Thread David DeSimone
Jeremy Blosser <[EMAIL PROTECTED]> wrote: > > Hrm... didn't TLR introduce the concept of subscribed and > unsubscribed lists in unstable? You are correct, sir. That seems to have done the trick. I don't think I would have noticed if you hadn't pointed it out. :

Emacs mutt mode?

1999-09-23 Thread David Shaw
cs window. Any ideas? David -- David Shaw | [EMAIL PROTECTED] | WWW http://www.jabberwocky.com/ +---+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be

Re: %Z in hdr_format

1999-09-24 Thread David DeSimone
flags reflect who the message is addressed to. They can be customized with the ``$to_chars'' variable. + message is to you and you only T message is to you, but also to or cc'ed to others C message is cc'ed to you F message

Re: .saves-{pid}-{machine} files

1999-09-24 Thread David DeSimone
ility. I *do* see Mutt leaving files in /tmp all the time, however. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson UX WTEC Eng

Re: Number of Lines

1999-09-27 Thread David DeSimone
a different value for the message size (probably without headers) for the message after it has been downloaded. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that h

Re: save-hook II

1999-09-27 Thread David DeSimone
hat you now send is related to that mailing list, then that address probably appears in the headers, and so you should be able to construct an fcc-hook or save-hook that does what you want. Anyway, that's how I see it. -- David DeSimone | "The doctrine of human equality repos

Re: save-hook II

1999-09-27 Thread David DeSimone
ok . +folder, or using ~A, or whatever). Is that true? The manual lists the following expando: %O (_O_riginal save folder) Where mutt would formerly have stashed the message: list name or recipient name if no list It seems like a rule like this could be made to work: save-hook

Re: save-hook II

1999-09-28 Thread David DeSimone
Martin Keseg - Sun Slovakia - SE <[EMAIL PROTECTED]> wrote: > > btw which manual do you using ? http://www.mutt.org/doc/manual/ ? I use the manual that comes with Mutt: /opt/mutt/doc/mutt/manual.txt. It might be /usr/local/lib/mutt/manual.txt on your system, or wherever. -- Da

Re: How can I ?

1999-09-28 Thread David DeSimone
d for the current folder. > 10) Is there a "set timeout=2" (like vi) feature in mutt ? it misinterprets > my arrow keys as escape character at times. This is the fault of your curses library; you need to find a way to fix it there; Mutt has no control over it. -- David DeSimo

Re: there is new mail in ...

1999-09-29 Thread David DeSimone
stponed and recalled. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson UX WTEC Engineer |PGP: 5B 47 34 9F 3B 9A B0 0D AB A6 15 F1 BB BE 8C 44

Re: there is new mail in ...

1999-09-29 Thread David DeSimone
> marked as new. In maildir folders, mail with the "N" status is placed in the "new" subdir. And so are messages that have been newly delivered. So, Mutt can't tell the difference between these two types of messages. So when it switches away, it notices files in the "

Re: "you have new mail in " - WHERE?!?

1999-09-29 Thread David DeSimone
en the the folder was last changed, against the time when it was last read, Mutt makes its determination of whether the folder has new mail in it. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewl

Re: "you have new mail in " - WHERE?!?

1999-09-29 Thread David DeSimone
Ken W <[EMAIL PROTECTED]> wrote: > > > ls -l /path/to/spool/file (modified time) > > ls -lu /path/to/spool/file (accessed time) > > Thanks, David. The times were indeed different when I checked just > now since it reported new

Re: Cut and paste annoyance...

1999-09-30 Thread David DeSimone
-UX B.10.20 [using slang 9938] Perhaps that Slang upgrade that I've been putting off, would be a good idea... :) -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that

Re: there is new mail in ...

1999-09-30 Thread David DeSimone
the folder, the messages will still have the "N" flag, but will not have been found in the "new" directory, so Mutt won't be fooled into thinking newer mail has arrived. I can easily imagine that some people would not want this behavior, though. :) -- David DeSimone |

Re: Cut and paste annoyance...

1999-09-30 Thread David DeSimone
the line. So, Slang is responding to the change in environment/settings, but the problem persists. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson UX WTEC Engineer |PGP: 5B 47 34 9F 3B 9A B0 0D AB A6 15 F1 BB BE 8C 44

Re: Cut and paste annoyance...

1999-09-30 Thread David DeSimone
t; screen is used by mainly by the shell. But then, folks like me, who turn off the alternate screen, can't get correct behavior. Can you supply more information about the BCE capability you mentioned? I am running Dickey's xterm, but I suspect that my terminfo might not contain all of

Re: different from addresses based on recipients

1999-10-02 Thread David DeSimone
s exactly what you would use to accomplish this. Perhaps you could post what you tried to do. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilber

Re: Sending unedited messages

1999-10-02 Thread David DeSimone
Staffan Hämälä <[EMAIL PROTECTED]> wrote: > > Is it possible to disable the question "do you want to cancel this..." > that pops up after exiting the editor without making any changes? See the abort_unmodified variable in the manual. -- David DeSimone | "

Re: installing mutt without root privilege

1999-10-04 Thread David Ellement
ure finds /doc (and maybe /doc/mutt), it puts the documentation there. -- David Ellement <[EMAIL PROTECTED]>

Re: remain unread for 5 sec.

1999-10-04 Thread David DeSimone
When you do, you must be careful not to insert a blank line into the header section (for example, by pressing RETURN after you type in the Subject). If you do that, the blank line will end the header section, and the following headers will be treated as part of the body of the message. -- David DeSi

Re: New email not appearing

1999-10-04 Thread David DeSimone
less $timeout is set to 0. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson UX WTEC Engineer |PGP: 5B 47 34 9F 3B 9A B0 0D AB A6 15 F1 BB BE 8C 44

Re: installing mutt without root privilege

1999-10-04 Thread David DeSimone
rogram. You will need to have an administrator install the mutt_dotlock program. But you will only have to do that once; it does not change from version to version. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever

Re: segmentation fault

1999-10-05 Thread David DeSimone
On Mon Oct 04 1999, Rejo Zenger wrote: > > Now Mutt gives me "Sorting mailbox...Segmentation fault" error. Mutt had/has a known problem where it will dump core if it encounters a message which has no Message-ID header. Is there such a message in your mailbox? -- David D

Re: Mailboxes sort order

1999-10-05 Thread David DeSimone
didn't do anything special to make it happen. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson UX WTEC Engineer |PGP:

Re: Mailboxes sort order

1999-10-05 Thread David DeSimone
rs were appearing in my specified order. (Bonk!) But like you, I discovered that 'set sort_browser=unsorted' gives the desired behavior. Except, of course, that when I'm browsing for actual files, it's not the setting I'll want.. I guess a macro could take care of it,

Re: "my_hdr From" vs "set use_from"

1999-10-06 Thread David DeSimone
to you. This way Mutt will know what addresses to recognize and include in the reverse_name behavior. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid.&

'set from' vs. 'my_hdr From:' ?

1999-10-06 Thread David DeSimone
When set, this variable contains a default from address. It can be overridden using my_hdr (including from send-hooks) and ... and what?? It looks to me that 'set from' is a solution that will work with reverse_name. What do you think? -- David DeSimone | "The doctrine of

Re: running procmail on popped mail [OT]

1999-10-07 Thread David DeSimone
to X. In such a case, fetchmail can easily be configured to simply run a local MDA directly, using an option such as "mda procmail -d ". -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hew

Re: "my_hdr From" vs "set use_from"

1999-10-07 Thread David DeSimone
t from="Address for Mutt Lists "' Do you get the idea? The send-hooks will set the $from variable, but $reverse_name will still apply, since it takes precedence on replies. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson UX WTEC Engineer |PGP: 5B 47 34 9F 3B 9A B0 0D AB A6 15 F1 BB BE 8C 44

Re: "my_hdr From" vs "set use_from"

1999-10-07 Thread David DeSimone
use reverse_name, I suppose it doesn't matter much. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson UX WTEC Engineer |PGP: 5B 47 34 9F 3B 9A B0 0D AB A6 15 F1 BB BE 8C 44

Re: unable to use IMAP

1999-10-08 Thread David DeSimone
ming mailbox is {canine}INBOX Try that instead? -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson UX WTEC Engineer |

Re: Sendmail userid and saving incoming mail

1999-10-08 Thread David DeSimone
from my ISP using pop3. Is there any way I > can automatically save all incoming mail after I retrieve them? Isn't there a pop_delete variable that affects this? -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man r

Re: for default settings

1999-10-08 Thread David DeSimone
he second hook will match, when you are in the family folder, and so sorting will be set to date-sent. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid."

Re: how to play a soundfile for incoming mail?

1999-10-10 Thread David DeSimone
Jan Houtsma <[EMAIL PROTECTED]> wrote: > > Doesnt mutt allow some hook to define a soundfile i.s.o. the beep? No. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard |

Re: New Mail in the file Browser?

1999-10-11 Thread David DeSimone
ew" subdirectory of the folder. Then it would work the way you want. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson

Re: Colors

1999-10-11 Thread David DeSimone
e in Xterm: XTerm*color0: Grey50 XTerm*color1: MidnightBlue Then in your .muttrc you can reference these colors: color normal color0 color1 Doesn't that sound like fun? Not really. :) -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL P

Re: macro: :x!y ???

1999-10-11 Thread David DeSimone
thing about Mutt's macros, and in fact, they don't really talk to each other at all. So you can't define a key that will make the editor exit, then have Mutt continue. You could do like I do, and bind your key to the send-message function. Hitting is pretty easy. -- David

Re: New Mail in the file Browser?

1999-10-12 Thread David DeSimone
m used to the current behavior, and it doesn't bother me. Mutt has a configure option, --enable-buffy-size, which is supposed to tell it to ignore timestamps, and actually check the folder for new messages. But I don't know if that works for the browser. Does anyone know? -- David DeSimon

Re: Editing a bounced message

1999-10-12 Thread David DeSimone
to ${POSTTOOL} should look like this: ${POSTTOOL} ${POSTARGS} "$@" < ${from_file} Actually, Mutt's arguments that it passes to your script might already include -oi and -oem, so you probably could forget ${POSTARGS} entirely. Having said all that, perhaps you should giv

Re: how to show mailboxes only per default?

1999-10-12 Thread David Reviejo
ng this (got it from this list) in my .muttrc: macro index C "c?\t" you only need to press "C" instead of "c", and get what you want. -- David

Re: Editing a bounced message

1999-10-13 Thread David DeSimone
choose to bounce the error messages in E-mail instead, and users are accustomed to that, anyway. > I'll remove the "-t" and use "$@", as you suggest, however I want to > dump the first argument ("--") first, as it makes premail choke. A > shift command should

Re: Reply-To

1999-10-13 Thread David DeSimone
John Poltorak <[EMAIL PROTECTED]> wrote: > > When a msg comes from a mailing-list and there is a 'To:' line in the > header but no 'Reply-To:', is there any way to get mutt to reply to > the 'To:' line rather than the 'From:' line? l

Re: filtering again

1999-10-13 Thread David DeSimone
Loren Schooley <[EMAIL PROTECTED]> wrote: > > Anyone know of a good FAQ with the subject of filtering mailbox's > included in it? http://www.faqs.org/faqs/mail/filtering-faq/index.html Try using a web search tool sometime. -- David DeSimone | "The doctrine of

Re: mutt overwriting folders

1999-10-14 Thread David DeSimone
Jeroen Ruigrok/Asmodai <[EMAIL PROTECTED]> wrote: > > unbind N first? Mutt doesn't have an "unbind" command. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Pac

Re: mutt overwriting folders

1999-10-14 Thread David DeSimone
generic N" to the function that he wanted (search-opposite), and it didn't work. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K

Re: managing folders

1999-10-15 Thread David DeSimone
or maildrop, it might be possible to create a > folder-injection program that ensures this If using maildir format folders, one could easily create a cron job that counts how many messages are in the folder, and then deletes the oldest of them, based on timestamps. -- David DeSimone | "Th

Re: Sending unedited messages

1999-10-15 Thread David Ellement
ommands, test messages, etc). If I really meant to > cancel the message I can still use 'q' to abort. Try: set abort_unmodified=no -- David Ellement

Re: how to set up alternate SMTP server

1999-10-15 Thread David DeSimone
Shao Zhang <[EMAIL PROTECTED]> wrote: > > So why mutt implements a pop3 protocol? Why do we need this when we > have fetchmail? It's not needed. It should be removed. Mutt's POP3 support went in before fetchmail was really existent/stable. -- David DeSimone

Re: managing folders

1999-10-18 Thread David DeSimone
x27;t think this will work from a cron job, because there will be no connecting tty, and Mutt will not be able to initialize cursses. Do things like this really work from cron? -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man real

Re: printing messages from maildir directories (enscript integration?)

1999-10-18 Thread David DeSimone
nt, and use the tag-print command? -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson UX WTEC Engineer |PGP: 5B 47 34 9F 3B 9A B0 0D AB A6 15 F1 BB BE 8C 44

Re: how to set up alternate SMTP server

1999-10-18 Thread David DeSimone
ev. The consensus seemed to be that it would end up confusing users, because POP marks a message as no longer NEW when you read it, and there is no way to mark the message NEW again, like you can for any of the other mailbox types. -- David DeSimone | "The doctrine of human equality

Re: Forward just one attachment?

1999-10-19 Thread David Ellement
hey'll have on your message. (I have both set, and routinely forward just selected attachments). -- David Ellement

Re: save-hook stuff?

1999-10-19 Thread David DeSimone
But also, when the macro is evaluated, the input parse will scan for backslashes, and eat some more of them. So the correct way to get the above working would be something like this: macro index'T~s \\[LUG\\];s=lug' or if you used double-quotes, macro index"

Re: Sending attachments without invoking editor

1999-10-20 Thread David DeSimone
-s "Subject Line" \ [EMAIL PROTECTED] [...] -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid.&qu

Re: Terminal problem

1999-10-21 Thread David DeSimone
escape sequences which would swap it between the primary and alternate screen displays. I've never liked that behavior, in Mutt or otherwise, so I turn it off. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever wh

Re: Terminal problem

1999-10-21 Thread David DeSimone
(i.e. your editor), Mutt must call endwin() to stop using the screen, then initscr() again when it regains control. As far as I know, there's no endwin_but_dont_swap_to_the_default_screen(), or initscr_but_pretend_were_already_on_the_background_screen() functions. -- David DeSimone |

Re: Broken MUAs and the "encoding" flag

1999-10-21 Thread David DeSimone
oding'' when it's us-ascii, or when it's obviously > wrong? The trouble is, knowing it's wrong isn't too hard, but how do you know what the right encoding is, then? -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED]

Re: "Error sending message, child exited 70 (Internal error.)" messages

1999-10-22 Thread David DeSimone
ot; "$@" >> /tmp/sendmail.log Save this script, then in Mutt, "set sendmail=/path/to/script". Then, send a dummy message, and when finished, check the /tmp/sendmail.log file to see what arguments sendmail was supposed to be called with. Then try calling sendmail with those

Re: "Error sending message, child exited 70 (Internal error.)" messages

1999-10-22 Thread David DeSimone
; "Error sending message, child exited 70 (Internal error.)" when sending out. The "Internal Error" message was actually correct! It's just that, from the way the message is reported, it's not terribly obvious that the child process is sendmail, and that it was sendmail

Re: Change the content-type from the command line

1999-10-22 Thread David DeSimone
ve it a try. Mutt isn't *always* the answer to your E-mail needs, you know. :) -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Che

Re: Floating point exception

1999-10-25 Thread David DeSimone
s avoid, and in fact, floating-point helps avoid it even more. :) But if you're attaching files that big... errf.. :) -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found

Re: Colorized headers and the fu of TERM

1999-10-26 Thread David DeSimone
m-24|color_xterm|vs100|xterm (X Window System):\ -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson UX WTEC Engineer |PGP: 5B 47 34 9F 3B 9A B0 0D AB A6 15 F1 BB BE 8C 44

Re: masq of hostname

1999-10-26 Thread David DeSimone
haves differently. Of course, the easy thing to do is to configure your local sendmail daemon to simply route all mail through the same server that Pine would've used, since that is probably the mail hub for your site anyway. Simply use that server as a "smart host." -- David DeSimone

Re: bug in 1.0i?

1999-10-26 Thread David DeSimone
J. Lasser <[EMAIL PROTECTED]> wrote: > > Hmmm... in 1.0i, if I'm in the message index, it will occasionally > beep at me that I've got new mail in a folder, but by the time I hit a > key, the Inc: 1 line in the status bar goes away, and if I hit > hange mailbox, it's not waiting there as the def

Re: Abort current operation

1999-10-27 Thread David DeSimone
t to read that 20 MB folder, you're going to be there until it's done. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Chester

Re: Clicking http- and ftp-Links in mutt?

1999-10-27 Thread David DeSimone
arch for a URL to go to? In the old, old days of Mutt, it supported mouse-clicks, not for URL's, but for simple message navigation. Most everyone hated it. It was removed. Basically, people realized that they wanted the cut-n-paste functionality a lot more than they wanted the point-

Re: Abort current operation

1999-10-27 Thread David DeSimone
se doesn't come up all that often, and if it really bothers you, perhaps smaller folders are the answer. Anyway, as always, you know where the code is. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever

Re: Clicking http- and ftp-Links in mutt?

1999-10-27 Thread David DeSimone
e is probably true. > We could do it the other way round: normal clicks for selection and > Shift-Click on an URL for opening netscape windows. That sounds nice, but xterm doesn't work that way, to my knowledge. At any rate, a dingus or gnome-terminal type solution seems to be the best

Re: [1.0i] pager or quoted-printable encoding issue (funky characters)

1999-10-28 Thread David DeSimone
it? > can you see the plus/minus character: ± ? It looks like a +/- character to me. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Ch

Re: [1.0i] pager or quoted-printable encoding issue (funky characters)

1999-10-29 Thread David DeSimone
he fact that "vi" and "less" show the character regardless of locale setting, means that those programs ignore locales. Mutt believes that the world is much larger than your local Unix box, so it wants you to tell it about your locale, and tries to use your OS's localization routi

Re: Reply-To, save sent

1999-10-29 Thread David DeSimone
st_reply_to? Perhaps an example message would be useful. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard | found that he is stupid." -- Gilbert K. Chesterson UX WTEC Engineer

Re: Hostname/Domainname

1999-10-29 Thread David DeSimone
e in the right place should fix this. But try searching for just the string "localnet" in your /etc directory, for a start. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packard |

<    3   4   5   6   7   8   9   10   11   12   >