Re: New mail not found - what to check?

2008-12-19 Thread Peter Münster
On Fri, Dec 19 2008, Chris G wrote: > > > ... but that's what new mail looks like when the mailboxes previously > weren't there. Are you saying that mutt will only see new mail if the > file existed beforehand? It seems so. You can test it easily with the command "touch". Cheers, Peter -- http

Re: New mail not found - what to check?

2008-12-19 Thread Peter Münster
On Fri, Dec 19 2008, Chris G wrote: > Well something funny is going on, the mail *should* be seen as new > shouldn't it? :- > > chris$ ls -lc --full-time > total 16 > -rw-r--r-- 1 chris chris 4818 2008-12-19 13:04:01.0 + freewant > -rw-r--r-- 1 chris chris 7234 2008-1

Re: text/html vs. text/plain attachments priority

2008-11-16 Thread Peter Münster
On Sun, Nov 16 2008, Chris Jones wrote: > > alternative_order > > .. in my .muttrc is probably not going to be quite as flexible as it > should be. Just an example: # Plain as default: message-hook ~A 'alternative_order text/plain' # But not for a special sender: message-hook '~f [EMAIL PROTEC

Re: text/html vs. text/plain attachments priority

2008-11-16 Thread Peter Münster
On Sun, Nov 16 2008, Chris Jones wrote: > > are affected), could anyone advise how I can fix that and make mutt > choose the text/plain version over the text/html version? You could put something like this in your muttrc: alternative_order text/plain Cheers, Peter -- http://pmrb.free.fr/contac

information about not saved attachments

2008-06-29 Thread Peter Münster
Hello, How could I get information about not saved attachments in the fcc-copy? Pine does it like this (example): X-Content-Type: APPLICATION/zip; name="t-chromato.zip" X-Content-Transfer-Encoding: BASE64 Content-ID: <[EMAIL PROTECTED]> Content-Description: X-Content-Disposition: attachment; fi

Re: Message with utf-8 pound signs in it

2008-03-19 Thread Peter Münster
On Wed, Mar 19 2008, Chris G wrote: > > Only the subject line is wrong ;) Peter -- http://pmrb.free.fr/contact/

Re: Problems with mutt and utf-8, can't talk to itself even!

2008-03-19 Thread Peter Münster
On Wed, Mar 19 2008, Chris G wrote: > However I can't seem to get mutt set up correctly, if I enter symbols > like GB pound signs or accented characters in an E-Mail then when I > view the E-Mail using mutt I see reverse video ? instead of the > correct characters. Hello Chris, Does the terminal

Re: viewing URLs (muttils or lynx?)

2008-03-16 Thread Peter Münster
On Fri, Mar 14 2008, Robert Svoboda wrote: > * Peter Münster <[EMAIL PROTECTED]> [2008-02-17 16:47]: > > How can I tell mutt to fire up an external browser with some URL in the > > message? > > I use xclip way for this as mentioned earlier in this thread > (there i

Re: macro to unset flags and save to folder

2008-02-21 Thread Peter Münster
On Thu, Feb 21 2008, Rejo Zenger wrote: > macro index "\Ca" "set resolve=no\ > N\ > O\ > ^.2008\ > set resolve=yes" > > In one wa

Re: viewing URLs (muttils or lynx?)

2008-02-20 Thread Peter Münster
On Wed, Feb 20 2008, Gary Johnson wrote: > That's what I thought, too, so I modified the w3m code to accept a > new option, -k, that accepts a list of characters that are read at > startup before input is read from the keyboard. The only thing I > ever use it for is as "-k :" in various mutt h

Re: hooks from aliases

2008-02-20 Thread Peter Münster
On Wed, Feb 20 2008, Vladimir Marek wrote: > > set my_list_folders = /list1$|/list2$ > > mailboxes =list1 =list2 > > subscribe [EMAIL PROTECTED] [EMAIL PROTECTED] > > Nice. What exactly are your settings doing? What my_list_folders does? Hello Vladimir, Usage: source "alias-hooks.php $alias_fil

Re: viewing URLs (muttils or lynx?)

2008-02-19 Thread Peter Münster
On Mon, Feb 18 2008, Christian Ebert wrote: > >> I only know how this would work with w3m. > > > > Could you tell me how? > > See Gary's message. Thanks to you and Gary. Indeed, w3m seems to be better that I thought in the beginning. But I'm a bit difficult (I've been using pine for about 10 ye

hooks from aliases

2008-02-19 Thread Peter Münster
Hello, For my personal needs I've written a script to generate hooks from aliases: Input: alias a1 [EMAIL PROTECTED] (Name) alias a2 [EMAIL PROTECTED] (Name) alias a3 [EMAIL PROTECTED] (Name) alias a3 [EMAIL PROTECTED] (Name) alias a1a2 a1,a2 alias a4 [EMAIL PROTECTED] \ (Name) al

Re: viewing URLs (muttils or lynx?)

2008-02-18 Thread Peter Münster
On Mon, Feb 18 2008, Cameron Simpson wrote: > In FVWM I have Alt-H bound to run a script with the URL, eg: > > firefox "`xclip -o`" Hello Cameron, Nice idea! And I think, that I can even make the key-binding dependent on the window-title in fvwm. I only need to install xclip. It's still no

Re: viewing URLs (muttils or lynx?)

2008-02-18 Thread Peter Münster
On Sun, Feb 17 2008, Christian Ebert wrote: > * Peter Münster on Saturday, February 16, 2008 at 23:52:08 +0100 > > Perhaps with lynx, but I'm still searching for a method to start firefox > > from lynx. > > I only know how this would work with w3m. Hello Christi

sig depending on recipient (was: Re: script for generating hooks)

2008-02-16 Thread Peter Münster
On Sat, Feb 16 2008, Joseph wrote: > What hook would you use to set your sig based on the initial user you > have chosen? I suppose a send-hook. Cheers, Peter -- http://pmrb.free.fr/contact/

viewing URLs (muttils or lynx?)

2008-02-16 Thread Peter Münster
Hello, How can I tell mutt to fire up an external browser with some URL in the message? urlview is not ok for me, since I want to keep the context around the URLs. I would like to select a URL for example with the TAB-key, and some other key-press would start "firefox url". Perhaps with lynx, but

script for generating hooks

2008-02-16 Thread Peter Münster
Hello, Before making some scripts, I would like to know, if someone has already done, what I'm looking for, or something similar: A script, that generates fcc- and save-hooks automatically from aliases Example: alias user1 [EMAIL PROTECTED] (Name) alias user2 [EMAIL PROTECTED] (Name) alias twous

Re: copy on a per email basis

2008-02-16 Thread Peter Münster
On Tue, Feb 12 2008, Kyle Wheeler wrote: > the effort of writing it to /dev/null. Unfortunately, you can't use > fcc-hook to specify "nothing". For example, this won't work: > > fcc-hook ~u "" > > I'm not sure why. Hello Kyle, Shouldn't this be considered as a bug, and /dev/null just an

Re: Automatically encrypting to receipients based on the existance

2008-01-27 Thread Peter Münster
On Sun, Jan 27 2008, sigi wrote: > On Sun, Jan 27, 2008 at 05:24:36PM +0100, Nicolas Rachinsky wrote: > > * Clay Barnes <[EMAIL PROTECTED]> [2008-01-26 10:57 -0700]: > > > On 08:30 Sat 26 Jan , Nicolas Rachinsky wrote: > > > > http://www.rachinsky.de/nicolas/mutt.shtml > > > > > > That looks l

Re: Leopard Migration Hammered Mutt

2008-01-26 Thread Peter Münster
On Sat, Jan 26 2008, [EMAIL PROTECTED] wrote: > > PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin" > > Mutt is in /sw/bin/ > > How can I add /sw/bin/ to my path? Hello, Just after logging in, you can enter the command "ls -alrut", that shows in the last lines, the files that ha

Re: encrypt maildir mailboxes

2007-11-27 Thread Peter Münster
On Tue, Nov 27, 2007 at 10:25:32PM +0100, ITSec_Mike wrote: > > Now I would like to encrypt all my maildir folders. > Is there any specific support for this or has anybody any experience with > such a setup? Hello, No, but an encrypted partition, lvm volume, loop device or similar could be an op