Re: Threading lists w/ stupid users

2001-08-03 Thread Bob Bell
e "In-reply-to" or "References" fields. Works quite well for me. Note that you'll also have to turn on the subj_breaks_thread option. -- Bob Bell <[EMAIL PROTECTED]> - "UNIX *is*

Re: Changing the working directory (or somethingh similar)

2001-08-01 Thread Bob Bell
t; to save > them all? Have you tried hitting the up arrow to pull up the last entry? -- Bob Bell <[EMAIL PROTECTED]> - "We all know Linux is great...it does infinite loops in 5 seconds." -- Linus

Re: vfolders

2001-07-12 Thread Bob Bell
ndering if anyone has toyed with the idea of patching > mutt to use vfolders or anything similar. > > Or alternatively anyone know of an IMAP server that would work like > this? Some co-workers/friends and myself had ideas to start such a project, but we've been busy and it&#

Re: Random Sigs?

2001-07-11 Thread Bob Bell
not use bash to compute the remainder? For instance, if you have 13 signature files, compute 0-12 (pseudo-)randomly with: $((RANDOM%13)) -- Bob Bell <[EMAIL PROTECTED]> - "Think of me as CVS with brains."

Re: Replying

2001-07-11 Thread Bob Bell
ave the list address defined in your muttrc? -- Bob Bell <[EMAIL PROTECTED]> - "Using today's server requirements, Linux is a credible alternative to commercial developed servers in many, high volume applications." -- Microsoft "Halloween" Document

Re: Returning to mutt session while viewing attachment?

2001-06-20 Thread Bob Bell
many UNIX systems. If you don't need Bash, why use it? -- Bob Bell <[EMAIL PROTECTED]> - "If the only tool you have is a hammer, you tend to see every problem as a nail." -- Abraham Maslow

Re: Segfault

2001-04-26 Thread Bob Bell
in the > @%$ if you > ask me!) and finally found that it was the Organization line that was > causing my > problem. I removed that line, and the problem is gone. I think the > people with > mutt were retarded for doing that! But again... that's just me. > > -- Bo

Re: RunningX revisited

2001-04-25 Thread Bob Bell
onsidering it's huge size? They are not equivalent. Whether or not $DISPLAY is set is not necessarily equivalent to whether or not X is running. RunningX not only checks to see if X is running, but checks to ensure that the display can be opened. -- B

Re: RunningX revisited

2001-04-23 Thread Bob Bell
e error > > /usr/bin/ld: cannot find -lX11 > collect2: ld returned 1 exit status > > I'm on a RH7 box running kernel 2.2.16 and gcc-2.96-69. Can someone pls. > figure out why I can't compile and what needs to be done? Try using the following: gcc -o RunningX Run

Re: WWW/CGI interface to MUTT (Was: Mutt-based web mail)

2001-04-10 Thread Bob Bell
the original, > expresses exactly what I had in mind. > > And, yes, the rationale is to still do email a-la-mutt > when far from home, either behind a firewall, or on > some friend's PC > > Ciao, >

Re: Mailcap entry for inline BMP?

2001-03-29 Thread Bob Bell
__ > M > M > M > M_______

Re: Fix broken threading

2001-03-01 Thread Bob Bell
I never did get much of a response for my patch. I've attached it if you'd like to apply it. -- Bob Bell <[EMAIL PROTECTED]> - "In theory, theory and practice are the same. In practice, they are differ

Re: folder-hooks with IMAP mailboxes?

2000-11-27 Thread Bob Bell
g? Here's a few folder-hooks that I have set: folder-hook . set pager_index_lines=10 folder-hook "!$" set pager_index_lines=4 folder-hook "!$" 'uncolor index "~C bobbell"' folder-hook "!.mutt"

Re: hook/macro/push newbie problem

2000-11-22 Thread Bob Bell
" isnt working. Any clues? Try instead. -- Bob Bell <[EMAIL PROTECTED]> - "For example, OS/360 devotes 26 bytes of the permanently resident date-turnover routine to the proper handling of December 31 on l

Tab = 'o'?

2000-11-11 Thread Bob Bell
tab completion is mutt, mutt just print a little 'o' instead. Ideas, anyone? (When I'm actually at my workstation things work fine. This problem is only with the situation described above). -- Bob Bell &l

Re: FEATURE-REQUEST: mutt looks for PGPPASS environment variable

2000-10-20 Thread Bob Bell
From a bash prompt, try running: COLUMNS= ps ae | grep mutt and see if you don't change your mind about using PGPPASS. -- Bob Bell <[EMAIL PROTECTED]> - "Just don't cre

Re: spamfilter for procmail

2000-10-17 Thread Bob Bell
such.. > thanks I method I used while at school is documented at http://www.css.tayloru.edu/~bbell/spam-filter/ -- Bob Bell <[EMAIL PROTECTED]> - "Linux is like living in a teepee. No Windows, no Gates, A

Re: How can I use mutt on disconnected laptops?

2000-10-16 Thread Bob Bell
laptop when connected. To check mail at home, make sure the laptop is up-to-date (i.e., has run fetchmail recently) and then check mail normally, which will access your mail folders on your laptop. -- Bob Bell <[EMAIL PROTECTED]> --

Re: Composing a draft?

2000-10-14 Thread Bob Bell
d editor) > for the editor so I can read other mails while composing a draft? In other > words, I prefer the editor not to tie up mutt while composing mail. Just open another mutt session. Unlike many mail editors, you can have multiple instances of mutt running at the same time.

Re: OT: grep

2000-10-13 Thread Bob Bell
e alway used "grep -v grep", and unless you are calling this repeatedly, it's unlikely you'll see a difference in practice. -- Bob Bell <[EMAIL PROTECTED]> - "Felten, who examined the secret "

Re: multiple mutts

2000-10-11 Thread Bob Bell
ges processes, the ps command itself may or may not show. Some Unices will even show it sometimes and not others. -- Bob Bell <[EMAIL PROTECTED]> - "The sooner you start to code, the longer the program will take." -- Roy Carlson, University of Wisconsin

Re: gpg.rc: --textmode

2000-10-10 Thread Bob Bell
-clearsign to selected the type of the sig- nature. -- Bob Bell <[EMAIL PROTECTED]> - "The box said "Requires Windows 95 or better." I can't understand why it won't work on my Linux computer." -- Humorix (http://i-want-a-website.com/about-linux/)

Re: gpg: Warning: using insecure memory!

2000-10-09 Thread Bob Bell
cation from ~/.gnupg, in which case > you would have to set up a variable GNUPGHOME=/your/gnupg/directory in > /etc/profile. > > On Mon, Oct 09, 2000 at 12:09:04PM -0400, Bob Bell wrote: > > Is this a new feature in gpg. This doesn't appear to get rid of the > > w

Re: Quoting of signature variable

2000-10-09 Thread Bob Bell
On Mon, Oct 09, 2000 at 08:40:32PM +0300, Mikko Hnninen <[EMAIL PROTECTED]> wrote: > Bob Bell <[EMAIL PROTECTED]> wrote on Mon, 09 Oct 2000: > > I'm hoping someone can figure out how to properly quote my signature > > setting. Briefly, I want to set si

Quoting of signature variable

2000-10-09 Thread Bob Bell
but the ~/.quotes/* is passed literally, and not expanded. I've tried using backticks unsuccessfully. Any suggestions? -- Bob Bell <[EMAIL PROTECTED]>

Re: gpg: Warning: using insecure memory!

2000-10-09 Thread Bob Bell
ing for me. gpg --version reports "gpg (GnuPG) 1.0.1". -- Bob Bell <[EMAIL PROTECTED]> - "For example, OS/360 devotes 26 bytes of the permanently resident date-turnover routine to the proper handling of

Re: Inconsistent?

2000-10-06 Thread Bob Bell
pager previous-line bind pager next-line bind pager exit bind browser next-page bind browser select-entry bind browser exit bind browser view-file macro browser i 'q' bind attach exi

Re: Saving Deleted Messages

2000-10-06 Thread Bob Bell
'macro index d "!.Trash"' folder-hook . 'macro pager d ""' folder-hook "!$" 'macro pager d "!.Trash"' folder-hook "!.wave4" 'macro pager d "!.Trash"

Re: sometimes 'L' works for me. sometimes it doesn't.

2000-10-03 Thread Bob Bell
TED] > --- > To: Zdenek Sekera <[EMAIL PROTECTED]> > Cc: vim <[EMAIL PROTECTED]> > --- > To: Vim-dev List <[EMAIL PROTECTED]> > --- > To: [EMAIL PROTECTED] > --- > To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > Cc:

Re: Attachements

2000-09-28 Thread Bob Bell
someone know a way to view them directly instead of first saving > them on the disk ??? Your mime.types file should pick up on the extension and let mutt treat the file as image/jpeg, at which point your setting for image/jpeg take over. This is described in the manual under "Mutt

Re: About PGP encryption

2000-09-22 Thread Bob Bell
hat if $signature ends with a pipe ("|"), then it is run as a program and the output is used as your signature. That's what I do. -- Bob Bell <[EMAIL PROTECTED]> - "It [Linux] will certainly dri

Re: Changing Mutt's defaults- possible?

2000-09-22 Thread Bob Bell
to the index page. Read about "push" in the manual. It will allow you to push keystrokes on startup if you place a push command in your muttrc. -- Bob Bell <[EMAIL PROTECTED]> - "Where a calculator on

Re: signature detection for "color" and "mono"

2000-09-15 Thread Bob Bell
e sources the '-- ' (dash dash space) string and that > should be the right place to alter. Try the attached, mostly untested patch to remove signature processing (i.e., remove all support from mutt). -- Bob Bell <[EMAIL PROTECTED]> ---

Re: muttzilla

2000-09-11 Thread Bob Bell
file. The muttzilla home page should have more information: http://www3.telus.net/brian_winters/mutt/ -- Bob Bell <[EMAIL PROTECTED]> - "Testing shows the presence, not the absence, of bugs." -- Edsger W. Dijkstra, University of Texas

Re: moving readed mail

2000-09-07 Thread Bob Bell
27; and then Enter. Such a filter should be run during mail delivery. The commonly used solution is procmail. -- Bob Bell <[EMAIL PROTECTED]> - "Who is General Failure and why is he reading my hard disk?" -- Anonymous

Re: removing Reply-To when composing

2000-09-01 Thread Bob Bell
in way. However, you can either tell your editor to remove them, or write a short script that strips those lines and then calls your editor, and then set editor=your-script. -- Bob Bell <[EMAIL PROTECTED]> - "Who

Re: Help with IMAP...

2000-08-15 Thread Bob Bell
lp with multiple IMAP folders). Folder aliasing besides > just the $folder functionality would be rather useful with IMAP I > guess. Be sure to use tab completion, though, as it may make your life a little easier. ! can also be expanded now. -- Bob Bell <[EMAIL PROTECTED]>

Re: The editor variable

2000-08-14 Thread Bob Bell
earch %s ; fi` > > It's all in one line. Mutt complains about unknown -c option (!). I've > tried to quote it and escape it somehow but it just doesn't work. Try a short shell script that basically does the

Re: not quoting signature on replies

2000-08-08 Thread Bob Bell
> easy to work up an entry macro for your editor that first prunes it off. > If that doesn't work, set your editor to a script that first does the > pruning and then fires up the real thing. Indeed, the typical reply is that this is functionality that belongs in the edito

Re: Piping mail through a script from a macro

2000-07-27 Thread Bob Bell
resume normal functionality. These keys are best avoided in *any* text-based program. -- Bob BellCompaq Computer Corporation Software Engineer 110 Spit Brook Rd - ZKO3-3/U14 TruCluster GroupNashua, NH 03062-2698 [EMAIL PROTECTED] 603-884-0595

Re: extent of IMAP support?

2000-07-27 Thread Bob Bell
updated for the 1.2/1.3 series as it's now more stable. Brendan, care to do so? I could give it a whirl if you don't have the time, but you're probably the right man for the job. -- Bob BellCompaq Computer Corporation Software Engineer 110 Spit Brook Rd - ZKO3-3

Re: extent of IMAP support?

2000-07-26 Thread Bob Bell
f IMAP4 and IMAP4rev1. I don't think there's any support for IMAP2. -- Bob BellCompaq Computer Corporation Software Engineer 110 Spit Brook Rd - ZKO3-3/U14 TruCluster GroupNashua, NH 03062-2698 [EMAIL PROTECTED] 603-884-0595

Re: subscribing

2000-07-24 Thread Bob Bell
be. However, I was under the impression that the list-request method would still work. Why do you think that it doesn't? -- Bob BellCompaq Computer Corporation Software Engineer 110 Spit Brook Rd - ZKO3-3/U14 TruCluster GroupNashua, NH 03062-2698 [EMAIL PROTECTED] 603-884-0595

Re: question concerning multiple addresses

2000-07-21 Thread Bob Bell
with the body. That way editing your From > header becomes very easy. Alternatively, you could also create different macros. Something like: macro index m ":my_hdr From: Bob <[EMAIL PROTECTED]>" macro index M ":my_hdr From: Bob Bell <[EMAIL PROTECTED]>&q

Re: toggle use and selective header weeding.

2000-07-20 Thread Bob Bell
ore, and bind them to keys you likely won't use. The set 'o' to call that macro, and then change its own definition to point to the other macro. You could actually do it all in one macro, but the syntax will probably get hairy. -- Bob BellCompaq Computer Corporation Software Engineer 110 Spit Brook Rd - ZKO3-3/U14 TruCluster GroupNashua, NH 03062-2698 [EMAIL PROTECTED] 603-884-0595

Re: Mailing to multiple addresses

2000-07-19 Thread Bob Bell
e any solution? Use ';' before the command (e.g. ';m') to have the command apply to all tagged records. -- Bob BellCompaq Computer Corporation Software Engineer 110 Spit Brook Rd - ZKO3-3/U14 TruCluster GroupNashua, NH 03062-2698 [EMAIL PROTECTED] 603-884-0595

Re: '&' character?

2000-07-19 Thread Bob Bell
On Wed, Jul 19, 2000 at 09:32:59AM +0200, Martin [Keso] Keseg <[EMAIL PROTECTED]> wrote: > Bob Bell ([EMAIL PROTECTED]) wrote : > > > Well, the "t" and "m" are actually extended ASCII bar characters, > > but that "&" is as it appear

Re: '&' character?

2000-07-18 Thread Bob Bell
t it after I resubscribed. Apparently it went through anyway. > > ...and then Bob Bell said... > % What does the ampersand (&) character on the subject line mean > % when sorting by threads? For instance: > > It means, as far as I've seen, that your threads are attach

'&' character?

2000-07-18 Thread Bob Bell
0) m*>RE: Web page Well, the "t" and "m" are actually extended ASCII bar characters, but that "&" is as it appears. Can anyone shed light on what this means? (just to satisfy curiosity) -- Bob BellCompaq Computer Corporation Software Engin

'&' character?

2000-07-18 Thread Bob Bell
0) m*>RE: Web page Well, the "t" and "m" are actually extended ASCII bar characters, but that "&" is as it appears. Can anyone shed light on what this means? (just to satisfy curiosity) -- Bob BellCompaq Computer Corporation Software Engin

Re: trash folder

2000-07-13 Thread Bob Bell
t; Like in Netscape Messenger or The Bat! MUA? > > You can get a very similar effect with a suitable set of > macros - just bind "d" to "save to trash", and set $purge > to yes. Are you referring to $delete? I'm not aware of a $purge option, and it's n

Re: 1.2.2i problems

2000-06-21 Thread Bob Bell
11:23 /usr/bin/muttbug* > > Anyone know why there's such a discrepancy? I think the RPM might be > stripping the binaries but I don't know if that would make such a big > difference... Doing a mutt -v on both the RPM and manual binaries > produces the same output: Quite

Re: Different signature/tag line each day/email.

2000-06-14 Thread Bob Bell
f /tmp/sig.$USER > fi > cat $HOME/.signature > /tmp/sig.$USER > /usr/local/games/bin/fortune -s >> /tmp/sig.$USER > /usr/local/bin/mutt > > set signature=/tmp/sig.your_login_here Wouldn't something like this work and be simpler? set signature='(cat .sig

Re: why do i get "invalid day of month"

2000-06-09 Thread Bob Bell
ern.c lines 334, 348, and 360 to work on dates only. If you want to throw octal and hexadecimal parsing out the window entirely, you can apply patch-1.3.2.bbell.strtol.1 instead. This is a little more consistent, though you potentially lose some power. I'll leave the decision up to someon

Re: new option?

2000-06-08 Thread Bob Bell
gt; a > b > c ...depending on the shell. Moreover, quoted backspaces in my implementation of sh and bash put each item from ls on a separate line, even if they weren't before. However, quotes don't have the same effect is csh. But this is a mutt mailing lis

Re: new option?

2000-06-08 Thread Bob Bell
ally, I just jotted down something that worked on Tru64, and left a compatible implementation up to the implementor :-) -- Bob BellCompaq Computer Corporation Software Engineer 110 Spit Brook Rd - ZKO3-3/U14 TruCluster GroupNashua, NH 03062-2698 [EMAIL PROTECTED] 603-884-0595 PGP signature

Re: new option?

2000-06-08 Thread Bob Bell
you are already in a script? mutt -s 'the whole deal' [EMAIL PROTECTED] `for f in *.html;do echo -a $f;done` Possibly use a variable in place of *.html . -- Bob BellCompaq Computer Corporation Software Engineer 110 Spit Brook Rd - ZKO3-3/U14 TruCluster GroupNashua, NH 03062-2698 [EMAIL PROTECTED] 603-884-0595

Re: Different From addressed depending on ?

2000-06-07 Thread Bob Bell
one using the send-hook feature. You use regular expressions to match the header fields. Check out the mutt manual for more extensive documentation on these and other types of hooks. -- Bob BellCompaq Computer Corporation Software Engineer 110 Spit Brook Rd - ZKO3-3/U14

Re: Tagging messages

2000-06-06 Thread Bob Bell
27;) before your desired command. This applies the command to all tagged messages, instead of to just the current one. -- Bob BellCompaq Computer Corporation Software Engineer 110 Spit Brook Rd - ZKO3-3/U14 TruCluster GroupNashua, NH 03062-2698 [EMAIL PROTECTED] 603-884-0595

Re: Mutt newbie IMAP questions

2000-06-05 Thread Bob Bell
cache, but not a local mail spool, similar to Netscape? I use mutt with IMAP as my main mailer here at work, and this could greatly speed some things up. -- Bob BellCompaq Computer Corporation Software Engineer 110 Spit Brook Rd - ZKO3-3/U14 TruCluster GroupNashua, NH 03

Re: Replying to multiple messages

2000-05-30 Thread Bob Bell
ed up... Maybe I should look into it myself... -- Bob BellCompaq Computer Corporation Software Engineer 110 Spit Brook Rd - ZKO3-3/U14 TruCluster GroupNashua, NH 03062-2698 [EMAIL PROTECTED] 603-884-0595

Replying to multiple messages

2000-05-30 Thread Bob Bell
want, and subsequent replies are sorted under a different thread than I desired. Is there any way to specify which message should be used to set the "References" field? -- Bob BellCompaq Computer Corporation Software Engineer 110 Spit Brook Rd - ZKO3-3/

Re: Reply-to-all function?

2000-05-30 Thread Bob Bell
believe the default key bindings are 'g' for 'group-reply' and 'R' for 'recall-[postponed]message'. -- Bob BellCompaq Computer Corporation Software Engineer 110 Spit Brook Rd - ZKO3-3/U14 TruCluster GroupNashua, NH 03062-2698 [EMAIL PROTECTED] 603-884-0595

Re: attempt to build mutt-1.3i failed

2000-05-25 Thread Bob Bell
o. P.S. Glad to see you've switched from elm to mutt. Your message times are Y2K compliant now :) -- Bob BellCompaq Computer Corporation Software Engineer 110 Spit Brook Rd - ZKO3-3/U14 TruCluster GroupNashua, NH 03062-2698 [EMAIL PROTECTED] 603-884-0595

Re: wrap problem

2000-05-22 Thread Bob Bell
;+' at the beginning of the > line where it wrapped. This is a feature. This indicates mutt had to wrap the line, instead of the line being wrapped by the original mailer. If you dislike the '+' characters (as I do), use 'set nomarkers' in your muttrc. --

Re: hooks and patterns

2000-05-22 Thread Bob Bell
mailbox ("mailbox2") I >created inside mutt? Depends on the settings in your .muttrc, and how you specified the mailbox. Try `find ~ -name mailbox2` and then `find / -name mailbox2` -- Bob BellCompaq Computer Corporation Software Engineer 110 Spit Brook Rd - ZKO3-3U/14 TruCluster GroupNashua, NH 03062-2698 [EMAIL PROTECTED] 603-884-0595

Re: Two "problems" with mutt-1.2

2000-05-19 Thread Bob Bell
it -- would it compile if it didn't > ?? Really? I have both ncurses and slang installed, and the configure script picked up ncurses to use. If you had (n)curses, configure could have found and used that. Should mutt -v spit out which library what used? -- Bob Bell

Re: mutt and .signature

2000-05-17 Thread Bob Bell
_ > > Justin Megawarne [ Solitude ] Tel: +44 (0)20 8863 0718 > <[EMAIL PROTECTED]> Cel: +44 (0)7941 270 136 > > http://kholmes.dhis.net/ > irc.destructor.net && irc.xchat.org - #Linux > -- Bob BellCompaq Computer Cor

Re: Remote IMAP folder browsing

2000-05-16 Thread Bob Bell
rogram? > > I have a department I want to move to IMAP with pine and mutt, but I want them to be >able to browse the remote folders. > > Any suggestions? > > Dave -- Bob BellCompaq Computer Corporation Software Engineer 110 Spit Brook Rd - ZKO3-3U/14 TruCluster GroupNashua, NH 03062-2698 [EMAIL PROTECTED] 603-884-0595

Colors and regex matching

2000-05-15 Thread Bob Bell
Is it possible to match against a regex but not color the entire regex? This could be useful if I need to match against something before my regex to ensure that I have a good match, but I don't want to color that initial text. -- Bob BellCompaq Computer Corporation Sof