Re: [north_side_sox_...@comcast.net: FreeBSD + Mutt + Fills /tmp]

2009-09-20 Thread James Michael Fultz
* Bryan Cassidy [2009-09-20 23:54]: [ ... ] > Sorry, I misread your reply. Long day. Anyway, back to the > topic. I did as you said and created the ~/tmp/mutt dir with > permissions, set the tmp dir in my .muttrc file to ~/tmp/mutt > and then I ran Mutt as I normally would. First, before I > conti

Storing mbox inside of maildirs

2009-09-20 Thread James Michael Fultz
What are opinions on using a maildir for both $spoolfile and $folder with extended maildir subfolders *and* storing mbox folders inside? Does this seem to be a Really Bad Idea or, does anyone else see an appeal in having a single storage point for folders? A little testing has found a configurati

Re: Offical site's uncomplete manual.txt and broken manual.txt.gz

2009-09-23 Thread James Michael Fultz
* Noah Sheppard [2009-09-23 12:36]: > On Wed, Sep 23, 2009 at 06:09:38PM +0200, Michael Wagner wrote: > > * Wu, Yue 23.09.2009 > > > In mutt offical site, the documentation for devel version: > > > > > > text version: http://www.mutt.org/doc/devel/manual.txt > > > > > > is an uncompleted ve

Re: Offical site's uncomplete manual.txt and broken manual.txt.gz

2009-09-23 Thread James Michael Fultz
* Noah Sheppard [2009-09-23 14:44 -0400]: > On Wed, Sep 23, 2009 at 02:37:21PM -0400, James Michael Fultz > wrote: [ ... ] > > Try less and 'col -b manual.txt | less' if the former doesn't > > display cleanly. The col command will strip embedded > > backsp

Re: How to remove empty maildir?

2009-09-23 Thread James Michael Fultz
* "Wu, Yue" [2009-09-24 09:24 +0800]: > Thanks for all replies, mutt uses its own maildir so I have no > issue about the two apps read/write the same maildirs at one > time. > > I don't know sh, and I've tried the following sh script, but it > doesn't work: > > #!/bin/sh > > DIR="~/temp/mails/*

Re: Offical site's uncomplete manual.txt and broken manual.txt.gz

2009-09-24 Thread James Michael Fultz
* "Wu, Yue" [2009-09-25 07:49 +0800]: [ ... ] > Also, I don't know how to view the file as a plain text, when I > try to view it by vim, the garbage charactors full-filled with > my screen. > > `less` is ok. Maybe the file contains many control sequences > that vim can't recorgnize but `less` can

Re: Offical site's uncomplete manual.txt and broken manual.txt.gz

2009-09-24 Thread James Michael Fultz
* "Wu, Yue" [2009-09-25 13:22 +0800]: [ ... ] > Hi James, > > I've tried `col -b` and `col -bp`, both produce errors and stop immatiatly. > > y...@bsd ~ > cat manual.txt | col -b -p > >9.14. Default editor Function Bindings > >col: Illegal byte sequence Curious. While the

Re: Wanted, tool for copying/deleting old messages through a

2009-09-25 Thread James Michael Fultz
* Chris G [2009-09-25 17:15 +0100]: > On Fri, Sep 25, 2009 at 04:35:46PM +0100, Arthur Dent wrote: [...] > > > > I use Archivemail (http://archivemail.sourceforge.net/) > > > > to do exactly what you describe. [...] > > Now as it happens none of those top level directories go down > > beyond 1 lev

Re: Wanted, tool for copying/deleting old messages through a

2009-09-26 Thread James Michael Fultz
* James Michael Fultz [2009-09-25 18:55 -0400]: [...] > If all of your folders are mbox and therefore files, it wouldn't > be difficult to do with some scripting. Oops! Realized I'd missed some things. #! /bin/sh archivedir=~/Mail-archive date=$(date '+%Y-%m-%d') c

Re: How to highlight a mail which sent to me ONLY?

2009-09-26 Thread James Michael Fultz
* bill lam [2009-09-27 12:36 +0800]: > On Sat, 26 Sep 2009, Coeus Wang wrote: > > Hi all, > > I recently use mutt to manage my mails. I want to highlight mails which > > only send to (which has a "+" marker). What code should I add to my > > config files? Thanks a lot! > > perhaps like this, > >

Re: How to highlight a mail which sent to me ONLY?

2009-09-27 Thread James Michael Fultz
* Coeus Wang [2009-09-27 14:20 +0800]: > James Michael Fultz writes: > > [...lack of patterns to match mail addressed exclusively > > to recipient...] > > Thanks a lot. Then it seems there is no effective way to do so? In our > company, too many mails... I have to fi

Re: How to highlight a mail which sent to me ONLY?

2009-09-27 Thread James Michael Fultz
* Coeus Wang [2009-09-27 14:20 +0800]: > James Michael Fultz writes: > > [...lacking patterns to match messages exclusively to the > > recipient...] > Thanks a lot. Then it seems there is no effective way to do so? In our > company, too many mails... I have to filter the ma

Re: How to highlight a mail which sent to me ONLY?

2009-09-27 Thread James Michael Fultz
* Gary Johnson [2009-09-27 00:13 -0700]: > Take a look at the mutt manual, section 4.2.1, Pattern Modifier. > Adding a caret in front of ~p should restrict the match to those > messages addressed only to you. > > color index green black ^~p Can't believe I've managed to overlook this! Glad

Re: How to highlight a mail which sent to me ONLY?

2009-09-28 Thread James Michael Fultz
* Charlie Kester [2009-09-28 13:14 -0700]: On Sun 27 Sep 2009 at 00:15:51 PDT James Michael Fultz wrote: [...] ~p !~h ^To:@.*@ !~h ^Cc: This pattern doesn't match your email address. It only excludes messages with a Cc line and/or two or more addresses on the To line. Yes, it

Re: Send message to address list, located in file

2009-09-29 Thread James Michael Fultz
* Andrey Zhidenkov [2009-09-30 09:59 +0400]: Hello. I want to create alias, for example 'friends' and file, for example ~/.mail_frieds, which contains address list: Andrey Liza ... alias andrey Andrey alias liza Liza alias friends andrey, liza OR alias friends Andrey , Liza The

Re: Can send-hook "set from" take precedence over reverse_name?

2009-10-01 Thread James Michael Fultz
* Marianne Promberger [2009-10-01 09:36 +0100]: [...] send-hook "~t domain.com" 'set from="My Name "' [...] I would like the send-hooks to take precedence over reverse_name. Is this possible? According to the manual, both my_hdr and $reverse_name override $from. So looks you would have

Re: filter sent mail

2009-10-06 Thread James Michael Fultz
* Javier Rojas [2009-10-06 19:43 -0500]: > I have a problem with the mail I send: I'd like it to be filtered > by procmail, just like it is done with the mail I receive, mostly to get > it in the proper mailbox, to get threaded mail. [...] > Any ideas on how to solve this? I feel this is a pretty

Re: filter sent mail

2009-10-06 Thread James Michael Fultz
* Javier Rojas [2009-10-06 23:57 -0500]: > On Tue, Oct 06, 2009 at 10:39:08PM -0400, James Michael Fultz wrote: > > As a solution within Mutt, have you tried fcc-hooks? > > > > <http://www.mutt.org/doc/devel/manual.html#fcc-hook> > > No, but if I read that cor

Re: Terminal for mutt (Poll)

2009-10-08 Thread James Michael Fultz
* Cooper T53 [2009-10-07 21:01 -0500]: > Which terminal do you prefer for mutt? Currently using GNOME Terminal because it works fine for me; not as much because I prefer it above all others. While using KDE, I've happily used Konsole. rxvt and rxvt-unicode have served me well also. Though, xt

Re: Terminal for mutt (Poll)

2009-10-08 Thread James Michael Fultz
* Wu, Yue [2009-10-08 16:31 +0800]: > How to set bg/fg for xterm so that the color is the exact same with > which for console(the real console, not x terminal)? I find console > has the beautiful font displaying and soft seeing fg/bg effect, don't > know how to set it for xterm to the same. (I ha

Re: sort messages by deletion date/time

2010-01-01 Thread James Michael Fultz
* Dennis Yurichev [2010-01-02 03:47 +0200]: > Are there any possible option to sort messages in Trash folder by > date/time of deletion? > Sometimes, you already have few thousand messages in Trash, you delete > some message and you can't find it in Trash. It is possible to sort it > so to see mes

Re: empty trash

2010-01-13 Thread James Michael Fultz
* michele [2010-01-13 11:02 +0100]: > On Wed, Jan 13, 2010 at 10:52:57AM +0100, Christoph Berg wrote: > > T.;d More tersely: D. > Thanks Christoph, it worked! > Is it possible to define a macro that executes this action? I would like > to presso, for example, CTRL+E and have the trash emptied.

Re: Multiple Emails being sent via Gmail

2010-04-05 Thread James Michael Fultz
* Cristopher Thomas [2010-04-05 16:23 -0400]: > I'm using Mutt to handle my Gmail account and every time I send an email > multiple copies show up in my Sent Mail folder and when viewing my inbox > on the web interface, multiple copies show up there as well. Can anyone > tell me what might be cau

Re: Multiple Emails being sent via Gmail

2010-04-05 Thread James Michael Fultz
* Cristopher Thomas [2010-04-05 19:29 -0400]: > It also seems like multiple drafts of messages are being saved when I compose > a message over multiple sessions. Some of the drafts actually seem to be > identical. Is this a similar problem? Some weird way that Gmail handles > drafts? I encount

Re: Multiple Emails being sent via Gmail

2010-04-05 Thread James Michael Fultz
* Cristopher Thomas [2010-04-05 19:40 -0400]: > Ok, eliminating $record works for keeping extraneous emails out of my sent > mail > folder, but I can't decide whether it's Gmail or Mutt still saving a copy to > my Inbox. I'm not sure why that would be happening. > More and more I'm think that