Re: Is it supposed to be possible to deliver mail while mutt has the mbox open?

2013-03-26 Thread David Champion
, it copies the message content exactly. The blank line is considered part of the message content, so if present it also gets copied. I'm sending this mainly for Chris's benefit, but since I'm sending I might as well try the list again. BCC to Chris since he used a Mail-Followup-To. -- David

SMTP failures on mailing list

2013-03-26 Thread David Champion
* On 25 Mar 2013, David Champion wrote: I don't know why my last four messages haven't made it through the mailing list, Looks like someone (Steve?) fixed gbnet/flirble's smtp? I've been getting smtp rejections because my dns domain was ostensibly invalid, but my mail just went through

Re: Is it supposed to be possible to deliver mail while mutt has the mbox open?

2013-03-22 Thread David Champion
. But unless you're adding those yourself, you can't depend on having them. It is therefore best to append a blank line to messages during local delivery. -- David Champion • d...@bikeshed.us

Re: detecting if tag-prefix fails in a macro?

2013-03-21 Thread David Champion
and the currently hightlighted message gets archived. What is the correct way to do it? tag-prefix-cond apply next function ONLY to tagged messages macro pager,index Sl tag-pattern~h'Return-Path: u...@example.com'entertag-prefix-condsave-message=Archiveenter archive messages -- David

Re: Is it supposed to be possible to deliver mail while mutt has the mbox open?

2013-03-20 Thread David Champion
* On 20 Mar 2013, Chris Green wrote: I suspect my MTA doesn't agree exactly with mutt about where the 'message separator' is. When your script delivers a message, does it append a message and then a blank line, or does it append a blank line and then a message? -- David Champion • d

Re: Is it supposed to be possible to deliver mail while mutt has the mbox open?

2013-03-20 Thread David Champion
that a message (i.e. a From_ line) appears at the old EOF marker, and that the EOF marker is on/after a blank line. I think that if you adjust your filter to write the message and then a blank line instead of a blank line and then a message, the error will go away. -- David Champion • d...@bikeshed.us

Re: What set of message flags does mutt use to indicate a N[ew] message?

2013-03-19 Thread David Champion
of filesystem location and perhaps, for Maildir, flags in the filename. (MH filenames are always integers with no flags.) So to make a message 'new' via procmail, you want to delete the Status: header. -- David Champion • d...@bikeshed.us

Re: Run command on an attachment

2013-02-28 Thread David Champion
, make moving the attachment part of opening it locally, via mailcap. You could make a script called remoteopen that scps the file and uses a remote mailcap to open it, then use remoteopen as the local mailcap handler. -- David Champion • d...@bikeshed.us

Re: People want additional direct mail Was: People that CC mailing lists

2013-02-20 Thread David Champion
love to agree with you, but lacking such a provision, I can't. In mutt, I always group-reply. If you don't like the copy, you can filter it. If someone else wants the copy, they can't fabricate it, so I make sure they get it. And if you provide MFT, it's honored. -- David Champion • d

Re: People want additional direct mail Was: People that CC mailing lists

2013-02-20 Thread David Champion
* On 20 Feb 2013, Charles Cazabon wrote: David Champion d...@bikeshed.us wrote: I haven't kept up as much lately with email RFC as I used to, but I'm unaware of any standard means of *requesting* a cc (or of declaring any other reply policy, besides Reply-To:). Mail-Followup

Re: Config Files, and Remaining Confusion with html-mail

2013-01-27 Thread David Champion
it's causing you a problem. [...] This was a very good explanation, worthy of being a standard answer to this class of problems. It should be on the wiki. -- David Champion • d...@bikeshed.us

Re: use of .forward file

2013-01-25 Thread David Champion
. Note that this is not related to mutt per se, so this may not be the best group to help. However we can perhaps point you in the right direction. -- David Champion • d...@bikeshed.us

Re: who puts mails into mutt's mail folder?

2013-01-25 Thread David Champion
a mutually-agreed location (e.g. /var/mail/username) or it contacts a message store (e.g. an IMAP server). * On 25 Jan 2013, horseriver wrote: hi: Would mutt call default mail delivery agent when startup? thanks! -- David Champion • d...@bikeshed.us

Re: How to import the early mails into mutt ?

2013-01-22 Thread David Champion
?at=default I missed your commit. I think this patch is an overlap with yours, but covers the case you're describing as well. -- David Champion • d...@bikeshed.us

Re: Remove prefix from subject header in index view

2012-12-16 Thread David Champion
.) I've reposted the subjectrx patch to mutt-dev for review. If nobody has unmitigable negative comments, I'll push it to HEAD. -- David Champion • d...@bikeshed.us

Re: mutt users are too sheltered (was Re: Please set your line wrap to a sane value)

2012-12-01 Thread David Champion
on the openness of its codebase, but on the communal origins of its ideas. So if there's a problem, let's commune. Mutt would improve if mutt developers [were or did whatever]. Turn that around. If you are or do whatever, become a developer. You don't have to write code. -- David Champion • d

Re: Another question about L[ist reply]

2012-11-29 Thread David Champion
* On 29 Nov 2012, Chris Green wrote: What headers does L[ist reply] search for a match to what it has in the 'lists' entry? This isn't specified anywhere in the documentation (not that I can find anyway). Documentation patches are always welcome, by the way. :) -- David Champion • d

Re: Expiring Messages - not quite solved

2012-11-27 Thread David Champion
(which was a quick hack when I wrote this last week). It seems to work fine now. It also deals with the mbox/maildir (potential) problem, by writing in mbox format only when the input was in mbox. -- David Champion • d...@bikeshed.us #!/usr/bin/env python import os import sys import time import

Re: Expiring Messages - not quite solved

2012-11-27 Thread David Champion
to confess: I had no idea what the Expires: header does until 3 minutes ago. I may make use of this myself. :) -- David Champion • d...@bikeshed.us

Re: Expiring Messages - not quite solved

2012-11-25 Thread David Champion
. Are you using mbox for some folders, and maildir for others? Formail will always produce output with a UNIXv7 (mbox) From pseudo-header. That could be a factor. -- David Champion • d...@bikeshed.us

Re: Expiring Messages - Solved!

2012-11-24 Thread David Champion
there was no real problem, just a simple matter of looking more closely at the file permissions. No worries, I'm glad you got it worked out. Sorry I was unresponsive. It's been the Thanksgiving holiday here in the US, so a lot of us have been more away from e-mail than usual. -- David Champion • d

Re: Default subject Re: your mail when replying to empty-subject e-mails

2012-11-22 Thread David Champion
* On 21 Nov 2012, Marcelo Laia wrote: On 21/11/12 at 07:00pm, David Champion wrote: You could create a personal translation, I guess. Have any idea how to do? Only roughly (I haven't done it): create your own mutt.po file, override the right message in it, compile it with msgfmt, choose

Re: Please set your line wrap to a sane value (was ... Re: Is there any gmane.org user in the list?)

2012-11-21 Thread David Champion
* On 21 Nov 2012, Chris Bannister wrote: On Tue, Nov 20, 2012 at 12:52:58PM -0600, David Champion wrote: * On 19 Nov 2012, Chris Bannister wrote: Ouch! Could you please set the line wrap value in your editor to a sane value? 72 characters seems to be the recommended setting. (I

Re: email has changed, you won't change everyone, and you don't have to

2012-11-21 Thread David Champion
either be user (reader) error or software error, because it's entirely a consequence of how the reader's software works or fails to work well. -- David Champion • d...@bikeshed.us

Re: Default subject Re: your mail when replying to empty-subject e-mails

2012-11-21 Thread David Champion
, but didn't find anything from a quick search in TFM. Also, it looks like it's hard-coded in send.c. Thanks Will, I will change it the day I'll decide to compile it myself... You could create a personal translation, I guess. -- David Champion • d...@bikeshed.us

Re: Please set your line wrap to a sane value (was ... Re: Is there any gmane.org user in the list?)

2012-11-20 Thread David Champion
welcome. I can't stand it, personally.) -- David Champion • d...@bikeshed.us

Re: Putting table in email?

2012-11-20 Thread David Champion
lightweight markup languages -- reStructuredText, Markdown, etc. http://en.wikipedia.org/wiki/Category:Lightweight_markup_languages -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: Putting table in email?

2012-11-20 Thread David Champion
* On 20 Nov 2012, David Champion wrote: * On 20 Nov 2012, Peter Davis wrote: Is there any reasonly easy (non-painful) way to put a table in a message? A plain text table would be fine if I could limit it to 72 characters wide or so, and if there were a reasonable way to edit

Re: Putting table in email?

2012-11-20 Thread David Champion
and font files in the roff library (e.g. /usr/share/groff/version/). To customize them you either need to: 1. alter the tmac and font file(s) 2. postprocess the table output (more sed?) 3. use a different markup tool from roff -- David Champion • d...@bikeshed.us

Re: Putting table in email?

2012-11-20 Thread David Champion
mutt-table map T {^M!}mutt-table^M -- David Champion • d...@bikeshed.us

Re: mutt over hyperterminal

2012-11-20 Thread David Champion
instead. Both support serial connections (in addition to ssh and telnet) and I know that I've used them with success, though I've forgotten details. http://the.earth.li/~sgtatham/putty/0.62/htmldoc/Chapter4.html#config-serial http://en.wikipedia.org/wiki/Tera_Term -- David Champion • d

Re: Putting table in email?

2012-11-20 Thread David Champion
the macro. Sometimes vi/vim/etc have trouble with macros that overlap builtin behaviors. Maybe there's a problem with T as a binding? Does anyone who uses vim know? -- David Champion • d...@bikeshed.us

Re: Expiring Messages

2012-11-18 Thread David Champion
sys.stdout.write(data) return 0 if __name__ == '__main__': sys.exit(main(sys.argv[1:])) -- David Champion • d...@bikeshed.us

Re: Importing addresses from ClawsMail -- Export -- Html | LDIF?

2012-11-14 Thread David Champion
password. That seems like an LDAP problem. However, more the point, abook can import the LDIF to its own internal database. Why do you need to load it into LDAP at all? -- David Champion • d...@bikeshed.us

Re: How to change From: according to hostname?

2012-11-09 Thread David Champion
From: Chris Green ch...@isbd.co.uk' and on host cheddar.halon.org.uk:- 'my_hdr From: Chris Green ch...@halon.org.uk' -- Chris Green -- David Champion • d...@bikeshed.us

Re: Expiring Messages

2012-11-09 Thread David Champion
the script work for anyone, without needing to calculate a zone offset for your locale. -- David Champion • d...@bikeshed.us

Re: Sender name in the vim statusline

2012-11-09 Thread David Champion
index r 'enter-commandset my_wait=$wait_key;set wait_key=noenterpipe-messageecho \033]0;Sending to:$(formail -x From:)\007enterreplyshell-escapeecho \033]0;Mutt\007enterenter-commandset wait_key=$my_waitenter You could nice that up a lot, but it works. -- David Champion • d...@bikeshed.us

Re: What are the current fetchmail/getmail and/or procmail/maildrop utilities?

2012-11-07 Thread David Champion
/alternative with text/plan and text/html invisibly becomes just a text/html message. I've also heard of its breaking crypto, although I haven't seen that myself for a while. So I forward my mail via SMTP away from my employer now. -- David Champion • d...@bikeshed.us

Re: mutt + exchange woes (Was: Re: What are the current fetchmail/getmail and/or procmail/maildrop) utilities?

2012-11-07 Thread David Champion
routing, so I'm querying it alone for now. -- David Champion • d...@bikeshed.us

Re: mailing list subject line tags

2012-10-28 Thread David Champion
to does not validate, but the signature on the message starting this thread did. Same result for me, for each post. -- David Champion • d...@bikeshed.us

Re: mailing list subject line tags

2012-10-18 Thread David Champion
from https://bitbucket.org/dgc/mutt-dgc/src . -- David Champion • d...@bikeshed.us

Re: mailing list subject line tags

2012-10-18 Thread David Champion
* On 18 Oct 2012, David Champion wrote: * On 18 Oct 2012, Derek Martin wrote: Hi all, Recently I've been growing increasingly annoyed (at work mainly, though I've never been a fan generally) with mailing lists which put [mailinglist name] in the subject line. At work we often get

Re: Search for threads with flagged mail

2012-08-23 Thread David Champion
procmail, maybe i could use it to change something that is easier to filter? Add a [tag] to the mail maybe. :0 B * ^Content-type:.*text/calendar.* | formail -I X-Label: calendar Untested but approximately correct. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: Killfiling, anyone?

2012-08-09 Thread David Champion
encounter problems using it that are hard to diagnose, since they boil down to a few characters in a generated muttrc command up to ~1020 characters long. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago #!/usr/bin/env python import os import sys class KFParseError

Re: Multi-boot and Mutt

2012-07-28 Thread David Champion
as muttrc commands. You can write a muttrc that emits your standard configuration, then runs that source command at the end to fill it out with variations based on current OS. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: The wiki lies about macros and tags.

2012-07-23 Thread David Champion
* On 21 Jul 2012, Chris Bannister wrote: On Thu, Jul 19, 2012 at 01:04:23PM -0500, David Champion wrote: * On 19 Jul 2012, Robin Lee Powell wrote: If you define a macro to work with a single entry, then it can not be applied to tagged entries just by using tag-prefixmacro-key

Re: The wiki lies about macros and tags.

2012-07-19 Thread David Champion
ones), so it's hard to infer what's incorrect. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: The wiki lies about macros and tags.

2012-07-19 Thread David Champion
, not the entire macro as a whole. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: Find text/calendar attachments

2012-07-18 Thread David Champion
Jul 2012, Alexis Letessier wrote: Hi, Is there a filter to select mails with text/calendar attachments? Best regards, Alexis -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: how to set up an macro to jump to a mail matching a pattern ?

2012-07-16 Thread David Champion
.*@stardiviner You can make a macro that skips from 1 to 10 to 15 to 30, but you can't make a macro that goes from 1 to 30 to 15 to 10, which is what your conditional logic describes. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: mutt deletes attachement before libreoffice tries to open it

2012-06-22 Thread David Champion
returning to mutt, I usually recommend hard linking (not symbolic linking!) over copying, if possible. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: mutt deletes attachement before libreoffice tries to open it

2012-06-22 Thread David Champion
backing store of rewritten blocks over an arbitrary backend fs -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: gmail imap specifying mailboxes

2012-05-05 Thread David Champion
... although I've never tried with gmail and am not sure whether there are problems with [Gmail] or with spaces. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: Forwarding emails to kindle

2012-04-17 Thread David Champion
variations if you want text vs pdf, etc, but this basic formula should work. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: mutt and stdin

2012-04-17 Thread David Champion
mymaildir | xargs -I{} sh -c mutt -f '{}' $TTY -- David Champion • d...@uchicago.edu • IT Services • University of Chicago pgpAVfAbUUNu0.pgp Description: PGP signature

Re: mutt and stdin

2012-04-17 Thread David Champion
* On 17 Apr 2012, Derek Martin wrote: On Tue, Apr 17, 2012 at 11:36:04AM -0500, David Champion wrote: TTY=$(tty); echo mymaildir | xargs -I{} sh -c mutt -f '{}' $TTY Nice! I wasn't familiar with that usage of xargs... It even appears to be fairly portable. BSD xargs also has -o, which

Re: Hide [bracketed topic indicators] such as prepended by mailing lists

2012-04-13 Thread David Champion
be meaningful. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: Hide [bracketed topic indicators] such as prepended by mailing lists

2012-04-11 Thread David Champion
Subject: Re: [list] Re: Foo I imagine this is still possible where someone is using a re: string that the list manager does not recognize as a localized version of Latin (aw, sv, etc). -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: Hide [bracketed topic indicators] such as prepended by mailing lists

2012-04-10 Thread David Champion
]+)\] ([^.]+)\.([^.]+) - (new|open|pending|update) - ' '%L[#%1] %R' The advantage of this solution is that it affects only how the message is displayed in the pager, so the people who set up the mailing list to expect these [list tags] still get them back from you when you reply. -- David Champion • d

Re: [SOLVED] Re: regexp and pattern limit

2012-04-03 Thread David Champion
writing various rules, and if you start putting them into hooks you may find that you need another couple depths of escaping. (At such a point it helps to source another muttrc rather than to embed all your commands within the hook.) -- David Champion • d...@uchicago.edu • IT Services

Re: mutt caching DNS queries

2012-03-25 Thread David Champion
to work out how to flush or restart the nscd when you down and raise your network interface(s). -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: Some mails saved in sent but don't show in Mutt

2012-03-19 Thread David Champion
mailbox line to From to prevent this, but that's not a fast rule.) What application saved these messages to your sent/2011-06 folder? Does any other application use the folder, besides mutt? -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: SMTP with required SASL and @ in username

2012-02-29 Thread David Champion
they appear in your muttrc, probably someone can help. When posting account configuration, redact the personal information as needed, but please do distinguish user1 from user2, password1 from password2, etc. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: Local alternative to Re:

2011-12-01 Thread David Champion
which precedes it. To me, re: is more metadata than text. You'd rarely catch any speaker of English saying it aloud. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: variable date format

2011-11-21 Thread David Champion
=format_date.sh '%[%s]' | # test with # format_date.sh 1321504390 1321704390 --- 2 days # format_date.sh 1321504390 1322704390 --- 13 days # Improvements by # David Champion d...@uchicago.edu # Ed Blackman e...@edgewood.to msg_date=$1 # datetime of message

Re: set different index_format for mails

2011-11-08 Thread David Champion
support it? I'm on 1.4.2.3i (FreeBSD ports version). IMO there is no reason to run 1.4 if you're able (capable and permitted) to compile. The %??? notation works in 1.4 but the %X expando (as all ability to evaluate attachments) was introduced well into 1.5. -- David Champion • d...@uchicago.edu

Re: set different index_format for mails

2011-11-08 Thread David Champion
couldn't find Introduced here: changeset: 4412:5a347f860ec3 branch: HEAD user:David Champion d...@uchicago.edu date:Tue Oct 04 06:05:39 2005 + summary: Attachment counting for index display (patch-1.5.11.dgc.attach.6). shell$ hg log -r 5a347f860ec3 --template='{latesttag}\n

Re: Named tags/lables?

2011-11-04 Thread David Champion
* On 04 Nov 2011, Tim Gray wrote: On Nov 03, 2011 at 03:43 PM -0500, David Champion wrote: If you use X-labels heavily and are comfortable building mutt from source I encourage you to take a look at https://bitbucket.org/dgc/mutt-dgc/qseries and apply at least up to the complete-pattern-y

Re: Named tags/lables?

2011-11-03 Thread David Champion
Permit tab completion of pattern expressions with ~y (labels). --- -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: Feature (plugin?) request, boomerang mail

2011-10-27 Thread David Champion
commit time + duration current time, and send a ping to the expected respondent. [1] Where database means any relational system you can devise and use in a simple script. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: add Bcc for lists but not regular e-mail? (fwd)

2011-10-22 Thread David Champion
-sendmail -oi -oem -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: Please drop this [was: NNTP reader?]

2011-10-04 Thread David Champion
because most mutt users use it, but the same point could have been with Solaris or FreeBSD or (even more sharply) Windows, so this bend isn't germane to the topic. I agree, let's let it go. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: Duplicate MESSAGE-ID

2011-10-03 Thread David Champion
that was a known bug in 1.4 that is fixed in 1.5.x. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: NNTP reader?

2011-09-30 Thread David Champion
, if you're comfortable compiling mutt for yourself. I quit reading Usenet a few years back and haven't been building in NNTP support since, but it was a good solution for me at the time. http://mutt.org.ua/download/ -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: How to hide any fields on mails attached to mail (like message/rfc822)

2011-08-16 Thread David Champion
the mutt command above * repeat until the behavior changes That will tell you what setting controls it in your case. At any rate mutt -F /dev/null -f message-file shoudl *not* act this way. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: install error mutt-1.5.19

2011-08-05 Thread David Champion
of the Makefile which make installing as non-admin difficult. As far as I know these are fixed in mutt 1.5.21, so you should have better luck if you update. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: install error mutt-1.5.19

2011-08-05 Thread David Champion
options. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: next official release?

2011-07-08 Thread David Champion
be a good idea once we make more progress on 1.6 milestones, I'm just not sure that the time is ripe. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: mailcap for text/html on OS X

2011-07-05 Thread David Champion
, prefix, then open that instead, and remove it after a sleep. E.g. #!/bin/sh ln $1 open-$1 (sleep 60; rm -f open-$1) open open-$1 By hardlinking you don't need to worry so much about file size, free space, etc. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: Is mutt extensible with a programming language?

2011-06-24 Thread David Champion
produce your configuration programmatically in any way you like though. For example, if make-muttrc is a program whose stdout is a valid muttrc, you can make a ~/.muttrc that looks like: source make-muttrc | -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: EXITCODE==255

2011-06-21 Thread David Champion
{ EXITCODE=$? } or more concisely, :0e { EXITCODE=$? } -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: mutt shows wrong size of message on mime messages

2011-06-21 Thread David Champion
that this is a router, without strace or gdb (well, Are you certain? That doesn't look too surprising for an HTML message with inline images. Have you tried copying it to another machine and running mutt on it there? -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: mutt and some GMail features

2011-06-03 Thread David Champion
that listed all labels associated with a message when you retrieve the message via POP/IMAP, I'd definitely support it in the keywords code I'm maintaining. Bonus points if it's a sort of approximately standard header. (I know we have had some gmail engineers on this list) -- David Champion • d

Re: GPG with mutt not working

2011-05-25 Thread David Champion
-gnutls -idn -imap -mbox -nntp -qdbm -sasl -smime -smtp -tokyocabinet 0 kB Could you post your 'mutt -v' output as well? I don't want to make any assumptions about what an emerge does. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: GPG with mutt not working

2011-05-25 Thread David Champion
are not used, and you're depending on gpgme. That doesn't explain why it's not working but it could explain why it quit working. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: GPG with mutt not working

2011-05-25 Thread David Champion
* On 25 May 2011, Joseph wrote: On 05/25/11 17:42, David Champion wrote: * On 25 May 2011, Joseph wrote: +CRYPT_BACKEND_CLASSIC_PGP -CRYPT_BACKEND_CLASSIC_SMIME +CRYPT_BACKEND_GPGME -EXACT_ADDRESS -SUN_ATTACHMENT +ENABLE_NLS You have GPGME as well as classic pgp (i.e. forking off pgp

Re: Wrapping non-wrapped e-mail when replying

2011-04-28 Thread David Champion
'par'. It is brilliant. I set $display_filter to use it so that I get the neat line wrap for reading as well. I also have several vi macros that use it for reflowing text in different styles. (Even if I did use vim, par is more flexible.) -- David Champion • d...@uchicago.edu • IT Services

Re: mailing lists displaying in index menu

2011-04-19 Thread David Champion
an alias for mutt-users@mutt.org. You'll see the address however you define the alias. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: mailing lists displaying in index menu

2011-04-19 Thread David Champion
* On 19 Apr 2011, David Champion wrote: what should i do if i want all messages comes from the mutt user mailing list to be displayed in index menu like: 'To Mutt Mailing List' Create an alias for mutt-users@mutt.org. You'll see the address however you define the alias. You also need

Re: mh format questions

2011-04-15 Thread David Champion
would use Maildir instead of MH unless you have a specific need to interact with MH-compatible software. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: Avoid the warning messages

2011-04-14 Thread David Champion
they tend to get irritating. So if there is a way to avoid them, it would be nice. I guess you could build your own localization message catalog that eliminates those messages. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: Viewing HTML mails with images

2011-04-01 Thread David Champion
(e.g. to a directory) and then rewrite the HTML so that cid: src references refer instead to static files on disk. I don't know of such a wrapper offhand, sorry, but maybe the explanation will help you find something. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: application/pgp-signature is unsupported

2011-03-15 Thread David Champion
(or ask-no) and now it's just no. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: application/pgp-signature is unsupported

2011-03-14 Thread David Champion
can't find it in your package you can grab a copy here: http://dev.mutt.org/hg/mutt/raw-file/tip/contrib/gpg.rc Set pgp_verify_sig=yes to automatically verify signatures. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: mutt and Growl

2011-02-24 Thread David Champion
protocol used by Growl for Windows and targetted by MacOS Growl is not supported. -- David Champion • d...@uchicago.edu • IT Services • University of Chicago

Re: Header line length limit?

2011-01-27 Thread David Champion
or so addresses get stripped off. Is there any way to change this behavior? You can use multiple Bcc: headers. -- David Champion * d...@uchicago.edu * IT Services * University of Chicago

Re: How to pass To:'s Firstname into Vim in order to dynamically create the first greeting line?

2011-01-13 Thread David Champion
!;; *moe*) custom=Eyepoke!;; *curly*)custom=Noink noink noink!;; *) custom=Hi $name,;; esac echo $custom echo echo On $2, you wrote: I have not tested any of this. -- David Champion * d...@uchicago.edu * IT Services * University of Chicago

Re: Using Mutt to present mailing lists on-line similar to forums?

2011-01-13 Thread David Champion
-only to all except list moderators, who could use Mutt to fix broken threads, delete dupes, etc. List You could use mutt in this fashion for trusted moderators by declaring all the security issues policy problems. -- David Champion * d...@uchicago.edu * IT Services * University of Chicago

Re: format string: time for today, date for others.

2011-01-07 Thread David Champion
for performance concerns, C would be the best choice. -- David Champion * d...@uchicago.edu * IT Services * University of Chicago

Re: format string: time for today, date for others.

2011-01-07 Thread David Champion
for my nested_if patch because it looked completely useless, so if you happen to be using nested_if, this latter version won't work. Now that I see a purpose for %... I'll have to revisit nested_if. (Unfortunately all the paired symbols are used already.) -- David Champion * d...@uchicago.edu

<    1   2   3   4   5   6   >