Re: New mail notify with Maildir "spools"?

2002-03-10 Thread Benjamin Smith
shows some its a multi-line problem, and if none are shown then its a problem with the path names output in the scipt (as mentioned in another post =+ is not valid = or + alone should expand to $folder). Hope that helps, -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg25235/pg

Re: How to bind t to pager as it's done to index?

2002-03-02 Thread Benjamin Smith
macro to quit the pager than tag the thread: macro pager \eT "Tag the current thread" -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg24926/pgp0.pgp Description: PGP signature

Re: no 'message-hook'?

2002-02-24 Thread Benjamin Smith
ved IMAP) over 1.2. > Is there > some alternative I can use? One option is just to unignore the X-Spam headers for every message. -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg24741/pgp0.pgp D

Re: Selecting messages in "my" threads

2002-02-22 Thread Benjamin Smith
s is to use the mutt-1.3.dgc.xlabel.3 patch. 1. Setup a macro to flag a message as being watched macro index w 'watch' 'Watch current message' 2. Setup a scoring rule using ~y score ~y watch +100 -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg24682/pgp0.pgp Description: PGP signature

Re: How can I underline the current index entry?

2002-02-10 Thread Benjamin Smith
haps this should get placed on a TODO list? -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg24385/pgp0.pgp Description: PGP signature

Re: Sorting in mailbox question

2002-02-04 Thread Benjamin Smith
e" which would act as multiple levels of $sort_aux. -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg24192/pgp0.pgp Description: PGP signature

Re: regex isn't working in "color index ~C ..." context

2002-02-03 Thread Benjamin Smith
is is due to mutt's weird parsing of its extended regexps that means the brackets get interpreted as part of the ~ patterns stuff instead of EXPR, try this color index brightwhite default "~C '(parv_@yahoo\.com|parv@(localhost|.*holy\.cow))'" -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg24162/pgp0.pgp Description: PGP signature

Re: Folder Hook malfunction

2002-02-01 Thread Benjamin Smith
;~d>2w !~F'D'~T'" DOES > NOT WORK folder-hook uses a re to match the folder, so to match multiple files one could use: folder-hook . push "T'~d>2w !~F'D'~T'" # from the bottom folder-hook (mjmsave|rath) push "T'~d>2w !~F'D'~T'" # from the top line -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg24122/pgp0.pgp Description: PGP signature

Re: how much CPU?

2002-01-27 Thread Benjamin Smith
$strict_threads are unset as it needs to play with $reply_regexp on every message. Useless info: A gui needs to respond with in 0.25 s to feel responsive to a users. -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg23866/pgp0.pgp Description: PGP signature

Re: macros help

2002-01-25 Thread Benjamin Smith
ving me a keybinding to a control sequence, it gave me a literal binding to the caret. The following should be a working macro: macro pager \cd This is infact contrary to the documented behaviour in the manual which says that a caret not \c indicates the control key. Is this a documentation

Re: Display of email addresses in the index

2002-01-23 Thread Benjamin Smith
On Wed, Jan 23, 2002 at 04:30:31PM -0500, David T-G wrote: > What about just using %F instead? Yes, that what I want, thanks. Should have read the manual. -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg23634/pgp0.pgp Description: PGP signature

Re: Display of email addresses in the index

2002-01-23 Thread Benjamin Smith
tent method to remove them again? 3. It uses up a character in my index view using up screen space and chopping ends of names. -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg23611/pgp0.pgp Description: PGP signature

Display of email addresses in the index

2002-01-23 Thread Benjamin Smith
isplays with the quotation marks included and this looks kinda weird, I'm just wondering if this is correct behaviour, and even if it is, what can be done about it. TIA. -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg23600/pgp0.pgp Description: PGP signature

Re: Hook?

2002-01-16 Thread Benjamin Smith
ng $from in a hook to get different senders, you can just set $record where ever you set $from. -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg23162/pgp0.pgp Description: PGP signature

Re: 1.3.25/pgp

2002-01-14 Thread Benjamin Smith
gt; still use the former patch. I know this may seem a bit stupid but I can't find on the mutt.org webpages any mention of an anonymous cvs server. Is there one? And if so how does one access it? -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg23099/pgp0.pgp Description: PGP signature

Re: mutt && mime.types

2002-01-12 Thread Benjamin Smith
ly stored in the mime headers and so was independant of the file name. Of course when composing a message, mutt needs a method of mapping extensions to mime types and so uses mime.types, but when viewing a message this is unnecessary. -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg23013/pgp0.pgp Description: PGP signature

Re: A little macros help...

2002-01-12 Thread Benjamin Smith
On Sat, Jan 12, 2002 at 04:07:49PM +0100, Michael Wagner wrote: > On Samstag, 12. Jan. 2002 at 11:41:30, Benjamin Smith wrote: > > > (OT: When I reply to traditional PGP posting like this one, I get the > > signature data inserted into the reply, is there any way this can b

Re: A little macros help...

2002-01-12 Thread Benjamin Smith
On Sat, Jan 12, 2002 at 12:50:32PM +0100, Nick Wilson wrote: > * On 12-01-02 at 12:47 > * Benjamin Smith said > > > On Sat, Jan 12, 2002 at 12:02:22PM +0100, Nick Wilson wrote: > > > > > > Hi everyone. > > > I've been trying to work out how t

Re: A little macros help...

2002-01-12 Thread Benjamin Smith
ot;Hello World!"' 'Help message' This is a section in the manual on this if you look for the keyword 'macro'. HTH & HAND. (OT: When I reply to traditional PGP posting like this one, I get the signature data inserted into the reply, is there any way this can be avoided? TIA). -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg22991/pgp0.pgp Description: PGP signature

Re: Like to see your script

2002-01-12 Thread Benjamin Smith
In the script it mentions that the message can't be piped through it since there is then no access to stdin to prompt the user. One way round this is to do this: open(TTYOUT, ">/dev/tty"); open(TTYIN, "; close(TTYIN); close(TTYOUT); -- Benjamin Smith <[EMAIL PR

Re: Suggestion for List Etiquette

2002-01-11 Thread Benjamin Smith
tuff to mutt-users would have a place to go. Yeah, but the problem is that when 'chitchat' spins off from another thread, it rarely (in my experience) ends up getting moved. Although if people think that it will actually get used, I would support it -- Benjamin Smith <[EMAIL PRO

Re: News reader that's good with mutt?

2002-01-06 Thread Benjamin Smith
t; Problem is that I find that format more confusing and prefer to only > quote if the point I refer to _really_ needs it. (like it's a really > long mail) > > I take it that this topic is much debated? > Or do I constitute a minority? :) Its also good if people don't quote signatures as people names are given in the attrib lines. -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg22394/pgp0.pgp Description: PGP signature

Re: Working with mbox

2002-01-06 Thread Benjamin Smith
On Sun, Jan 06, 2002 at 01:30:35AM -0700, Rob 'Feztaa' Park wrote: > Alas! Benjamin Smith spake thus: > > The ways that script works is by outputting the muttrc to a tempory > > file, the name of which is outputted for source, but what you can do is > > just to put:

Re: Working with mbox

2002-01-05 Thread Benjamin Smith
ting the muttrc to a tempory file, the name of which is outputted for source, but what you can do is just to put: `~/bin/do-whatever.sh` In the muttrc and mutt will interpret the output of the shell script without the need of tempory files. -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg22342/pgp0.pgp Description: PGP signature

Re: Hope the patch for X-label editing can be merged into mutt soon

2002-01-03 Thread Benjamin Smith
e. /opt is meant for large software systems like athena, gnome or kde. -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg22212/pgp0.pgp Description: PGP signature

Re: GPG and \012

2002-01-02 Thread Benjamin Smith
The same bug also bites me, see in my pager I see a '?' instead of \012. -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg22134/pgp0.pgp Description: PGP signature

Re: To log the time I spend in reading/writing a mail

2002-01-02 Thread Benjamin Smith
, then remembering *to* use it. A completely automated system is much more fool-proof and usuable even when you've forgotten your stopwatch. -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg22114/pgp0.pgp Description: PGP signature

Re: A happy new year!

2002-01-02 Thread Benjamin Smith
On Wed, Jan 02, 2002 at 02:26:46AM -0700, Rob 'Feztaa' Park wrote: > > Happy 2002 to you all! > > Lets hope it turns out better than the last one! Why? Did something bad happen in 2002BC? -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg22087/p

Re: Getting pgp to work

2002-01-01 Thread Benjamin Smith
#x27;ed copy of gpg.rc (997 bytes) as it's very small. -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> gpg.rc.gz Description: application/gunzip msg22075/pgp0.pgp Description: PGP signature

Outlook pgp compatability patch

2002-01-01 Thread Benjamin Smith
I've had a good look in the archives, but I've been unable to find the URL for the outlookpatch, does anyone know where to find it? -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg22069/pgp0.pgp Description: PGP signature

Re: Using message-hook to run messages through a filter

2002-01-01 Thread Benjamin Smith
t; I thought that > > > > > > message-hook "~f joe@blow\.com" "pipe-message /usr/local/bin/unmangle" > > > > > > would do the trick but Mutt says "pipe-message: unknown command". > > > > I would try > > message-hook . &

Re: Getting pgp to work

2002-01-01 Thread Benjamin Smith
passphrase > 5. the error comes up > > Any suggestions? > > Ian If you're using the standard gpg.rc supplied with mutt, then the problem would be not finding the gpg executable in your path. Can you run gpg from the shell ok? -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg22067/pgp0.pgp Description: PGP signature

Re: Timestamps "feature"

2001-12-30 Thread Benjamin Smith
would annoy you a great deal more. -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg22015/pgp0.pgp Description: PGP signature

Re: Case sensitivity in regular expressions

2001-12-28 Thread Benjamin Smith
On Fri, Dec 28, 2001 at 12:40:26PM -0800, Gary Johnson wrote: > On Fri, Dec 28, 2001 at 05:17:27PM +0000, Benjamin Smith wrote: > > Although the manual doesn't explicitly mention it, regular expressions in > > mutt seem to be case insensitive. So even although mutt suppor

Case sensitivity in regular expressions

2001-12-28 Thread Benjamin Smith
t, or any helpful patches. -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg21986/pgp0.pgp Description: PGP signature

Re: big mailbox v.s. rotated mailbox; thoughts

2001-12-27 Thread Benjamin Smith
t; - > I couldn't remember when I had been so disappointed. Except perhaps the > time I found out that M&Ms really DO melt in your hand. > -- Peter Oakley -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg21956/pgp0.pgp Description: PGP signature

Re: Bug? Pressing $ when new mail arrives

2001-12-27 Thread Benjamin Smith
On Thu, Dec 27, 2001 at 05:53:40PM +0100, René Clerc wrote: > * Benjamin Smith <[EMAIL PROTECTED]> [27-12-2001 17:47]: > > | > That's not what I was talking about, actually. I was saying that when it > | > asks me "Purge 8 deleted messages? ([yes]/no):" an

Re: Bug? Pressing $ when new mail arrives

2001-12-27 Thread Benjamin Smith
t since it does no actual harm I don't really worry about it, especially since I don't delete mail often. I think I may happen because if the mailbox has been modified (mbox format) mutt may not be able to identify the relevant messages to remove easily? -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg21945/pgp0.pgp Description: PGP signature

Re: Configuration problems

2001-12-27 Thread Benjamin Smith
> normal $ > endif > endfunction > > set bs=indent,eol,start > set formatoptions=tcqv > set comments=nb:> > set tw=75 > set cpo-=< > map { :call PrevPara() > map } :call NextPara() > map {gq}j > imap {gq}j > To enable syntax colouring he needs

Re: Mailing list replies

2001-12-17 Thread Benjamin Smith
d is the tangential point between zero and infinity. > -- Alfred Jarry -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg21696/pgp0.pgp Description: PGP signature

Re: Mailing list replies

2001-12-16 Thread Benjamin Smith
On Sun, Dec 16, 2001 at 12:25:21PM +0100, Michael Wagner wrote: > On Sonntag, 16. Dez. 2001 at 10:18:57, Benjamin Smith wrote: > > >I've never really understood the difference between using 'subscribe' and > >'lists' to specify a mailing list. I'v

Re: Mailing list replies

2001-12-16 Thread Benjamin Smith
27;re not so much pleased > http://ekhowl.goa-head.org they're just to take you to sweet harmony" I've never really understood the difference between using 'subscribe' and 'lists' to specify a mailing list. I've just looked in the manual and it does seems to have anything enlightening in it so, could someone perhaps clarify it for me? -- Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]> msg21632/pgp0.pgp Description: PGP signature

Re: Hiding read messages in a newsgroup?

2001-09-30 Thread Benjamin Smith
On Sun, Sep 30, 2001 at 03:46:16PM +0200, Matthias LOITSCH wrote: > On Sun, Sep 30, 2001 at 02:33:17PM +0100, Benjamin Smith wrote: > > Couldn't you use the limit feature to do this. > > > > Try something like > > > > l ~N > > > > to only s

Re: Hiding read messages in a newsgroup?

2001-09-30 Thread Benjamin Smith
Cepl Couldn't you use the limit feature to do this. Try something like l ~N to only show new messages or l ~N | ~O to only show new and old messages. limit works in any mailbox (or newsgroup). -- Benjamin Smith <[EMAIL PROTECTED]> PGP signature