Re: save without delete

2000-01-25 Thread Randall J . Million
Use the copy-message command, bound to 'C' by default. randy On Tue, Jan 25, 2000 at 10:47:41AM -0800, Brett Neely wrote: > How can I save an email without automatically causing its deletion? > > I.e., I am in the mutt index, with message 1 highlighted. I press 's' to > save it. It asks "Save

Re: Folders don't display "new" status/Signing messages

2000-02-03 Thread Randall J . Million
> Sorry to piggyback on your post, but this brings up a question I have > about this definition. Is it possible to specify "all mailboxes in my > $folder directory?" > > None of them worked. Can it be done? Yes. ie, mailboxes =Inbox `echo $HOME/Mail/l/*` randy -- Five hundred, twenty-five

Regular Expressions Question

2000-02-03 Thread Randall J . Million
What is the difference between these two commands? set quote_regexp="^[ \t]*[A-Z]{,3}[~|>:}#%]" set quote_regexp="^[ \t]*[A-Z]{0,3}[~|>:}#%]" According to what I read in the manual, they should be equivalent, the first being preferred. But, the first command does not give the expected output. I

Re: Regular Expressions Question

2000-02-04 Thread Randall J . Million
> Does "{,m}" mean "{0,m}" or "{1,m}"? I don't know; I haven't looked at > the source to tell. I would assume (from my understanding of English) that it should be "{0,m}". If not, the manual shoould be changed to reflect this. randy -- Five hundred, twenty-five thousand six hundred minutes, h

Re: Personalities

2000-02-08 Thread Randall J . Million
> > (This includes various signatures.) > Behold the 'hooks' (send-hook, folder-hook, etc.) Ok. I have a folder-hook/save-hook/send-hook that I only want set with a particular personality. How can I clear the hook list at the beginning of a profile? (Could't I just rewrite the hooks for each prof

Re: save-hook regexp two TLDs

2000-02-10 Thread Randall J . Million
This was discussed on one list last week, and it should work if you add an extra set of quotes: save-hook '~C "nanog@(nanog|merit)\.(edu|org)"' +nanog randy On Thu, Feb 10, 2000 at 09:48:08AM -0600, freix wrote: > Heya muttsters- > > side note it seems every day i find a new facet to mutt,

Re: Read-Markability by pattern

2000-02-14 Thread Randall J . Million
Perhaps you want the scoring function in mutt. It will not mark mail as read (automatically), but it will show the most important mails at the top so you can tell if one comes in. randy On Mon, Feb 14, 2000 at 03:14:50PM +0100, Lukas Ruf wrote: > Hi Telsa, > > thanks for your reply. > > In fa

Re: Automatically have a default body?

2000-03-07 Thread Randall J . Million
I started to write an e-mail to this effect almost a year ago. How hard would it be to abstract the postpose message code, so that you coudl for instance call a quick open of a mailbox and then select a message to reedit from it. randy > Another method I thought which would be nice would be if t

Re: Postponed messages

1999-01-15 Thread Randall J. Million
: send all postponed messages at once, without editing them etc. : : Is this possible with mutt? If yes: how? If no: why not ;) and where can I : send the suggestion for such a feature? Possible, not now. I believe that the rationale is that postponed messages are works still in progress and the

Re: comments on 0.95.1i

1999-01-18 Thread Randall J. Million
: > When Mutt first starts up, the index is scrolled so that the selection : > is at the bottom of the window, but it would be nicer if it were in : > the middle of the window. Sometimes after I change folders the index : > is scrolled so that only the last item is shown, at the top of the : > wi

Re: Bugs in bind / help screen [was: comments on 0.95.1i]

1999-01-18 Thread Randall J. Million
: > There is apparently no way to truly unbind a key. Binding it to : > noop does not allow it to fall through to the generic map. I'm : > currently working around this by creating bindings that duplicate : > the generic bindings. : Thats right. binding a key to 'noop' unbinds th

Re: premail better [was: Re: unMIME-Mutt v1.1 [was: Re: MuttEdit v1.0 - Sending PGP unMIMEd messages with Mutt.]]

1999-01-25 Thread Randall J. Million
: > BTW, now I have found a better tool for this than my : > unMIME-Mutt. It's premail : > (http://www.c2.net/~raph/premail). I get a File Not Found on this page. There is information at http://inetwire.net/doc/premail/doc-0.45.html, and probably other sources. Does anyone have a current URL? ra

Re: format of message-id

1999-01-29 Thread Randall J. Million
> Is it possible to change format of Messege-ID header? Te message ID header I belive is added by the MTA (not the MUA) and there should not really be a need to change it. I would like to know, though, if there is a danger in deleting the Message-ID header. Someone who sends me mail has a broke

Re: possible Feature

1999-02-08 Thread Randall J. Million
> My signatures are selected randomly and are english or german. If > I write a mail to a persion, who don't understand english I have to remove > the english one and insert a new german one. You can imagined this choice it > not randomly anymore. I would suggest using send-hooks to delinate ad

macro vs. typing keys in

1999-02-10 Thread Randall J. Million
I am having trouble determining the difference between typing keys in manually and using push or macro. I start from a deafult mutt configuration (mutt -F /dev/null) and set the following: set editor='echo ok > ' macro index y 'rn' If I it y in the index i get an error 'Aborted unmodif

Re: macro vs. typing keys in

1999-02-10 Thread Randall J. Million
> On Wed, Feb 10, 1999 at 12:14:07AM -0500, Randall J. Million wrote: > > set editor='echo ok > ' > ^ Did you forget a '%s' here? No, that completely breaks it. And the manual mentions nothing about have a %s in place of the file n

Re: mutt and remailers

1999-02-11 Thread Randall J. Million
> > Has anyone gotten mutt to work with remailers? Perhaps by interfacing to > > mixmaster or something? Perhaps via a script, or whatever? > Have a look at the _unstable_ CVS branch. It has mixmaster support. Can someone point me to a web page that can tell me what mixmaster is? I have been r

Current Mailbox Shortcut?

1999-02-15 Thread Randall J. Million
I sent out this reuqest a while back, but later lost the patch that made this possible. I also thought that it would be included in the main distribution. (The patch made the ^ (caret) a shortcut for the current mailbox.) randy

Re: deleted box

1999-02-17 Thread Randall J. Million
> just wondering about the easiest way to go about makeing deleted mail transfer > to a"trash" folder before for later retrival/deletion. I have used this method in the past which has been posted to mutt-users several times. Note that this is not perfect. randy #---

Re: deleted box

1999-02-17 Thread Randall J. Million
> What are the problems that you have with this? It would take just a > tiny bit of code to add a "trash_folder" variable, which when set, would > receive a copy of deleted messages. But I'm not sure what doesn't work > about the above? 1. You cannot undelete messages and have them removed from

Re: send-hook bug?

1999-02-18 Thread Randall J. Million
> > This(AFIAK) says "when I reply to something sent to [EMAIL PROTECTED], it > > should be from [EMAIL PROTECTED], and it should change my .signature > > accordingly." Is this correct? If it is, I believe that I have found a > > bug. If it is not, can someone please explain why? > It is not a bu

Re: traffic

1999-02-27 Thread Randall J. Million
> I keep subscribing and then suddenly after a few emails everything > dries up... Do I get get dropped automatically after a couple of days > if I don't pick up mail? No. Your mail address bounced some mail and you were removed from both lists. The automatic removal system has a hair trigger.

Hair Trigger (was Re: traffic)

1999-02-28 Thread Randall J. Million
> just for interest - can somebody please explain to me, what a > "hair trigger" is? American English slang for something or someone that is very easy to set off. randy -- Five hundred, twenty-five thousand six hundred minutes, how do you measure...? [EMAIL PROTECTED]

fcc & confirmcreate

1999-02-28 Thread Randall J. Million
Why does the fcc from the compose menu not obey the setting of the confirmcreate variable? (I have it set, but it does not ask me if I accidentally type a new folder in the fcc field). randy -- Five hundred, twenty-five thousand six hundred minutes, how do you measure...? [EMAIL PROTECTED]

Re: [0.95.4i bug] bindings

1999-04-03 Thread Randall J. Million
I have asked about this before, but there is no way to unbind a key. (You can bind to noop, but this will not allow the generic binding to work.) To have it truly work like it should, you must also add bind index $ last-entry You must add them to any other menuin which '$' is already defined, ma

Re: [FAQ] Re: Binding the equivalent of "mutt -y"

1999-03-08 Thread Randall J. Million
> > This should be in the FAQ. from the change-folder prompt, you can hit > > tab to complete (or ?) and tab again gets you the mail folder list. > Sorry, this does not work "as advertised" nor as you state it > above. If I type "mutt -y" I get a listing of the incoming mailboxes > that I have de

Re: from-header and bounces .-(

1999-03-16 Thread Randall J. Million
> The "normal" bounce will have the following > Resent-From: [EMAIL PROTECTED] There is no way via variable or my_hdr that you can set the Resent-From header. I found the pice of code in the source and o not currently have the time to figure out enough about the rest of the code to make a patch t

Re: Recalling a postponed message without editing

1999-03-19 Thread Randall J. Million
> > Is there a way to have Mutt recall a postponed message without visiting the > > editor (or getting a prompt whether to edit or not)? I sometimes have > > postponed messages all ready to go and having to visit an editor is a loss > > of time. > For me it's just "c.mutt/postponed", i.e. change f

Re: fcc-questions

1999-03-20 Thread Randall J. Million
> All works fine, but I have an fcc-question: > fcc doesn't recognize a compressed folder or search for an existing > compressed folder. The fcc will use the file name that you tell it to. If you have an fcc to =mutt, but have a mailbox =mutt.gz, you will happily create a new mailbox named mutt. S

Re: current message in shell command

1999-04-11 Thread Randall J. Million
> It would be fine if you guys could save me a bit from reading too much > into "manual.txt" ;-). The manual is a good thing to read. > where the actual message relies in (and no, the pipe command doesn't > work here!). You need to have the macro set the variable ispell and then hit the key to i

Re: Stupid question... unlimit?

1999-04-28 Thread Randall J. Million
> Stupid question: how the heck do I "unlimit" a limit command? Change the limit to "all" or ".". randy -- Five hundred, twenty-five thousand six hundred minutes, how do you measure...? [EMAIL PROTECTED] http://www.louisville.edu/~rjmill01/ Triangle Fraternity

Re: more than one alias per address

1999-05-12 Thread Randall J. Million
> I want to refer to this recipient as adrian or just "a" > alias a,adriaan Can't do this. You need two separate lines. alias a alias adriaan Note that the second alias is of no value since you could type in the user id and the result would be the same. > alias ja Eric and Adrian This shoul

Re: ignore

1999-05-19 Thread Randall J. Million
> unignore * > ignore X-Filter In-Reply-To Autoforwarded X-UID > > After 'unignore *', mutt seems to forget about the ignores. Am I > doing something wrong? Once you unignore something, there is no way to ignore it again without restarting mutt. I think this is counter intuitive and that

Re: archiving and tagging

1999-06-02 Thread Randall J. Million
If you use a macro such as macro index I "^T~A1t;s" you would get a save prompt for the 5 oldest threads assuming: set sort=threads set sort_aux=last-date-sent By repeating the t pattern, you could get what you want. (In testing this I also note that the key combination ;t does not produce

Re: Handling large amounts of mail

1999-06-02 Thread Randall J. Million
> How do mutters (you :) handle this? The "lists" command doesn't seem to be very > helpful. I know I can use procmail to deliver mail to different (Maildir) > folders, but I won't have any "overview" of where there are new messages to be > read. lists command just telsl what is from a mailing lis

Re: reopening

1999-06-05 Thread Randall J. Million
> If I reopen the same folder that I already have open, why does mutt > reload it? Because you told it to open a new folder. If you don't want to re-open the folder, cancel out of the open folder command. randy -- Five hundred, twenty-five thousand six hundred minutes, how do you measure...?

Re: Compressed mail files

1999-06-06 Thread Randall J. Million
> I'd like to compress some growing files. It's possible to use mutt to > read/write gzipped files instead of regular files? Try to compressed folders patch. http://mutt.frmug.org/mutt/index.html randy -- Five hundred, twenty-five thousand six hundred minutes, how do you measure...? [EMAIL P

Re: filters

1999-06-06 Thread Randall J. Million
I can think of two different options: 1. Use external pop3 capabilities, such as fetchmail. 2. After downloading all the messages, tag them all and pipe though procmail. randy > pretty sure I know why mutt doesn't see the procmail filters (mutt > doesn't use procmail as a MDA, mutt does it on it

Re: confirmappend,confirmcreate suggestion

1999-06-07 Thread Randall J. Million
> What if 2 new commands are created: > "confirmmaildirappend", "confirmmaildircreate". Mutt used to support the variables confirmfilecreate and confirmfileappend, but they were taken out at some point. I'm not sure why, as I also found them useful. randy -- Five hundred, twenty-five thousand

Re: Unfriendly terminal behaviour

1999-06-07 Thread Randall J. Million
> I understand and am well aware of the fact that mutt can use > curses/ncurses or slang. I find slang to be much more suitable > for my needs. I also understand this may not be a problem with > mutt, and may in fact be a problem with slang (which is what I > am using

Re: smart spell checking and MIME magic

1999-06-19 Thread Randall J. Million
Newsbody will remove most of what you are trying to get rid of. randy Newsbody(free under GPL) http://www.image.dk/~byrial/newsbody/ The program is used to remove headers, quotes, and/or signature from a email or news message before invoking some other program (e.g. a spellchecker) on the remai

Re: Annoying feature

1999-07-01 Thread Randall J. Million
> [EMAIL PROTECTED] wrote: > > Why not use fetchmail instead? I'm using qmail+fetchmail+procmail+mutt > > over here. > Me too. Just thought it might be convenient sometimes to not have > to leave mutt. Write a macro that will call fetchmail. Should work, but I don't use fetchmail. randy -- Fiv

Re: Config tool for mutt (Was: Email client poll)

1999-07-21 Thread Randall J. Million
> How about writing a module for the dotfile generator..? There already is > a module for Elm, I think. > > Dotfile generator -> http://www.imada.ou.dk/~blackie/dotfile/ It does not support text based configuration... only TCL/Tk. I will be posting information on my Master of Engineering thesis

Re: postponed messages to =sent?

1999-09-26 Thread Randall J. Million
mutt copies the message to the sent folder and then calls the MDA. So if the MDA fails, the copy to sent mail is already made. Postponing it just makes the correct copy that you think it does. randy On Sun, Sep 26, 1999 at 09:54:02PM -0400, Ken W wrote: > Is mutt supposed to FCC a postponed mess

Re: many questions

1999-01-16 Thread Randall J . Million
> > It would also be nice if it showed all the new mail on startup (if it > > fits on the screen). Currently it tends to just show the first line. > I don't understand the question. Just push the command current-top. That should do what you want. > Try RTFM'ing next time. randy -- Five hundr