Re: How to move outgoing mails in different mailboxes

2008-01-12 Thread Francis Moreau
On Jan 11, 2008 11:27 PM, Kyle Wheeler [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On Friday, January 11 at 10:30 PM, quoth Francis Moreau:
  So does that mean I can't use this new notation with the version of
  Mutt I'm using: 1.5.14 ? I unfortunately can't test it right now
  cause I'm writting this on a machine where Mutt is not installed.
 
  If so, when is the new release including this new notation planed ?

 The feature was made available in 1.5.10. It is mentioned in the
 UPDATING file, but unfortunately not in the rest of the documentation.


Ah ok, so I probably have this feature.

I was confused because you spoke about the devel version

Thanks
-- 
Francis


Re: How to move outgoing mails in different mailboxes

2008-01-12 Thread Francis Moreau
Hello

On Jan 12, 2008 12:45 AM, Patrick Shanahan [EMAIL PROTECTED] wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 * Kyle Wheeler [EMAIL PROTECTED] [01-11-08 17:28]:
  On Friday, January 11 at 10:30 PM, quoth Francis Moreau:
   So does that mean I can't use this new notation with the version of
   Mutt I'm using: 1.5.14 ? I unfortunately can't test it right now
   cause I'm writting this on a machine where Mutt is not installed.
  
   If so, when is the new release including this new notation planed ?
 
  The feature was made available in 1.5.10. It is mentioned in the
  UPDATING file, but unfortunately not in the rest of the documentation.

 7. Mailbox Shortcuts

There are a number of built in shortcuts which refer to specific
mailboxes. These shortcuts can be used anywhere you are prompted
for a file or mailbox path.

* ! -- refers to your $spoolfile (incoming) mailbox
*  -- refers to your $mbox file
*  -- refers to your $record file
* ^ -- refers to the current mailbox
* - or !! -- refers to the file you've last visited
* ~ -- refers to your home directory
* = or + -- refers to your $folder directory
* @alias -- refers to the default save folder as determined by the
 address of the alias

 mutt-1.5.13-35.1  openSUSE 10.1 x86_64

 - --
 Patrick Shanahan Plainfield, Indiana, USAHOG # US1244711
 http://wahoo.no-ip.org Photo Album:  http://wahoo.no-ip.org/gallery2
 Registered Linux User #207535@ http://counter.li.org
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.2 (GNU/Linux)


Right but the manual on www.mutt.org is out of date.

-- 
Francis


use_envelope_from / envelope_from_address

2008-01-12 Thread spekul

hello list,

after having read through http://wiki.mutt.org/?MuttGuide/Send, i  
tried setting use_envelope_from and envelope_from_address accordingly  
to different sender profiles. i am using mutt 1.4.2.3i, built from  
freebsd ports.


are these variables that only work in mutt development sources aka  
1.5? with those variables set, on startup i get:


Error in /home/spekul/.mutt/profiles/[EMAIL PROTECTED], line 3:  
use_envelope_from: unknown variable
Error in /home/spekul/.mutt/profiles/[EMAIL PROTECTED], line 4:  
envelope_from_address: unknown variable


any ideas?

thanks,

frank



Re: mail2muttalias.py problem

2008-01-12 Thread Michael
* Christian Ebert [EMAIL PROTECTED] [2008-01-12 03:05:31 +0100]:

 * Michael on Friday, January 11, 2008 at 18:23:35 -0700
  I am trying to use mail2muttalias.py with mutt, but when I tap the A
  key, I get the following error:
  
  SyntaxError: Non-ASCII character '\xf6' in file
  /home/mike/.mutt/mail2muttalias.py on line 114, but no encoding
  declared; see http://www.python.org/peps/pep-0263.html for details
  Press any key to continue...
  
  Line 114 of mail2muttalias.py is :
  inp_addresses = listrex (data,
  '?[\s\w\ö\ä\ü\-\ß\_.]*?\s*[EMAIL PROTECTED]?')
  
  Is there anybody on this list that knows the answer to this? 
  I'm not a programmer in any sense of the word...I quit back in the days
  of Commodore basic for the 64 ;) 
  
  I search google, yahoo, comp.mail.mutt, and the mutt-users archives and
  no answer.
 
 Why didn't you just follow the link given in the error message?
 
 Find out the encoding of the mail2muttalias.py file, and then
 insert something like:
 
 # -*- coding: utf-8 -*-
 
 (assuming the file is in utf-8) as the first or second line.
 
 c
 -- 
 Python Mutt utilities http://www.blacktrash.org/hg/muttils/

Thanks Christian. 
After reading what you wrote and reading the webpage again, I finally got it.
Guess I had to sleep on it, and I won't bore/aggrevate you and the list 
with details.

-- 
Estimated amount of glucose used by an adult human brain each day, expressed 
in MMs: 250


  - Harper's Index


Question on 'tmpdir' configuration variable

2008-01-12 Thread Francis Moreau
Hello,

Is it possible to specify a path for this variable which does not
exist and need to be created ?

For example I'd like to do:

set tmpdir = ./.mutt-tmp

Thanks
-- 
Francis


set up trash for deleted messages

2008-01-12 Thread hce
Hi,

I saw some discussions on how to set up a trash for deleted messages,
but could not find details. Could anyone show me:

(a) a setup command to move all deleted messages to a trash file?

(b) A key bind to delete messages in trash permanently?

Thank you.

Jim