Re: New mail indicator

2012-04-18 Thread William Yardley
On Wed, Apr 18, 2012 at 10:51:02PM +0700, Diep Pham Van wrote: > > I have mutt setup with offlineimap using maildir format. When I press > `y` to change to one of my mailbox, and there is some unread mail in > the current folder, if I change to another folder, the new mail > indicator ('N' charact

valid address parsing in 1.5.2x

2012-05-30 Thread William Yardley
I noticed a weird quirk recently between two different mutt installs (both fairly recent) that I have. If I enter in an address which is technically RFC compliant as quoted, though uncommon, such as: "bo...@example.com"@example.com mutt 1.5.20 from 6/2009 allows me to put that in an address field

Re: Sending Mail to the IMAP Sent Folder

2012-06-27 Thread William Yardley
On Wed, Jun 27, 2012 at 06:46:21PM +0100, Ian Barton wrote: > imaps://i...@wilkesley.net@mail2.wilkesley.net/INBOX > set copy = yes > set record = imaps://i...@wilkesley.net@mail2.wilkesley.net/INBOX.Sent > > I have also tried the following: > > set record = "+Sent" > set record = "Sent" > set re

Re: reading color quoted replies

2007-02-01 Thread William Yardley
I have a vendor who occasionally sends me replies quoted this way. What's ironic is that he normally top-posts, and I suspect he's doing it this way because *I* normally quote inline in response to him. Even better, he sometimes writes his bits in all caps ON THE SAME LINE as parts of my quoted re

Re: reading color quoted replies

2007-02-04 Thread William Yardley
On Sun, Feb 04, 2007 at 11:52:15PM +1300, Chris Bannister wrote: > On Thu, Feb 01, 2007 at 01:05:27PM -0600, David Champion wrote: > > Few people want to modify their ovens, even if oven engineers have > > suggestions for how to do it. > And there is probably a mumble-oven-user list where people

Re: Add alias during session

2007-02-04 Thread William Yardley
On Sun, Feb 04, 2007 at 11:06:52PM +0100, Christian Ebert wrote: > * Jing Xue on Sunday, February 04, 2007 at 12:16:11 -0500: > > I know 'a' adds an alias for the current sender, but is there any other > > more generic way to add alias _and_ make it effective immediately? > > :source aliasfile >

Re: Changing the default cursor position in vim

2007-02-11 Thread William Yardley
On Mon, Feb 12, 2007 at 01:51:38PM +1100, Cameron McCormack wrote: > Greg Tees: > > Hey, I use vim as my editor, and I was wondering if anyone could tell me > > how, when composing a new message, you could have the cursor start below > > the headers rather then at the top of the document. > I do

Re: How to tell if a maildir has mail in it?

2007-02-21 Thread William Yardley
On Wed, Feb 21, 2007 at 08:51:03AM +, Eur Ing Chris Green wrote: > Yes, definitely. I have submitted a bug/request for maildir > count/size indication but the http://bugs.mutt.org/ system isn't very > friendly is it. Apart from anything else it's difficult to tell if > something has already

Re: Mutt and courier-imap

2007-02-27 Thread William Yardley
On Tue, Feb 27, 2007 at 10:37:23AM +0100, John wrote: > I'm using Mutt locally with Maildir folders, and now I would like to run > courier-imap on top of this. > > So I want to: (1) use ssh+mutt and (2) use thunderbird+imap(s) to access > my mail, both using the same Maildir tree. > > Is this

Re: Mutt and courier-imap

2007-02-27 Thread William Yardley
On Tue, Feb 27, 2007 at 12:01:20PM -0700, Kyle Wheeler wrote: > On Tuesday, February 27 at 10:53 AM, quoth William Yardley: > > but I don't think it's been maintained. > > I'm speaking out of ignorance here, but why would you need a patch for > this? (Unless m

Re: Custom Hotkeys

2007-03-02 Thread William Yardley
On Fri, Mar 02, 2007 at 07:37:34PM -0500, Michael Pobega wrote: > I'd like to change a few of the default Mutt hotkeys, but I can't find > anything about changing the defaults on the net. > I'm looking to change L to l and l to L, as well as use J/K to scroll > through the message as opposed to s

Re: Another pain of maildir

2007-03-15 Thread William Yardley
On Thu, Mar 15, 2007 at 01:35:36PM +0100, Christoph Berg wrote: > Re: Eur Ing Chris Green 2007-03-15 <[EMAIL PROTECTED]> > > How can you save a message in a findable and readable format if you're > > using maildir? > 13:01 ':set mbox_type=mbox' should help with the maildir creation. > 13:01 bu

Re: howto convert Mbox to Mh

2007-03-15 Thread William Yardley
On Thu, Mar 15, 2007 at 11:25:04PM +0100, [EMAIL PROTECTED] wrote: > > I seek a solution to convert from Mbox to Mh : > > -a) /var/mail/$USER => " Mbox /Mbx " > -b) $HOME/Mail/Mh. > > > what is the best way : > > -a) use Procmail to convert > -b) use mutt to read and stock the message It's

Re: no fcc with command-line sending

2007-04-15 Thread William Yardley
On Sun, Apr 15, 2007 at 08:31:19AM -0400, Trey Sizemore wrote: > On Sat, 14 Apr 2007 20:48:58 -0700 > Michael Elkins <[EMAIL PROTECTED]> wrote: > > On Sat, Apr 14, 2007 at 08:31:54PM -0400, Trey Sizemore wrote: > > > How are you getting 1.5.15cvs? CVS still appears to provide me with > > > 1.5.14

Re: How to specify the 'From:' field in command line

2007-04-17 Thread William Yardley
On Tue, Apr 17, 2007 at 06:13:52PM +0100, [EMAIL PROTECTED] wrote: > > Do you guys know how to specify the 'From:' field in command line? > Basically I want to specify who sends the mail, or the reply address. > > mutt -s 'test test' -a myattachment [EMAIL PROTECTED] < /dev/null You can set $EM

Re: How to specify the 'From:' field in command line

2007-04-17 Thread William Yardley
On Tue, Apr 17, 2007 at 06:26:30PM +0100, [EMAIL PROTECTED] wrote: > > The EMAIL environment variable does change the Reply-To address. How to > change the 'From:' field then? Unless it's something that has been changed in the current version, you're wrong, based on TFM and my tests from mutt(1)

Re: How to specify the 'From:' field in command line

2007-04-17 Thread William Yardley
On Tue, Apr 17, 2007 at 06:38:58PM +0100, [EMAIL PROTECTED] wrote: > > Unless it's something that has been changed in the current version, > > you're wrong, based on TFM and my tests > > > > from mutt(1) > > > > EMAIL The user's e-mail address. > > > > REPLYTO > > Default Repl

Re: How to send PGP-encrypted mail non-interactively?

2007-05-10 Thread William Yardley
On Thu, May 10, 2007 at 04:58:12PM -0700, Darrin Chandler wrote: > On Wed, May 09, 2007 at 12:34:33PM -0700, Darrin Chandler wrote: > > On Wed, Nov 22, 2006 at 05:53:52PM +0100, Rene Tschirley wrote: > > > I'd like to have a script which sends eMail Cron-triggered on a daily > > > basis. So far no

8 bit chars on openbsd

2007-05-15 Thread William Yardley
When sending a message with an accented character in it, mutt (on my OpenBSD system) sets the content-type as: Content-Type: text/plain; charset=unknown-8bit I tried setting LC_ALL="en_US" and LC_ALL=iso8859-1 in my environment Am I doing something wrong, or is there something I can do to fix

Re: OT: offending sig + headers

2007-05-18 Thread William Yardley
On Fri, May 18, 2007 at 10:47:09AM -0700, Darrin Chandler wrote: > On Fri, May 18, 2007 at 10:06:12AM -0600, Kyle Wheeler wrote: > > On Friday, May 18 at 11:54 AM, quoth Jeff Macdonald: > > >> is that it's one of these anti-spam measures that only work until > > >> it gets widespread enough for sp

Re: random ideas - storing mutt settings on imap server

2007-06-20 Thread William Yardley
On Tue, Jun 19, 2007 at 11:17:48AM +0200, Hein Zelle wrote: > I believe pine (used to) store it's addressbook on the imap server. > I'd like to go a little further than that, and store most of my mutt > configuration on a centralized place, except perhaps for the inital > password. IIRC, (al)pine

Re: How to organize mail in folders?

2007-07-10 Thread William Yardley
On Wed, Jul 11, 2007 at 12:57:10AM +0200, Kai Grossjohann wrote: > > With Gnus, I marked the to-do messages as important ("flagged" them, in > Mutt-speak, I think). After it was done, the message was marked as > read. Gnus would automatically show me both new messages and important > messages, h

Re: web addresses cut with +

2007-08-29 Thread William Yardley
On Wed, Aug 29, 2007 at 09:22:03PM +0200, Vim Visual wrote: > whenever I get a link to a web address it is shown in a line; that's > fine, but for the lines which are too long (longer than the terminal > size used). in that case mutt breaks the line and continues it in a > new one and that's indic

Re: web addresses cut with +

2007-08-30 Thread William Yardley
On Wed, Aug 29, 2007 at 04:20:18PM -0400, Lloyd-Knight, Conrad wrote: > On Wednesday, Aug 29, 2007 at 12:47, William Yardley wrote: > > look for $markers in TFM... unset it and it will get rid of the markers > > on wrapped lines. > This still doesn't prevent mutt from put

Re: web addresses cut with +

2007-08-30 Thread William Yardley
On Thu, Aug 30, 2007 at 02:52:52PM +0200, tannhauser wrote: > > had the same problem. urlview is a very nice workaround: > > [quote man page] > urlview is a screen oriented program for extracting URLs from text > files and displaying a menu from which you may launch a command to view > a spe

history / save_history params?

2007-09-26 Thread William Yardley
So recent versions of mutt seem to have an option to save history; Can anyone tell me the difference between: $save_history and: $history AFAICT, both are set to the value of the number of lines of history to save. I first tried: set save_history set history=99 which didn't work. Setting set

Re: Good .vimrc / for mutt

2007-10-30 Thread William Yardley
On Tue, Oct 30, 2007 at 05:41:35PM +0530, Dilip M wrote: > On 10/30/07, Dilip M <[EMAIL PROTECTED]> wrote: > > 1. How to delete the lines between '>' and chars. something like this, > > > > > > Hi, how are you. > > > > Send a report. > > > > Is there any fun

Re: set Replay and Trash

2007-11-04 Thread William Yardley
On Sun, Nov 04, 2007 at 01:42:45PM +1100, hce wrote: > > Also, how I can I set a Trash fold to hold all deleted emai? And how > to add another tag to clen the Trash? Check out the trash folder patch. Out of box, mutt doesn't support a trash folder, other than through macros (there are a few drawb

Re: email size always 0

2007-11-05 Thread William Yardley
On Mon, Nov 05, 2007 at 11:34:15PM +0100, list-user wrote: > > I use mutt v 1.5.17 under suse 9.3. > In the index view all emails have the size ( 0). > Do I have to do some configuration in order to get the correct size or > how can I get it right? See the FAQ: http://wiki.mutt.org/?MuttFaq/Mai

Re: Ideas for a Mutt demo

2007-11-16 Thread William Yardley
On Thu, Nov 15, 2007 at 04:59:17PM -0600, Russell L. Harris wrote: > * Joe Masters <[EMAIL PROTECTED]> [071115 16:14]: > > On 13:43 Thu 15 Nov , Gary Johnson wrote: > > > On 2007-11-15, Joe Masters <[EMAIL PROTECTED]> wrote: > > > > I need some ideas as to setting up a demo of Mutt for netphobi

EMAIL and / or use_from in batch process

2007-11-26 Thread William Yardley
I'm using a command like this to send a bunch of emails out: % egrep -v "^(#|$)" test_email.txt | sed 's/[EMAIL PROTECTED]:digit:]]*//g' | while read line ; do mutt -F bogus_muttrc -s 'The Subject' ${line} < message_text.txt ; done Currently, bogus_muttrc has this in it: % cat bogus_muttrc set

Re: EMAIL and / or use_from in batch process

2007-11-26 Thread William Yardley
On Mon, Nov 26, 2007 at 04:10:55PM -0500, Todd Zullinger wrote: > William Yardley wrote: > > earlier, it just had "set envelope_from", and I set $EMAIL to the > > address I wanted. This had worked before (with earlier versions of > > 1.5.x), and I'm sure

semi-OT - gcal / ical integration and text/calendar viewer

2007-12-19 Thread William Yardley
Occasionally I have to deal with those lovely meeting / event invitations. I've searched around a little and still haven't found a good, simple, text/calendar viewer. Would be even better to be able to add events to an icalendar / Google Calendar / whatever also, but just viewing would be a good s

Re: set up trash for deleted messages

2008-01-26 Thread William Yardley
On Wed, Jan 16, 2008 at 07:34:24AM +0100, Francis Moreau wrote: > however if mutt considers to implement a very low quality trash, what does > that mean ? > > 1/ Mutt developpers are lazy ;) > 2/ There are so few people needing a trash by default that it > really doesn't worth to implem

sporadic acs characters problem with Mutt in Terminal.app

2009-06-25 Thread William Yardley
Normally, the acs characters in mutt work fine for me (usually using Terminal.app on a Mac, running mutt on an OpenBSD Sparc64 machine). $TERM is currently set to xterm-color (yeah, Thomas D I know), but I believe I have experienced the same problem with TERM set to xterm-xfree86. I don't use t

Re: sporadic acs characters problem with Mutt in Terminal.app

2009-07-01 Thread William Yardley
On Fri, Jun 26, 2009 at 08:47:44AM -0500, Kyle Wheeler wrote: > > Weird... That sounds like something might be wrong either with your > terminal library or your termcap. What terminal do you use, and what's > the value of $TERM? > > (I'm assuming that since you use OpenBSD you know what I'm tal

disabling decrypt when doing body searches / simple patterns

2011-04-18 Thread William Yardley
I noticed some behavior I didn't remember seeing before on a 1.5.21 build recently -- when I did a body search in my sent-mail folder, mutt automatically tried to decrypt every single pgp-encrypted mail in my sent folder (and, since I don't use gpg-agent, seemed to request my passphrase for each on

mailcap for text/html on OS X

2011-07-05 Thread William Yardley
I did some basic web searches, and I can't figure out why this isn't working. If I have this line: text/html; /usr/bin/open %s in my .mailcap, I get the error: "mailcap entry for type text/html not found" when trying to open a file with content-type text/html (same with a trailing semi-colon). I

Re: mailcap for text/html on OS X

2011-07-06 Thread William Yardley
On Tue, Jul 05, 2011 at 10:24:18PM -0500, David Champion wrote: > So that's why you need copiousoutput for viewing automatically when > reading a message (vs. from the attachment menu). You didn't say that's > what you're doing, but I imagine it is. I don't want it to open automatically in my b

Re: Moving IMAP directories about with mutt - is it easy? How to do it?

2011-07-06 Thread William Yardley
On Wed, Jul 06, 2011 at 10:56:13AM +0200, Michael Tatge wrote: > * On Tue, Jul 05, 2011 05:58PM +0100 Chris G (c...@isbd.net) muttered: > > As a result I need to move some IMAP mail from some local backups > > (copies made just before the move) to the new IMAP server. How do I > > do this so that

Re: mailcap for text/html on OS X

2011-07-06 Thread William Yardley
On Wed, Jul 06, 2011 at 11:00:46AM +0100, Christian Ebert wrote: > * William Yardley on Wednesday, July 06, 2011 at 02:02:39 -0700 > > On Tue, Jul 05, 2011 at 10:24:18PM -0500, David Champion wrote: > > > >> So that's why you need copiousoutput for viewing auto

Re: any possibility of Mutt (or Mutt-like) for Android?

2011-10-21 Thread William Yardley
On Fri, Oct 21, 2011 at 06:11:31AM -0700, Ray Van Dolson wrote: > > I use mutt via SSH from my Droid 1 (phys keyboard). It's decent, but > using vi on it is not a pleasant experience :) I've been doing the same thing occasionally on an ipad (only over wireless, though). Works Ok, but yeah... vi