Re: SMTP Authorization

2002-02-25 Thread David Champion
On 2002.02.23, in [EMAIL PROTECTED], Jerry Van Brimmer [EMAIL PROTECTED] wrote: . pop_authenticate: Using any available method. AUTH CRAM-MD5 + PDMyNzU3LjEwMjAyMjMxMjUzMzRAaXNwd2VzdGVtYWlsLmFjZXdlYi5uZXQ+ mutt_sasl_cb_authname: getting authname for pop3.ispwest.com:110

Re: SMTP Authorization

2002-02-25 Thread David Champion
On 2002.02.25, in [EMAIL PROTECTED], David Champion [EMAIL PROTECTED] wrote: In other words, this looks like a mutt bug. You might try setting $pop_authenticators to work around this. The goal would be not to try authenticating with MD5 -- for example: set

Re: SMTP Authorization

2002-02-23 Thread David Champion
On 2002.02.23, in [EMAIL PROTECTED], Jerry Van Brimmer [EMAIL PROTECTED] wrote: Well, I thought Mutt was a terminal based email client that could as much or more than other email clients. So, I was hoping that I could just download all messages into my mailbox and the headers would be

Re: Deleting attachments from a message

2002-02-20 Thread David Champion
On 2002.02.20, in [EMAIL PROTECTED], David Ellement [EMAIL PROTECTED] wrote: On 020220, at 18:00:45, Stefan Frank wrote It doesn't seem to work when dgc's attachment patch is applied. I checked this against an unpatched mutt - it stopped working after the patch was applied

Re: locale for Sun

2002-02-20 Thread David Champion
On 2002.02.20, in [EMAIL PROTECTED], Aaron Schrab [EMAIL PROTECTED] wrote: At 14:15 -0800 20 Feb 2002, Mun Johl [EMAIL PROTECTED] wrote: I tried another test and fired up mutt in dtterm instead of rxvt. dtterm displayed the umlauts correctly, so I don't understand why the

Re: Any mailbox cleaner program?

2002-02-19 Thread David Champion
On 2002.02.19, in [EMAIL PROTECTED], Justin R. Miller [EMAIL PROTECTED] wrote: If not, I'd just use a Mutt call with -f and push in a delete pattern to clear out the old stuff. This won't work from a crontab, though. When mutt has no terminal, it ignores -e actions and acts as a

Re: arrggh, print hell [little OT]

2002-02-14 Thread David Champion
On 2002.02.14, in [EMAIL PROTECTED], Nick Wilson [EMAIL PROTECTED] wrote: I've just had to print an entire mbox file, it wasn't that many messages but it was a painful process as I didn't think of a way to only print the /actuall/ message bodies (and perhaps TO, From) I just did:

Re: killing and scoring

2002-02-13 Thread David Champion
On 2002.02.13, in [EMAIL PROTECTED], Andre Berger [EMAIL PROTECTED] wrote: My setup (below) tells procmail to source the addresses in ~/.procmail/spam, and add the message to my spam/ Maildir: Looks like you have a file (~/.procmail/spam) containing e-mail addresses of people you

Re: Wish about mutt's file browser

2002-02-04 Thread David Champion
On 2002.02.04, in [EMAIL PROTECTED], Charles Jie [EMAIL PROTECTED] wrote: - If you code something to achieve it, you lose the COLORs. But losing the colors is a *good thing*. :) color_ls hurts my eyes. Ouch. *3. Mutt's file browser - also mix up directories and files, which hurts

Re: [feature requests] bcc and sent mailbox

2002-02-01 Thread David Champion
On 2002.02.01, in [EMAIL PROTECTED], Will Yardley [EMAIL PROTECTED] wrote: William Wu wrote: sometimes, I send some mails with bcc field filled, but in the sent mailbox the recipients are not showed, that's why it's called Bcc (blind carbon copy) This sort of dodges one

Re: coloring ~N by way of external file query?

2002-01-31 Thread David Champion
On 2002.01.31, in 20020201045411.GB18136@ganymede, Brian Clark [EMAIL PROTECTED] wrote: IOW, I'm trying to replace these (a lot more than 3): color index yellow default ~f feefee ~N color index yellow default ~f geegee ~N color index yellow default ~f heehee ~N With one line

Re: Kill mails automaticly

2002-01-28 Thread David Champion
On 2002.01.27, in [EMAIL PROTECTED], Sven Guckes [EMAIL PROTECTED] wrote: * JASH [EMAIL PROTECTED] [020127 17:46]: Is it possible to kill the last oldest messages in Maildir automaticly, for example if mails past 1000 already? yes. but mutt won't do this unless you start it

Re: Stripping Sigs

2002-01-24 Thread David Champion
On 2002.01.24, in [EMAIL PROTECTED], matthew pritchard [EMAIL PROTECTED] wrote: Is it possible to strip signatures when replying to mails? Slrn seems to automatically do this for me 'out of the box' (There's a strip_sig_regexp variable). I've searched on google, and the best I could

Re: Stripping Sigs

2002-01-24 Thread David Champion
On 2002.01.24, in [EMAIL PROTECTED], David T-G [EMAIL PROTECTED] wrote: Matthew, et al -- ...and then David Champion said... % % set editor=vi '+/^-- $/;,$d' Note that this will actually strip your signature and not that of the original email. Given your macro example above

Re: macros or hook?

2002-01-24 Thread David Champion
On 2002.01.24, in [EMAIL PROTECTED], Nick Wilson [EMAIL PROTECTED] wrote: * and then Maarten den Braber blurted Maybe it's A Good Thing to give an example to ;-), here it is: bind index r noop bind index m noop What's a noop? No-op: no operation [on this cycle :)].

Re: Why sign posts on mailinglists?

2002-01-24 Thread David Champion
On 2002.01.24, in [EMAIL PROTECTED], Mike Schiraldi [EMAIL PROTECTED] wrote: also, since most people on the list don't know you in real life, all they know is that you're the same person who has always been writing email under that name and with that PGP key. there's no real

Re: Editing a set of Subject lines

2002-01-23 Thread David Champion
On 2002.01.22, in [EMAIL PROTECTED], Jim [EMAIL PROTECTED] wrote: Is there a graceful way to change the Subject: lines on a set of tagged messages? Often folks will change the ... I tried the '|' pipe function, ;|... piping to: sed 's/^Subject: .*$/Subject: Re: This Thread.../'

Re: saving messages to a file

2002-01-23 Thread David Champion
On 2002.01.23, in [EMAIL PROTECTED], Richard G. Ball [EMAIL PROTECTED] wrote: #!/bin/sh mutt -nz -F $HOME/.mutt/mutt.archiving -f test-folder -e push 'T~d -01/01/02 ;s archivetest q' but it isn't *quite* working. The file to which the messages are written isn't archivetest but

Re: multipart/alternative

2002-01-23 Thread David Champion
On 2002.01.23, in [EMAIL PROTECTED]>, "Nick Wilson" [EMAIL PROTECTED]> wrote: > 'ello > What kind of monster is would a message containing multipart/alternative > be? Is there somewhere that gives idiots guides to mime types? It's a multipart type that provides multiple alternative views of

Re: how to change xterm title depending on current mailbox

2002-01-22 Thread David Champion
On 2002.01.22, in [EMAIL PROTECTED], John Buttery [EMAIL PROTECTED] wrote: By the way, is there any way to get mutt to start composing _after_ the quoted text instead of before it when replying? set editor=vi '+$;?^?;+' + begin vi initialization commands $ go to end

Re: Bold text

2002-01-21 Thread David Champion
On 2002.01.21, in 20020121164625.GB2845@neuromancer, giorgian [EMAIL PROTECTED] wrote: On Mon, Jan 07, 2002 at 12:35:15PM -0600, David Champion wrote: This message is in enriched text. Here's some text in boldfaced type. Here's italic. You can also do formatting -- you can

Re: mailinglist-prefix in index_format

2002-01-19 Thread David Champion
On 2002.01.19, in [EMAIL PROTECTED], Thomas Hurst [EMAIL PROTECTED] wrote: * Michael Elkins ([EMAIL PROTECTED]) wrote: Hanspeter Roth wrote: Some mailinglists prefix every subject with the name of the list. Is it possible to suppress this prefix in the index_format? How? Or

Re: virus

2002-01-17 Thread David Champion
On 2002.01.17, in 20020117164300.GB3131@knute, Knute [EMAIL PROTECTED] wrote: response to one I posted from [EMAIL PROTECTED] that had a virus attached to it (.mp3.pif). LOL... That's not even a virus, it's a shortcut to the executable! Viruses/worms can be embedded in a .pif file.

Re: Ispell is too quiet when run from the Compose menu

2002-01-16 Thread David Champion
On 2002.01.13, in [EMAIL PROTECTED], David T-G [EMAIL PROTECTED] wrote: I don't necessarily agree that mutt should spit out a message, though I can see that this could be confusing. What I would do would be to go ... % Feedback is an important element of any user interface, GUI or

Re: nntp in mutt

2002-01-12 Thread David Champion
On 2002.01.12, in [EMAIL PROTECTED], Rob 'Feztaa' Park [EMAIL PROTECTED] wrote: Which manual? The man page for the muttrc just says that %g expands to the newsgroup if mutt is compiled with nntp support, there is nothing else about nntp in there. The mutt man page shows: -G

Re: Mutt: aliasing IMAP servers?

2002-01-09 Thread David Champion
On 2002.01.09, in 1010610421.2294.0.camel@panucho, Ilkka Tuohela [EMAIL PROTECTED] wrote: =company/business which will be translated to imap://imap.company.com/Mail/business =private/brother and a folder like imap://isp-imap.isp.com/Mail/brother ... Of course this

Re: Can't send mail from my profile

2002-01-08 Thread David Champion
On 2002.01.08, in [EMAIL PROTECTED], Nick Wilson [EMAIL PROTECTED] wrote: Sounds fine to me Sam, I don't know what VISUAL is though? I presume it's a config var, I'll go look it up on the manual. Is that why I sometimes see headers with X-editor: Vim? How will other apps know what

Re: Deleted Messages

2002-01-08 Thread David Champion
On 2002.01.08, in [EMAIL PROTECTED], Todd Kokoszka [EMAIL PROTECTED] wrote: I want messages to disappear after I mark them deleted or saved. Is there a way to do this in Mutt? When the view limit is set to !~D, deleted message are present, but not visible in the index view.

Re: Bold text

2002-01-07 Thread David Champion
On 2002.01.07, in [EMAIL PROTECTED]>, "Nick Wilson" <[EMAIL PROTECTED]> wrote: > Yes I mean /like/ HTML, but *not* HTML as I dump anything of nature > also. I guess my understanding of real ASCII text is mistaken. I thought > that because I saw bold text in mails sent to me (back when I was >

List noise [was Re: signed emails, why ?]

2002-01-07 Thread David Champion
On 2002.01.07, in [EMAIL PROTECTED], Benjamin Reed [EMAIL PROTECTED] wrote: Gary Johnson [[EMAIL PROTECTED]] wrote: - there's just too much noise I don't know what to do about that, except to post less often myself. And, ironically, he mailed the list to tell us why he's

Re: Send-hook is Lazy

2002-01-07 Thread David Champion
On 2002.01.07, in 20020107113541.GA629@shanti, Franco Vite [EMAIL PROTECTED] wrote: before my browser was 1 r L 29 dic [MaX] 0,3K Archivi ML PPC? 2 F 30 dic [Franco Vite] 0,8K Now is 1 r L 29 dic [MaX] 0,3K Archivi ML PPC? 2 F 30 dic [To

Re: Cross folder macro

2002-01-07 Thread David Champion
On 2002.01.07, in [EMAIL PROTECTED], Michael Montagne [EMAIL PROTECTED] wrote: I have a macro that deletes older messages in the current folder. macro index F2 T~d2w !~FenterD~Tenter Does anyone have any idea how I might apply this to all my folders with one blazingly fast keystroke?

Re: help a now confused mutt newbie

2002-01-04 Thread David Champion
On 2002.01.03, in [EMAIL PROTECTED], rhad [EMAIL PROTECTED] wrote: 1) understand how exactly mutt recieves email. In my first several attempts, I slowly gathered the impression that mutt wanted me to configure at least sendmail and fetchmail in addition to mutt. I.e.: that mutt

Re: Working with mbox

2002-01-04 Thread David Champion
On 2002.01.04, in [EMAIL PROTECTED], Rob 'Feztaa' Park [EMAIL PROTECTED] wrote: Alas! Cameron Simpson spake thus: | I'm pretty sure I've seen this done somewhere, but I can't find it. Well, it's indirect, but you could wrap mutt in a script which said: #!/bin/sh (

Re: Send-hook is Lazy

2002-01-03 Thread David Champion
On 2002.01.03, in [EMAIL PROTECTED], Thorsten Haude [EMAIL PROTECTED] wrote: Well done, David, now I'm back to step one, $from-wise. Why is 'set from=' different from 'my_hdr From: '? $from was introduced in pre-1.0 times to work around problems with hooks and my_hdr. Something about

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

2002-01-03 Thread David Champion
On 2002.01.01, in [EMAIL PROTECTED], David T-G [EMAIL PROTECTED] wrote: % % But because it's a sourcer-level patch that I need to % patch-compile-install. I'm afraid that might cause trouble with my % current installation from rpm package by Mandrake 8.1. Hmmm... That may cause

Re: Possible to add a user-defined field Keyword to read message before/when save?

2001-12-29 Thread David Champion
On 2001.12.28, in [EMAIL PROTECTED], Charles Jie [EMAIL PROTECTED] wrote: Obviously I don't mean 'e' (edit) command count. The purpose of it is that I want to give keywords or category to read messages so that I can search them easier later. If I can add this field easily when I

Re: colorize messages in index older then x days

2001-12-29 Thread David Champion
On 2001.12.29, in 20011229142045.GA78483@noname, Paulius Bulotas [EMAIL PROTECTED] wrote: Hello, Is it possible to change colour of messages which are older by x days then today? If yes, then how it's done? Section 4.2.3 of the manual tells you. For example: color index blazing-red

Re: OT: procmail recipe for two actions for a message?

2001-12-10 Thread David Champion
On 2001.12.09, in [EMAIL PROTECTED], Matej Cepl [EMAIL PROTECTED] wrote: However, emails in this list have mungled Reply-To: directing to the list. Could it be possible to ask procmail (or how to ask procmail) that before moving the message to the listy folder, it would run a

Re: displaying name of attachment in title bar

2001-12-10 Thread David Champion
On 2001.12.06, in [EMAIL PROTECTED], Prahlad Vaidyanathan [EMAIL PROTECTED] wrote: Hi, On Thu, 06 Dec 2001 Eric [EMAIL PROTECTED] spewed into the ether: Well I am not sure what you call that information bar above the pager. But would it not be useful if the names of the

Re: Strange attachement

2001-11-27 Thread David Champion
On 2001.11.27, in [EMAIL PROTECTED], Thomas Roessler [EMAIL PROTECTED] wrote: This probably depends on the particular uudecode implementation you are using... I've seen uudecode only decode the _first_ attachment. Some uudecodes even choke if there's any material in the input

Re: Strange attachement

2001-11-26 Thread David Champion
On 2001.11.26, in [EMAIL PROTECTED], Patrik Modesto [EMAIL PROTECTED] wrote: There is no Content-Type header. There is: ... then few empty lines and then the encoded file above. I can get to the PC that sends this attachments so I will check it's MSOE setup. It's not naturally

Re: Mailbox History

2001-11-16 Thread David Champion
On 2001.11.16, in [EMAIL PROTECTED], Thorsten Haude [EMAIL PROTECTED] wrote: Hi, this one bothers me for some time: I use macro index d save-message=admin/trash\n Move mail to trashcan to get mail out of the way. If I change the mailbox after that, the first entry in the

Re: line length

2001-11-13 Thread David Champion
On 2001.11.13, in [EMAIL PROTECTED], Will Yardley [EMAIL PROTECTED] wrote: mutt doesn't have an editor, so this is a function of your editor. in vim you can use :set tw=74 or :set textwidth=74 nvi and other vi clones should be the same, but you can't use 'gqip' or 'gqap' to

Re: line length

2001-11-13 Thread David Champion
On 2001.11.13, in [EMAIL PROTECTED], Rob 'Feztaa' Park [EMAIL PROTECTED] wrote: Hmmm, I tried that with vim... it kinda screws up the quoting. It works great for my own writing, though. Example: Yes, that's one of the ways that par's abilities exceed fmt's. Par is fairly tolerant of

Re: Auto CC the From: when reply in mailing list

2001-11-02 Thread David Champion
On 2001.11.02, in [EMAIL PROTECTED], Will Yardley [EMAIL PROTECTED] wrote: hit whatever key you have bound to group-reply (i think g by default?)... however you should generally avoid doing this. if people want to be cc'd or replied to privately, they will probably have

Re: 2 Q's (my wishlist)

2001-10-26 Thread David Champion
Ah, mutt -- making the world smaller again. On 2001.10.26, in [EMAIL PROTECTED], Jeremy Hankins [EMAIL PROTECTED] wrote: First of all, I'd like to see the hostname portion of the Message-ID in the index (assuming there is one, of course). I find that quite useful on occasion

Re: Console mail notifiers/displayers

2001-10-25 Thread David Champion
On 2001.10.25, in [EMAIL PROTECTED], Rob 'Feztaa' Park [EMAIL PROTECTED] wrote: On Thu, Oct 25, 2001 at 10:21:30AM -0400, David T-G (dis)graced my inbox with: Note that I have found, from recent discussion, that gkrellm (and perhaps other new mail programs) improperly handle new and

Re: limit header size

2001-10-24 Thread David Champion
On 2001.10.24, in [EMAIL PROTECTED], R . Leponce [EMAIL PROTECTED] wrote: Hello all mutt-users !! Is there a way to limit the size of CC and To field when receiving an email also sent to many users ? I had this problem with mail forwarded from my VMS account; its mail facility

Re: maildir and compressed folders

2001-10-18 Thread David Champion
On 2001.10.18, in [EMAIL PROTECTED], Manuel Hendel [EMAIL PROTECTED] wrote: Is it possible to use the compressed folders patch with maildir. What happens than. Does every mail gets compressed, or how does this work with maildir? This patch really isn't particular to compression; it

Re: sending sent

2001-10-05 Thread David Champion
On 2001.10.05, in [EMAIL PROTECTED], Tim Whitehead [EMAIL PROTECTED] wrote: I have emails that I want to resend from ~/Mail/sent. Is there a key binding for this? resend-message, esc-e. -- -D.[EMAIL PROTECTED]NSITUniversity of Chicago

Re: alias file perms error

2001-10-03 Thread David Champion
On 2001.10.03, in [EMAIL PROTECTED], René Clerc [EMAIL PROTECTED] wrote: I thinkt the problem lies with the $; I think it needs to be escaped. I think $EDITOR is not defined. To be fully traditional, you should have ${VISUAL:-${EDITOR:-vi}}, or something like that -- it escapes the

Re: difference between hdr_format and index_format

2001-10-03 Thread David Champion
On 2001.10.03, in [EMAIL PROTECTED], Benjamin Michotte [EMAIL PROTECTED] wrote: hi, if I look in the mutt manual, I can find the definition of index_format but not hdr_format. They seems to do the same but what's the difference between them ? They're synonymous. From init.h: {

Re: editing headers in vim + clear text signing

2001-10-01 Thread David Champion
On 2001.10.01, in [EMAIL PROTECTED], Frederik Vanrenterghem [EMAIL PROTECTED] wrote: I'm trying out some ways to clear text sign a message in mutt, using :%!gpg -eas Unfortunately, all headers (including to) are signed, effectively making these headers useless. Is there a way to

Re: mutt and screen: display problems

2001-09-22 Thread David Champion
On 2001.09.22, in [EMAIL PROTECTED], Vincent Lefevre [EMAIL PROTECTED] wrote: I've seen spaces appended to the end of lines in mutt when cutting and pasting, but it went away when I switched to vt100, I think. I don't want to use vt100 because * I want to know (by testing

Re: rot13 capability?

2001-09-19 Thread David Champion
On 2001.09.19, in [EMAIL PROTECTED], David T-G [EMAIL PROTECTED] wrote: % $ grep rot-13 ~/.mailcap % text/rot-13; tr '[A-Z][a-z]' '[N-Z][A-M][n-z][a-m]' %s; copiousoutput Hey, that's slick. I just might have to try that one! You need to lose the extra brackets, though, to make it

Re: rot13 capability?

2001-09-19 Thread David Champion
On 2001.09.19, in [EMAIL PROTECTED], David T-G [EMAIL PROTECTED] wrote: Actually, I don't think so; that's what's so interesting. I'd love to see the results of same experiment under 2.6 and 8; Weird: I find that 7 behaves as 9 does -- '[A-Z][a-z]' '[N-Z][A-M][n-z][a-m]' works, but

Re: Knowing when something is a thread when it is collapsed

2001-09-17 Thread David Champion
On 2001.09.17, in [EMAIL PROTECTED], Cliff Sarginson [EMAIL PROTECTED] wrote: Hello I like to have threads collapsed by default. However I would like some indication in the index display that a message is the first in a thread. Anyone know how I can do this ? Use %M, or %?M?%M?, or

Re: OT: Shell scripting [was: Re: Fix for PGP copyright thing...]

2001-09-16 Thread David Champion
On 2001.09.16, in [EMAIL PROTECTED], David T-G [EMAIL PROTECTED] wrote: % Quoting FreeBSD's man sh [from the listing of special parameters]: % | @ Expands to the positional parameters, starting from one. % | When the expansion occurs within double-quotes, each

Re: Scoring .. what is it's purpose

2001-09-09 Thread David Champion
On 2001.09.09, in [EMAIL PROTECTED], Cliff Sarginson [EMAIL PROTECTED] wrote: - What is the purpose/use of scoring of mail messages? I'm sure that people use it in different ways, but fundamentally, it's just a ratings system. You can value/devalue messages according to the results of

Re: Color

2001-09-06 Thread David Champion
On 2001.09.06, in [EMAIL PROTECTED], Denis Perelyubskiy [EMAIL PROTECTED] wrote: also, neither do i know if this is an *official* bash way, but things like these work in my startup files, even though maybe they disgust people who really know bash :) What bothers me about this

Re: Color

2001-09-06 Thread David Champion
On 2001.09.06, in [EMAIL PROTECTED], Thomas Dickey [EMAIL PROTECTED] wrote: There's also Enable Alternate Screen Switching. Just glancing at the changelog, it appears I added that around patch #90. Hmm, I'm using patch 150, but I don't see that in my menu. I did find the titeInhibit

Re: viewing attachments automatically?

2001-09-05 Thread David Champion
On 2001.09.06, in [EMAIL PROTECTED], Denis Perelyubskiy [EMAIL PROTECTED] wrote: the problem with outlook is that it also sends a plain text copy along with html one. so i DO NOT WANT to start any kind of browser, dump some output, then look at it in my pager if i can somehow train

Re: automatically prepend the '=' (default location) to mailbox input

2001-08-29 Thread David Champion
On 2001.08.29, in [EMAIL PROTECTED], Eric Smith [EMAIL PROTECTED] wrote: How can I configure mutt to implicitly prepend the '=' or '+' to a user specified mailbox like in change-folder. I can remap the 'c' command for example to print the '=' for me so then I only need enter the

Re: Flag entire thread?

2001-08-26 Thread David Champion
On 2001.08.26, in [EMAIL PROTECTED], peter horst [EMAIL PROTECTED] wrote: I'd like to be able to flag an entire thread with !: is this possible? When I tried esc-t'ing a thread, then using ;w, it didn't work--it gave me the Set flag? (D/N/O/r/*/!): message that I expected, but when I

Re: make warning

2001-08-08 Thread David Champion
On 2001.08.08, in [EMAIL PROTECTED], Ken Weingold [EMAIL PROTECTED] wrote: Now sure if I should be worried about it, but I get this on the last line from running make on 1.3.20i: muttlib.c:73: warning: mktemp() possibly used unsafely; consider using mkstemp() It's just gcc

Re: mailing list improvement

2001-08-07 Thread David Champion
On 2001.08.07, in [EMAIL PROTECTED], Brian Salter-Duke [EMAIL PROTECTED] wrote: macro index \Co pipe-messageaddlist ~/.mutt/listsenter Scan a message for mailing lists to add macro pager \Co pipe-messageaddlist ~/.mutt/listsenter Scan a message for mailing lists to add To get

Re: Reformatting text using elvis/par

2001-08-06 Thread David Champion
On 2001.08.06, in [EMAIL PROTECTED], Ailbhe Leamy [EMAIL PROTECTED] wrote: Hi I've been reformatting text using par, before editing it in vi. Basically, I've changed my editor to a script that pipes the message through par and then opens it in vi. The only trouble with this is that

Re: mailing list improvement

2001-08-06 Thread David Champion
On 2001.08.06, in [EMAIL PROTECTED], Mike Erickson [EMAIL PROTECTED] wrote: All that would be necessary is a maillist_file setting in my .muttrc just like alias_file, and add a command to add addresses to it. Although it'd be a nice bonus, it's not even necessary to autoparse the

Re: +, T, C and another suggestion or does it exist?

2001-08-03 Thread David Champion
On 2001.08.03, in [EMAIL PROTECTED], John Wright [EMAIL PROTECTED] wrote: Just talking to someone about mutt flagging mail with + when it's to you and T when it's to you and other, etc, and we were just wondering if mutt either does or could have a flag for emails which are from

Re: viewing collapsed threads

2001-08-01 Thread David Champion
On 2001.08.01, in [EMAIL PROTECTED], Michael P. Soulier [EMAIL PROTECTED] wrote: Hey people. When a thread is collapsed, is there a way to tell that there are replies beneath the top-level message? I've been playing with collapsing threads, but after it's collapsed, I can't

Re: mailcap aggravation

2001-07-30 Thread David Champion
On 2001.07.30, in [EMAIL PROTECTED], Andrey R. Urazov [EMAIL PROTECTED] wrote: Actually, it's not hard to write it. And it's what was supposed while writing mutt manual. it could look something like: ps -e|grep -q netscape Not if you left netscape running on your console when you

Re: External editor question

2001-07-29 Thread David Champion
On 2001.07.29, in [EMAIL PROTECTED], Simon Collyer [EMAIL PROTECTED] wrote: Hi All, I'm trying to do something not so simple here it appears. What I am trying to do is load the external editor in a new window, eg trying to be able to reply to multiple seperate messages while

Re: About quoting text, about emacs.

2001-07-25 Thread David Champion
On 2001.07.25, in [EMAIL PROTECTED], Jens Paulus [EMAIL PROTECTED] wrote: On Wed, Jul 25, 2001 at 10:44:11AM -0700, Dominique Pelle wrote: How about attaching another mail to the email you want to send? I know about this attach-message function. The disadvantage is that the

Re: Problems with vvv port on FreeBSD

2001-07-18 Thread David Champion
On 2001.07.17, in [EMAIL PROTECTED], Suresh Ramasubramanian [EMAIL PROTECTED] wrote: Louis LeBlanc [mutt-users] 17/07/01 23:51 -0400: Hey all. I am trying to get the vvv port for FreeBSD built, but it keeps dying on some wchar code. Any ideas what the hangup is there? I

Re: xterm colored Mutt

2001-07-18 Thread David Champion
On 2001.07.18, in [EMAIL PROTECTED], Ed Robitaille [EMAIL PROTECTED] wrote: Ed Robitaille wrote In order to turn on color in xterm enter the following line in ~/.Xdefaults *customization: -color This will turn on color in all apps that use color in an xterm window. Oops

Re: reconstituting mangled quotes

2001-07-17 Thread David Champion
On 2001.07.17, in [EMAIL PROTECTED], Suresh Ramasubramanian [EMAIL PROTECTED] wrote: Biju Chacko [mutt-users] 17/07/01 12:56 +0530: If you can easily run external programs from it, then look into 'par'. Or fmt - which, as part of the GNU textutils package you can reasonably expect

Re: reconstituting mangled quotes

2001-07-16 Thread David Champion
On 2001.07.16, in [EMAIL PROTECTED], Chris Fuchs [EMAIL PROTECTED] wrote: Then, when you'd like to reformat text, highlight it in visual mode and hit 'gq' and it should wrap nicely. That's what I do, anyway... Thanks, looks like I'll add vim to my mutt learning curve. Are you

Re: archiving mail folders

2001-07-14 Thread David Champion
On 2001.07.14, in [EMAIL PROTECTED], Mark Ferlatte [EMAIL PROTECTED] wrote: I use a procmail rule for that: :0 c : $MAILDIR/Archive/`date +%Y-%m` Which copies all incoming mail into a -DD mbox format mailbox, and then lets the message continue through any other rules that I

Re: Printing in Vim: Solved via Oualline's book

2001-07-14 Thread David Champion
On 2001.07.14, in [EMAIL PROTECTED], John P. Verel [EMAIL PROTECTED] wrote: Am I the only one who'd been stymied at how to print from within vim? Am I the only one who's never wanted to print from inside... hmm, which is more portable: (el|n)?vi(s|m|per), or (el|n)?vi[sm(per)] I'm

Re: Printing in Vim: Solved via Oualline's book

2001-07-14 Thread David Champion
On 2001.07.14, in [EMAIL PROTECTED], Brendan Cully [EMAIL PROTECTED] wrote: On Saturday, 14 July 2001 at 18:58, David Champion wrote: On 2001.07.14, in [EMAIL PROTECTED], John P. Verel [EMAIL PROTECTED] wrote: Am I the only one who'd been stymied at how to print from

Re: auto save to diff. folders

2001-07-13 Thread David Champion
On 2001.07.13, in [EMAIL PROTECTED], Szabo Attila [EMAIL PROTECTED] wrote: Hi, On exitting mutt is it possible to save messages automatically dependig on headers to different folders. For example: mails from mutt-users go to the mutt folder??? Sure. For example: macro index q

Re: auto save to diff. folders

2001-07-13 Thread David Champion
On 2001.07.13, in [EMAIL PROTECTED], David Champion [EMAIL PROTECTED] wrote: On exitting mutt is it possible to save messages automatically dependig on headers to different folders. For example: mails from mutt-users go to the mutt folder??? macro index q tag-pattern~C mutt

Re: Elvis and par as editor

2001-07-11 Thread David Champion
On 2001.07.11, in [EMAIL PROTECTED], Ailbhe Leamy [EMAIL PROTECTED] wrote: simple ESC+q. However, I found par, and now I need to know how to make elvis use it. Oh, and make it use a ~/.exrc file, so I can have pretty colours while editing. Par lines from my .exrc. Note literal

Re: Max Size for Attachment

2001-07-10 Thread David Champion
On 2001.07.10, in [EMAIL PROTECTED], Eugene Lee [EMAIL PROTECTED] wrote: On Wed, Jul 11, 2001 at 06:41:05AM +0700, Efata wrote: : : I have fetch email from my friend with attachment file 2.8 MB. And I read : this email with mutt and I view attachment and save it. But after I save the

Re: sourcing different config files

2001-07-08 Thread David Champion
On 2001.07.09, in [EMAIL PROTECTED], Will Yardley [EMAIL PROTECTED] wrote: Is it possible to source different mutt config files somehow based on a shell script type thingie? I guess I could have my .zshrc copy the appropriate mutt config file to .muttrc based on where i'm logging in

Re: solaris + linux

2001-07-05 Thread David Champion
On 2001.07.05, in [EMAIL PROTECTED], Thomas E. Dickey [EMAIL PROTECTED] wrote: On Thu, 5 Jul 2001, Jesper Holmberg wrote: Suresh: thanks, vt100 seems to work the best. I haven't figured out how to get color out of an xterm under Solaris anyway, so the black and white means to

Re: matching random headers in score/color commands

2001-06-24 Thread David Champion
On 2001.06.24, in [EMAIL PROTECTED], Jason A. Fager [EMAIL PROTECTED] wrote: I'm trying to figure out how to make changes to color and/or scoring based on the contents of the Importance: header (this seems to be what Outlook uses to flag messages as high/low priority). It seems

Re: mutt 1.2.5i with imap, ssl, and kerbers5, on solaris2.6

2001-06-20 Thread David Champion
On 2001.06.20, in [EMAIL PROTECTED], Brendan Cully [EMAIL PROTECTED] wrote: yeah, don't use kerberos 1.0 with openssl. There's a namespace collision on the crypto library. If you can't upgrade your kerberos, you could try merging the openssl and krb5 crypto libraries into one (as

Re: Mutt-1.2.5i compilation problem on Solaris 2.8

2001-06-02 Thread David Champion
On 2001.06.02, in 20010602072318.A375@bloatware, Thomas Dickey [EMAIL PROTECTED] wrote: On Fri, Jun 01, 2001 at 04:19:41PM -0700, Phil Stracchino wrote: I recently added a Sparc Ultra1/170 running Solaris 2.8 (aka Solaris 8) to my network. I have gcc-2.95.2 installed on it, and I'm

Re: How to call an external program against an attachment - without mime?

2001-05-28 Thread David Champion
On 2001.05.28, in [EMAIL PROTECTED], Louis LeBlanc [EMAIL PROTECTED] wrote: Hey all. I have an unusual request here. I noticed that for any message, if you look at the attachments menu ('v'), you will always see the message itself as an attachment (which makes perfect sense if you

Re: Color Errors on Solaris

2001-05-24 Thread David Champion
On 2001.05.24, in [EMAIL PROTECTED], adam morley [EMAIL PROTECTED] wrote: If you look on Sun's site, there is a link to a company that is doing the porting work for GNOME to Solaris. Last time I looked they hadn't quite got 1.4 packaged, but it was expected real soon now.

Re: configuring headers in Muttrc/ssmtp.conf

2001-05-20 Thread David Champion
On 2001.05.20, in [EMAIL PROTECTED], Joane Lispton [EMAIL PROTECTED] wrote: What I would like to do is have the mail coming from [EMAIL PROTECTED] instead of [EMAIL PROTECTED] I figure the place to do this is either in Muttrc or ssmtp.conf. Just set host= beechtree.its.com

Re: strange config problem (1.2.5i)

2001-05-06 Thread David Champion
On 2001.05.06, in [EMAIL PROTECTED], Tim Legant [EMAIL PROTECTED] wrote: Nope, it's working the way it should. Comments are stripped first. This is true of just about every programming / configuration language in the world. I say just about because someone will probably point to one

Re: How to give color to parent message

2001-05-06 Thread David Champion
On 2001.05.06, in 1lgg_B.A.r8G.Qoe96@mostproper, Mr. Wade [EMAIL PROTECTED] wrote: Efata wrote: How I give sign or color to message (message have child only) in collapse thread? I think you are asking how to specify index colors for a message that is part of a collapsed thread.

Re: How to give color to parent message

2001-05-06 Thread David Champion
On 2001.05.06, in 6_VECC.A.XuH.KQf96@mostproper, Mr. Wade [EMAIL PROTECTED] wrote: I'd be interested, though, in how he managed to get the index_format to display the number of attachments if there are attachments as he said. A patch:

Re: how do I color all mails with attachments?

2001-04-23 Thread David Champion
On 2001.04.23, in [EMAIL PROTECTED], Eric Smith [EMAIL PROTECTED] wrote: like this: colour index brightred black ~? Check this thread: http://groups.yahoo.com/group/mutt-users/message/16502 -- -D.[EMAIL PROTECTED]NSITUniversity of Chicago

Re: too many messages saturates slow link

2001-03-30 Thread David Champion
On 2001.03.30, in [EMAIL PROTECTED], "Suresh Ramasubramanian" [EMAIL PROTECTED] wrote: Carlos Puchol proclaimed on mutt-users that: Reading /var/spool/mail/me... 1869 (33%) this saturates my modem line for a little while. is there some way to turn it off or just make it

Re: Fwd: Using mutt to sort mailboxes by thread

2001-03-26 Thread David Champion
On 2001.03.26, in [EMAIL PROTECTED], "Andre Majorel" [EMAIL PROTECTED] wrote: I have large mailboxes (archives of Usenet groups) that I would like to sort by thread. Thought of tagging all articles in the box and saving them to another mailbox (otT^;C) but how do you do that from a

Re: Mark all messages in folder read

2001-03-18 Thread David Champion
On 2001.03.18, in 20010318211124.A574@madmachine, "phaust" [EMAIL PROTECTED] wrote: Hi. On Sun, Mar 18, 2001 at 07:47:58PM +0100, Stefan Schwandter wrote: Hello all, is there a way to quickly mark all messages in a mail folder (similar to do a catch up in a newsreader) ?

<    1   2   3   4   5   6   >