Re: Setting From when replying

2000-02-03 Thread David DeSimone
ure that your 'alternates' setting matches all the different addresses you can receive mail as, so that Mutt can tell which To: lines refer to you, and which do not. Something like this should work: set alternates='^((dav|two)@abc\.com|[EMAIL PROTECTED]|[EMAIL PROTECTED])$'

Re: Save-hook question

2000-02-03 Thread David DeSimone
patch. The behavior *is* in the version that I'm using (or at least, it's in the manual), but I am using the development version of Mutt, 1.1. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not H

Re: e-mail address

2000-02-01 Thread David DeSimone
Aliases set alias_file=~/.aliases # Set file to add aliases to source ~/.aliases # And read it in -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who h

Re: regexp help?

2000-01-26 Thread David DeSimone
(re|aw):[ \t]*" This doesn't do what you think it does; Mutt sees the "\t" as simply "t", because backslashes are parsed within double-quotes. So the regexp comes out as "^(re|aw):[ t]*", and so a subject like "Re: Tuesday" comes out with a real s

Re: regexp help?

2000-01-26 Thread David DeSimone
o match the regexp case-sensitively. If there are no capital letters in the regexp, it will be performed case-insensitively. So a regexp like "^(re|aw): [A-Z]*" will fail to match "Re: ", because the "A-Z" part causes a case-sensitive match. If the regexp was "^(re|

Re: checking multiple boxes.....

2000-01-25 Thread David DeSimone
undergoes parameter and command substitution with the parameter $_ defined as the name of the changed file. The default message is you have mail in $_. -- David DeSimone | "The doctrine of human equality reposes on this: [EM

Re: Printing Problem in Mutt 0.91.1

2000-01-25 Thread David DeSimone
s the > correct configuration variable. I think the old name for this variable was "print_cmd". Try using 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-Pack

Re: save as sorttes

2000-01-25 Thread David DeSimone
he messages in the order they appear in the index. Then you can simply rename the new mailbox to the same name the old one had. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packar

Re: save without delete

2000-01-25 Thread David DeSimone
Brett Neely <[EMAIL PROTECTED]> wrote: > > How can I save an email without automatically causing its deletion? Use (C)opy instead of (s)ave. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever wh

Re: attaching PDF file

2000-01-24 Thread David DeSimone
the system administrator. It has mappings for various file types to content-types. For instance: application/pdf pdf -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Packa

Re: problem with bounce

2000-01-21 Thread David DeSimone
he mailer wants a "-f from" flag), and you probably even more want the "n" option (Do not insert a UNIX-style "From" line on the front of the message). -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is

Re: problem with bounce

2000-01-21 Thread David DeSimone
our case, you probably have P=/usr/bin/procmail, and since procmail creates its own message separator, having sendmail add it is superfluous; in that case, removing the "F" might be the way to handle this. At any rate, since this can be fixed at your site, perhaps it is best to do th

Re: problem with bounce

2000-01-21 Thread David DeSimone
using, is at fault here. It has put the message into your mailbox, with invalid headers. If you fix the MDA, the bounce problem will go away. -- 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: plus signs

2000-01-21 Thread David DeSimone
markers Type: boolean Default: yes Controls the display of wrapped lines in the internal pager. If set, a ``+'' marker is displayed at the beginning of wrapped lines. Also see the ``smart_wrap'' variable. For extra credit, find the "color markers" section in the

Re: can't filter sent emails to sent box

2000-01-21 Thread David DeSimone
his is meant as the primary method for saving a copy of your messages, but another way to do this is using the ``my_hdr'' command to create a Bcc: field with your email address in it.) The value of record is overridden by the ``force_name'' and ``save_name''

Re: ansi colors without X

2000-01-20 Thread David DeSimone
default", and Mutt will work with this. So upgrading to Slang or upgrading ncurses will do the trick. -- 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 st

Re: mbox v inbox

2000-01-19 Thread David DeSimone
ich is a synonym for your "inbox"). Press ";" to begin a tagged operation, then "s" to save, and enter "!" as the folder to save the messages to. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there i

Re: Colour via telnet/ssh

2000-01-18 Thread David DeSimone
your terminfo database instead of trying to teach every application about colors. It is, indeed, the better solution, and Mutt simply takes a stand that forces you to fix the root problem, rather than treat the symptoms. -- David DeSimone | "The doctrine of human equality reposes on this:

Re: Colour via telnet/ssh

2000-01-18 Thread David DeSimone
termcap/ terminfo database on the remote computer does not contain color information. There is a FAQ on this topic at http://www.fefe.de/muttfaq/faq.html#no-color -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really cle

Re: multiple mailboxes (how to check for mail in them?)

2000-01-16 Thread David DeSimone
urrent folder; that's all. > However, if I push 'c' (change mailbox) and there's a new mail in some > of them, I'm offered its name on the command line. That's how it should work. -- David DeSimone | "The doctrine of human equality reposes on this: [EM

Re: just a 'lil problem with Mail-FollowUp-To: I need help with...

2000-01-14 Thread David DeSimone
ho subscribes or doesn't subscribe to a list. The best solution is the MFT header, but it only works well on a list like this one, where everyone uses it. I can't think of an intelligent solution; can you? -- David DeSimone | "The doctrine of human equality reposes on this: [EM

Re: New Mail Sent to different mailboxes -> bypassing MTA

2000-01-13 Thread David DeSimone
my isp's smtp server. What if your ISP's mail servers are down? Then you can't send mail anymore, until they come back. If you run a local MTA, it can bypass the ISP's servers, and go directly to the remote mail server. -- David DeSimone | "The doctrine of human equalit

Re: Output when nothing changes

2000-01-12 Thread David DeSimone
you wasting ISDN money by keeping the connection active? I'm sorry that I don't understand your situation. -- 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 st

Re: Exiting without applying deletions (was: Applying deletions without exiting)

2000-01-06 Thread David DeSimone
ir D flags, because Mutt never sent them. Has that changed recently? -- 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

Re: problem with deleting / syncing

2000-01-06 Thread David DeSimone
ur settings for the variable, but only 'yes', 'ask-yes', and 'ask-no' make sense. If you set it to 'no', you will never be able to delete a message from a folder. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] |

Re: Exiting without applying deletions (was: Applying deletions without exiting)

2000-01-06 Thread David DeSimone
#x27;t been done yet? As if everyone had already considered every possibility, and each was selected and rejected for various criteria... :) In this case, the idea has come up on this list, and several people thought it was a good idea, but nobody actually wrote any code, so nothing actually ha

Re: Mail User Agent (mutt)

2000-01-04 Thread David DeSimone
Suporte SCO <[EMAIL PROTECTED]> wrote: > > # mutt > dynamic linker : mutt : error opening /usr/local/lib/libncurses.so.4 > Killed Did you look for the dynamic library at /usr/local/lib/libncurses.so.4 ?? It's obviously not there, so... go find it. -- David DeSimone |

Re: procmail mailing list URL?

1999-12-31 Thread David DeSimone
Paulius Danielius <[EMAIL PROTECTED]> wrote: > > To: [EMAIL PROTECTED] > From: Paulius Danielius <[EMAIL PROTECTED]> > Subject: procmail mailing list URL? > Date: Sat, 2 Dec 2000 01:40:39 +0200 Interesting date header... you have jumped very far in the future!

Re: pgp sign

1999-12-30 Thread David DeSimone
an encryption of an MD5 (or SHA) *digest* of the message. This is like a checksum, though much more sophisticated, but it is always the same size. Therefore, the encryption of the message digest will also be the same size, always. -- David DeSimone | "The doctrine of human equality repos

Re: priority header

1999-12-28 Thread David DeSimone
Thomas Roessler <[EMAIL PROTECTED]> wrote: > > I was actually thinking about flagging messages as important (the > "!" in the index). That can also be done using procmail to modify the Status: header according to the headers that it notices when the message is rece

Re: error during configure

1999-12-20 Thread David DeSimone
oper thing to print out. > Also, is it correct that 'us' versions DO NOT support PGP? Indeed. -- 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: Avoid a portion of the reply

1999-12-20 Thread David DeSimone
- Better to search for an exact match, such as: last if /^---$/; Anyway, you get the idea. Gotta watch those regexp's.. :) -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has no

Re: save-hook list ignored after upgrade to 1.1.1i

1999-12-16 Thread David DeSimone
s/%B > fcc-save-hook '~l' =/lists/%B The ~l pattern matches "subscribed" lists only. You probably want to change all your "lists" commands to "subscribe" commands, anyway, to maintain previous behavior. -- David DeSimone | "The doctrine of human equ

Re: deleted messages and arrows and key sequences

1999-12-16 Thread David DeSimone
tandard VT100 terminal won't generate a different code for shifted arrows, so xterm's and other vt100 emulators won't generate them, either. You might have fun with resources and such to get such a key to be generated, but I don't know if it's worth it. :) -- David De

Re: How to save to a new mailbox in a folder?

1999-12-15 Thread David DeSimone
Chris Green <[EMAIL PROTECTED]> wrote: > > I have navigated down a couple of levels and see the mailbox I want to > save to doesn't yet exist, how can I say "save the message in this > directory with a new mailbox name ''"? Use the command, b

Re: window resize bug?

1999-12-14 Thread David DeSimone
. That gets the buggy shell out of the way, but since the shell is going to be used to launch other commands from Mutt, too, you would be better off with a non-buggy shell instead. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that t

Re: pgp/gpg

1999-12-13 Thread David DeSimone
d that might be sent to PGP, or another encryption program, can be formatted and scripted using the command variables, instead of being hard-coded into Mutt. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has

Re: Multiple POP accounts and personalities...

1999-12-13 Thread David DeSimone
You presumably pay money to your ISP; you should get some decent service from 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 | found that he is stupid." -- Gilbert K. Ch

Re: problem with save-hook

1999-12-10 Thread David DeSimone
Robert Chien <[EMAIL PROTECTED]> wrote: > > Try this instead: > > save-hook '~C linuxsa*' +linux Is the '*' there so that you can match 'linuxs', 'linuxsa', 'linuxsaa'? That's what it will do for you. -- David DeSim

Re: problem with save-hook

1999-12-10 Thread David DeSimone
is doesn't work, you might want to check and see if you have some other save-hook that might be matching sooner; save-hooks are examined in the order they are defined, and the first one that matches, is the one used. If you have a 'save-hook ~A' hook defined early on, none of the later

Re: Happy with mutt, but...

1999-12-09 Thread David DeSimone
hings that don't seem to work right (such as encryption and signing). It does appear to be verifying signatures, although there is one recipient whose signatures send GPG into an infinite loop, as near as I can tell. But that's not Mutt's problem. -- David DeSimone | "The doct

Re: Multiple POP accounts and personalities...

1999-12-09 Thread David DeSimone
anding POP3 support from Mutt! Second, on a political ground, once Mutt claims that it will support POP3 mailboxes in this form, users will start to whine and complain because of all the buggy implementations of POP3 out there. The Mutt developers don't really enjoy listening to complaints.

Re: Multiple POP accounts and personalities...

1999-12-06 Thread David DeSimone
support is so lame: Because fetchmail does it better, so there's no point in doing all the work to improve Mutt's support. -- 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: Multiple POP accounts and personalities...

1999-12-06 Thread David DeSimone
ail on a POP3 server from different machines. What you really want is IMAP, not POP3. In fact, Mutt supports IMAP quite well in the development versions (1.1+), and it gives exactly the sort of interactivity that you seek. That is, in fact, what the IMAP protocol was designed for. The POP3 proto

Re: index colors

1999-12-02 Thread David DeSimone
eve that, long ago, someone did implement this in an old version of Mutt, and he reported that it looked awful. So it was never folded into Mutt. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewle

Re: color problem

1999-11-30 Thread David DeSimone
="^> " This regexp will always match the same length of text, so it will only recognize one quote level, or none. The chief difference between my regexp and the default, is that mine gives fewer false-positives. If someone sends me a nice ASCII-drawing chart of some kind, Mutt doesn&#x

Re: color problem

1999-11-29 Thread David DeSimone
length* of the string that matches the regular expression. Each time a new length is seen, it is treated as a new level of quoting. Note, longer lengths are not treated as deeper levels, just *different* levels. Have fun. -- David DeSimone | "The doctrine of human equality reposes on this

Re: PGP/GPG

1999-11-22 Thread David DeSimone
that it can read and use these RSA and IDEA based message formats. However, I haven't really found any good instructions for building such a version of GPG. There are some nice files in the "contrib" directory, but I don't know how to put them together to make it work. --

Re: flag 'A' for multiple attachments

1999-11-17 Thread David DeSimone
), it became clear that Mutt couldn't always get all the information needed in order to display the flag. That is, you'd have to pretty much scan the folder itself to determine which mails have attachments and which do not. And that is expensive, over a network. -- David DeSimone | &quo

Re: fcntl: No locks available (errno = 37)

1999-11-17 Thread David DeSimone
he message as a regular file. You will lose the headers, though. Or, pipe the message through 'cat > file'. -- 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: mangling a from header

1999-11-16 Thread David DeSimone
t;my_hdr From: [EMAIL PROTECTED]" send-hook '~C ^mutt' "my_hdr From: [EMAIL PROTECTED]" These ought to work, whether you are replying, or list-replying, as long as one of the recipients (To or Cc) matches "fvwm" or "mutt". Of course, if they ma

Re: fcntl: No locks available (errno = 37)

1999-11-16 Thread David DeSimone
perform fcntl-locks as the only method to prevent synchronization problems, then the two programs can collide and trash the folder if they access it at the same time. Best is to fix the locking problem, as you may have other programs that want to lock files, too. -- David DeSimone | "The doc

Re: Sending messages w/ attachments from the command prompt

1999-11-16 Thread David DeSimone
nd (such as "sendmail"), it uses your exec-shell (/bin/sh? /bin/bash?) to launch that command. Some shells run startup sequences, based on environment variables such as $ENV. Bash runs .bashrc. You may be running an stty command from in one of these. Or several, perhaps, since you see i

Re: Sending messages w/ attachments from the command prompt

1999-11-16 Thread David DeSimone
wrote: > > Can we specify a specific MIME type too for each attachment? Mutt finds the MIME type by searching your .mime.types file for the file extension. Mpack lets you specify it on the command line. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECT

Re: Clueless about NLS (was: Umlauts again)

1999-11-12 Thread David DeSimone
rn-european characters. I would need to run in an xterm with a different font, to see Cyrillic characters. -- 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 stupi

Re: just another send-hook question

1999-11-12 Thread David DeSimone
means "only"? send-hook '^~t [EMAIL PROTECTED]' '' That matches only if <[EMAIL PROTECTED]> is the only recipient on the To: header. Note that the Cc: header is not checked. If you really meant "only recipient of the message," you'd want ^

Re: Alternates

1999-11-12 Thread David DeSimone
t does. Sven Guckes <[EMAIL PROTECTED]> wrote: > > Wishlist? No disrespect intended, Sven, but do people read your wish list? -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not Hewlett-Pack

Re: alternates_work

1999-11-12 Thread David DeSimone
reply to mail, etc. In my eyes, the main point of $alternates is to keep my own address from showing up in any group-replies that I 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

Re: Alternates, Groups, Lists, and Work

1999-11-11 Thread David DeSimone
could be improved for better release. Naturally, someone can certainly show how procmail could do this same thing. I simply got tired of procmail's "language," and decided to use a language I know better. :) Erf... topic drift... Sorry. -- David DeSimone | "The doctrine of hu

Re: Alternates, Groups, Lists, and Work

1999-11-11 Thread David DeSimone
ave mutt show > "/var/mail/guckes" as eg "MAILBOX" - much shorter. If you put mails for different purposes in different folders, your inbox WILL be shorter. Mine certainly is. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that

Re: Sent mail

1999-11-11 Thread David DeSimone
Michael Sanders <[EMAIL PROTECTED]> wrote: > > I think that should be "<" for $record. ">" refers to $mbox, no? D'oh... so much for trying to be helpful. My mistake. :) -- David DeSimone | "The doctrine of human equality reposes on this: [E

Re: Sent mail

1999-11-11 Thread David DeSimone
you put as your $record setting, you can use ">" as a shorthand to reference it. So to change to that folder, type "c", and enter ">" as the folder to change to. When you want to come back to your inbox, change to the folder shortcut "!". -- David DeSimon

Re: Umlauts (again)

1999-11-11 Thread David DeSimone
riable to correspond to the environment you're running Mutt in. > or more generally: is there a way to change font within mutt? Of course not. Mutt runs inside a terminal. You tell Mutt what type of terminal that is, and what font it supports, and Mutt will do its best to support the font i

Re: Killing an xterm with mutt

1999-11-11 Thread David DeSimone
producer? sysadmin?) set it to something else for you. -- 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: Alternates

1999-11-11 Thread David DeSimone
#x27;^(fox|david|cretin)@(convex|hp).com)$" I could just do this: set alternates='^([EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL PROTECTED])$" Which one is easier to read, depends on the width of your terminal, and how muc

Re: Killing an xterm with mutt

1999-11-10 Thread David DeSimone
nnot tell the difference between that condition, and closing the xterm with the [X] button. In both cases, the xterm disappears from around Mutt, and it has no idea why. In this case, Mutt errs on the side of caution, because it doesn't want to lose information, unless it's sure tha

Re: cannot change mailbox name

1999-11-10 Thread David DeSimone
ill assume that, if the foreground is supposed to be cyan, and the background is supposed to be black, that it can just print normal, uncolored spaces, or use screen- clear and line-clear commands, because the proper colors will get used by the terminal. Now, that's probably clear as mud

Re: viewing html

1999-11-03 Thread David DeSimone
ee why it would cause this problem. Can you explain? -- 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: Auto-archiving of outgoing mail

1999-10-31 Thread David DeSimone
ecord actually turns on the function, because it has a default value of "+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." -- Gilbert K. Ch

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

1999-10-29 Thread David DeSimone
adding "setenv LANG en_US.iso88591" to my ~/.login, and for bash/ksh it means adding "export LANG=en_US.iso88591" to ~/.profile. -- David DeSimone | "The doctrine of human equality reposes on this: [EMAIL PROTECTED] | that there is no man really clever who has not He

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 |

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: [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: [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: 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: 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
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
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: 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: 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: 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: 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: 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: "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: "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: 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: 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: 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: 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: 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: 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: 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: 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: 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-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: 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: 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: 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: 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: 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

<    1   2   3   4   5   >