Re: Scoring

2009-02-17 Thread Alexandre
Le vendredi 13 février de l'année 2009, vers 22 heures et 10 minutes, Chris 
Willard écrivait:
> Hello All,
> 
> Can someone please explain how scoring works for a beginner? I belong
> to a few mailing lists and some of them have quite a lot of messages.
> 
> As I understand it I can use scoring to filter the messages but I am
> not sure of how to do this and how scoring works!
> 
> Any help would be appreciated.
> 
> Regards,
> 

Hi,

i have that in ~/.muttrc, maybe you could try it:

# to sort mails according score
folder-hook . set sort_aux=score

# best score for my family...
score "~f fam...@family.org" 10

#more examples:
# Add a point to GPG signed messages
score "~g" 1

## Add a point to GPG encrypted messages
score "~G" 1

## Add a point to Flagged messages
score "~F" 1

## Add a point to messages from a known mailing list-
## * Use the, `subscribe' and `lists' command to tell mutt about lists
score "~l" 1

## Add a point to old (unread) messages
score "~O" 1

## Add a point to messages addressed to you-
score "~p" 1

## Add a point to messages from you
score "~P" 1

## Add a point to messages you replied to (using mutt)
score "~Q" 1

## Add a point to read messages
score "~R" 1

## Add a point to messages less than 80,000 bytes-
score "~z 0-8" 1

#If you want to see scoring in messages:
set index_format="%4C %2N %Z %{%b %d} %-15.15F %s"


Alexandre
-- 
---()()()()()()()()()--)()()()()()()()()(---
-()()--()-()-()()--)()(-)(-)(--)()(-
()()()()()()()())()()()()()()()(


Re: Archiving

2009-02-17 Thread Alexandre
Le mercredi 18 février de l'année 2009, vers 10 heures et 46 minutes, Cameron 
Simpson écrivait:
> Maybe you should detail your problems. I use mairix to search archived
> email via a wrapper script that invoked mutt on the mairix result folder
> after the search. Add a cron job to re-index the archives nightly or
> whenever and it's fairly good.

In fact, after mairix research if x messages match, links in my mairix
box seem not to be updated (no message in the box). Then, i think, it
could be a re-index problem indeed; as you mention it. And cron job must
be a solution to avoid such mistake. Thank you for reply. If problem
persists i'll come back with more precisions. If not, archive-mail and
mairix could be a good solution for archieving.

-- 
---()()()()()()()()()--)()()()()()()()()(---
-()()--()-()-()()--)()(-)(-)(--)()(-
()()()()()()()())()()()()()()()(


No mail notification

2009-02-17 Thread Rem P Roberti
This is the first time this has happened.  I just installed a new
mailbox for mail coming from a new list subscription.  Everthing works
including Procmail which places the mail in the right place.  The only
thing that doesn't work is that I don't get any notification of new mail
for this mailbox.  I checked my .muttrc, and the entries for this new
mailbox are correct, which is to say just the same as the entries for
all the other mailboxes.  Still no notifications of new mail.  Any ideas
on what might be wrong?  At this point all I can do is remember to check
in the mailbox from time to time for new mail.  

--Rem


Re: using mutt with comcast

2009-02-17 Thread Kevin Mitchell
On Mon, Feb 16, 2009 at 05:51:35PM +, Don Raikes wrote:

Hey:

I use smtp.comcast.net without any problems with mutt. I send it with
msmtp. here is my .msmtprc file:

account default
host smtp.comcast.net
port 25
from @comcast.net
 
auth on
password 
logfile ~/.mstp.log

When i configured .msmtprc  I had to specify port 25 although the man
page said that was the default port 

> Hello,
> 
> Has anyone had any success using mutt to send email using the comcast smtp 
> service?
> 
> I have comcast as my ISP, and while according to comcast I should be able to 
> use 
> 
> smtp.comcast.net:25 as my smtp host, whenever I try to send email, I get an 
> error saying that it is an invalid smtp host.
> 
> Has anyone gotten this to work?
> I have comcast residential internet service in Arizona USA.
> 
> -- 
> Oracle 
> Donald Raikes | Accessibility Specialist
> Phone: +1 602 824 6213 | Fax: +1 520 744 0826 | Mobile: +1 520 271 7608 
> Oracle JDeveloper Quality Assurance
> | Tucson, Arizona 
> 
> Green Oracle Oracle is committed to 
> developing practices and products that help protect the environment  


Re: Archiving

2009-02-17 Thread Cameron Simpson
On 17Feb2009 14:09, Alexandre  wrote:
| Le jeudi 12 février de l'année 2009, vers 18 heures et 07 minutes, Michael 
Pobega écrivait:
| > I use archive-mail in a Cronjob. It checks by date, so for high traffic
| > mailing lists I have it archiving mail 15 days old, and for low traffic
| > mailing lists 30 days, etc.
| 
| Hi, i use archive-mail too. But how do you search in you archives?
| Sincerely, i have some problems with mairix... even if i can open
| folder.gz and search with mutt after.

Maybe you should detail your problems. I use mairix to search archived
email via a wrapper script that invoked mutt on the mairix result folder
after the search. Add a cron job to re-index the archives nightly or
whenever and it's fairly good.
-- 
Cameron Simpson  DoD#743
http://www.cskk.ezoshosting.com/cs/

This information is absolutely reliable; I read it on Usenet somewhere.
- sc...@festival.ed.ac.uk (Scott Larnach)


Re: How to change dynamically the From hdr?

2009-02-17 Thread Brian Salter-Duke
On Mon, Feb 16, 2009 at 10:56:44PM -0500, Ed Blackman wrote:
> On Tue, Feb 17, 2009 at 01:16:14AM +0100, Ennio-Sr wrote:
>> I commented all my .muttrc lines referring to 'unhook' and 'send-hook'
>> and adapted the lines you suggested to my addresses. Still nothing
>> happens when I press 'z'!
>
> Are you sure you're in the compose menu when you press 'z'?  You should  
> see "-- Mutt: Compose" in the lower left.
>
>> Moreover, when I compose a new message, my 'From' hdr reads:
>> From: Identity_default
>
> Yeah, I did that deliberately to remind myself of the option.  You might  
> want to change the "set from=" line and the "send-hook" lines to have  
> actual addresses if you don't want that in your editor.
>
> The compose menu is what you get *after* you've saved your message and  
> exited the editor.

I think the OP did not realise this. You hit 'z' before you normally hit
'y' to send. I did not get around to checking htis until yesterday and
it works fine and is really usefull. Thanks.

Brian.
> Ed



-- 
"There is no reason anyone would want a computer in their home."
--Ken Olson, president, chairman and founder of Digital Equipment Corp., 1977
Brian Salter-Duke (Brian Duke) Email: b_duke(AT)bigpond(DOT)net(DOT)au



Re: newbie install

2009-02-17 Thread Brandon Sandrowicz
On Mon, Feb 16, 2009 at 08:36:01AM -0700, Paul E Condon wrote:
> Even today an MTA is needed for hosts that have special uses.
> Firewalls, etc.  On these machines there are a bunch of daemon
> processes, which can get into trouble, and need to be able to call for
> help. On Debian, and likely othe distributions, this is done by
> sending local email to root. The sysadmin is supposed to look at this
> spool periodically. Without an automatic install of a MTA, this idea
> would be already broken out of the box. Debian has choosen Exim/Exim4
> for this function in the base system. If you install some other MTA
> or intend to rely on your MUA for MTA services, you may not be able
> to remove the MTA that the distribution provided, unless you make 
> sure that your substitute is actually handling this 'hidden' email
> traffic. There are daemons on your computer that may, some day, need
> to talk to you.

Sorry, I was mostly referring to people running a Linux desktop. Most
people in such a use-case nowadays, aren't operating their system as a
server or old mainframe (which is the way most of these tools were
designed). I use them all the time, but in a general sense (for desktop
use) it's not used. The spool would just fill up with such messages and
no one would be looking at them.

-- 
Brandon Sandrowicz

email:  bsand...@gmail.com
cell:   +1 503 481 3865


Re: binding control-up, control-down

2009-02-17 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday, February 17 at 09:37 AM, quoth Sven Hergenhahn:
>Hi Kyle,
>
>Kyle Wheeler schrieb:
>> On Monday, February 16 at 02:31 PM, quoth Sven Hergenhahn:
>>> I'm trying to bind control-up and control-down.
>> 
>> the way to find out if mutt can see those characters is to use 
>> the  function
>
>Thanks. Tried that and it returned
>
>Char = A, Oktal = 101, Dezimal = 65

Interesting.

One of the common key sequences generated by the "up" key is ^[[A (in 
other words, escape-leftbracket-A). It almost looks like what-key saw 
only the last part of that.

What do you get in a shell if you type control-V then control-up?

On my system, I get: ^[[1;5A

So, on my system, the way to bind that to something in mutt would be:

 bindindex[1;5Aprevious-entry

Since that key sequence doesn't have a name in the termcap, the 
what-key function treats its components individually (it just showed 
you the last letter: A).

>Seems this is not possible, at least not in screen.

Oh, in SCREEN? You didn't mention that before. That's probably going 
to make it a bit unreliable.

~Kyle
- -- 
If I were you, I'd run!
- -- Mesh-Head
If you were me, you'd be good-looking.
- -- the Six-String Samurai
-BEGIN PGP SIGNATURE-
Comment: Thank you for using encryption!

iEYEARECAAYFAkma7PAACgkQBkIOoMqOI14GOACgl+r+6d32xHS19uC/ecptEa2P
uR8AoNgNVhI/WNBNbcnsBXpHj0/5EWSm
=KmYA
-END PGP SIGNATURE-


Re: experiences with offlineimap

2009-02-17 Thread Nicolas Sebrecht

On Mon, Feb 16, 2009 at 01:55:49PM -0600, Kevin Beranek wrote:

> > offlineimap has its own mailing list.
> 
> I'm supposedly subscribed to it but I never get any of the messages so I
> figured I probably couldn't send any emails to it.

Then, you should open a bug. I didn't try to subscribe but the website
says "you can subscribe here...". Maybe there's something wrong with the
mailing list. If it doesn't exist anymore, the website should be
updated.

> Thanks for the response.  The problems have become less frequent with
> successive versions; maybe I'll just have to follow the repo more
> closely for a while.

I hope so. Also, you can open a bug to explain your problem and ask for
a step by step proccess to know how give more relevant information.

However, you should have some time to waste that way.

-- 
Nicolas Sebrecht



Re: Archiving

2009-02-17 Thread Alexandre
Le jeudi 12 février de l'année 2009, vers 18 heures et 07 minutes, Michael 
Pobega écrivait:
> I use archive-mail in a Cronjob. It checks by date, so for high traffic
> mailing lists I have it archiving mail 15 days old, and for low traffic
> mailing lists 30 days, etc.

Hi, i use archive-mail too. But how do you search in you archives?
Sincerely, i have some problems with mairix... even if i can open
folder.gz and search with mutt after.

Then archive-mail i a good solution for me too but i am still looking
for a better solution to search mails.

-- 
---()()()()()()()()()--)()()()()()()()()(---
-()()--()-()-()()--)()(-)(-)(--)()(-
()()()()()()()())()()()()()()()(


Re: binding control-up, control-down

2009-02-17 Thread Sven Hergenhahn
Hi Kyle,

Kyle Wheeler schrieb:
> On Monday, February 16 at 02:31 PM, quoth Sven Hergenhahn:
>> I'm trying to bind control-up and control-down.
> 
> the way to find out if mutt can see those characters is to use 
> the  function

Thanks. Tried that and it returned

Char = A, Oktal = 101, Dezimal = 65

Tried \101 then and also \65, but none of them worked. I just get "key
not bound".

Seems this is not possible, at least not in screen.

Thanks anyway and for pointing me at what-key - seems pretty useful.

Cheers,
Sven