How to edit ^E attachment type permananet?

2007-11-27 Thread Michelle Konzack
Hello, I get Application Notes and Design Guides per E-Mail, but unfortunatly the emiters Perl-Script send it every time as 8<-- To: [EMAIL PROTECTED] From: [EMAIL PROTECTED] Subject: Maxim: MAX16029EVKIT Date: Mon, 19 Nov 2007

Re: Ideas for a Mutt demo

2007-11-27 Thread Michelle Konzack
Am 2007-11-15 20:46:10, schrieb Joe Masters: > I need some ideas as to setting up a demo of Mutt for netphobic users. > Let me explain. > > When my boss complained about the slowness and unease of use of her > graphical windows email client I foolishly mentioned that I used a > client that did not

gzipped mail files?

2007-11-27 Thread Pau Amaro-Seoane
Hi, do you know whether it is possible to work with gzipped files and mutt? I keep every single email I get (apart from spam, of course) and the size of my mail directory is growing too much... With gzip I oculd reduce the size by about 40%. I tried to do it but mutt says it isn't a mail file...

Re: How to edit ^E attachment type permananet?

2007-11-27 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, November 22 at 06:05 AM, quoth Michelle Konzack: > OK, I go into the attachment view and edit the > "application/octet-stream" to "application/pdf" and now I can view > the PDF. Now I leave the mailfolder (it is saved) and swicht to >

Re: gzipped mail files?

2007-11-27 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, November 27 at 05:43 PM, quoth Pau Amaro-Seoane: > do you know whether it is possible to work with gzipped files and > mutt? I do know! And yes, it is possible. > I keep every single email I get (apart from spam, of course) and the > si

Re: How to edit ^E attachment type permananet?

2007-11-27 Thread Christian Brabandt
Hi Michelle! On Thu, 22 Nov 2007, Michelle Konzack wrote: > I get Application Notes and Design Guides per E-Mail, but unfortunatly > the emiters Perl-Script send it every time as > > Question: HOW to edit it permanently? Well Kyle already mentioned mime_lookup. Besides that you could also use

Requested features

2007-11-27 Thread Raffi Khatchadourian
I love the new "next-mailbox-with-new-message" feature. I was wondering if there was anything like "next-mailbox-with-flagged-message"? Also, how about a "compose to sender" command like the one in thunderbird?

Re: Requested features

2007-11-27 Thread Jostein Gogstad
Raffi Khatchadourian: > I love the new "next-mailbox-with-new-message" feature. I was wondering if > there was anything like "next-mailbox-with-flagged-message"? Second that. -- Jostein

Re: Requested features

2007-11-27 Thread Raffi Khatchadourian
On Tue 27.Nov'07 at 22:08:14 +0100, Jostein Gogstad wrote: Raffi Khatchadourian: I love the new "next-mailbox-with-new-message" feature. I was wondering if there was anything like "next-mailbox-with-flagged-message"? Second that. In fact, perhaps this feature could be significantly general b

encrypt maildir mailboxes

2007-11-27 Thread ITSec_Mike
Hi all I plan to run mutt on a dedicated server and accessing it from anywhere through ssh (I retrieve mails from various pop accounts). 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? -- Thanks for any

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

Mutt folds subject lines but Outlook doesn't properly unfold

2007-11-27 Thread Frank Bulk
I searched the archives (and Google) and was unable to find an answer. We were using 1.4.1i, but upgraded to 1.5.17 to take advantage of wildcard-based file attaching. As a result of that change we see that command-line based emails that cron is sending out now are folding the lines. For examp

Re: gzipped mail files?

2007-11-27 Thread Pau Amaro-Seoane
Thanks! I didn't have to apply any patch. There's a precompiled binary for my OS: mutt-1.4.2.3-compressed.tgz (OpenBSD 4.2) After that, you have to add this to your muttrc: open-hook \\.gz$ "gzip -cd %f > %t" close-hook \\.gz$ "gzip -c %t > %f" append-hook \\.gz$ "gzip -c %t >> %f" Thanks a lo

Re: Mutt folds subject lines but Outlook doesn't properly unfold

2007-11-27 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, November 27 at 04:31 PM, quoth Frank Bulk: > For example, what was: > Subject: A DSL modem belonging to username 'username' is constantly > reconnecting (112 times) > in the headers is now: > Subject: A DSL modem belonging to username 'us

Re: Mutt folds subject lines but Outlook doesn't properly unfold

2007-11-27 Thread Frank Bulk
Because I don't have access to the true raw text of the message (because of Outlook), it's hard for me to tell if it's WSP that Outlook is converting to tab or if mutt made it a tab. I'm going to try and packet capture the output from cron to our mail gateway to see if it's a tab or WSP. One of t

Re: Mutt folds subject lines but Outlook doesn't properly unfold

2007-11-27 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, November 27 at 05:33 PM, quoth Frank Bulk: > Because I don't have access to the true raw text of the message (because of > Outlook), it's hard for me to tell if it's WSP that Outlook is converting to > tab or if mutt made it a tab. I'm g

Re: set reply-to error

2007-11-27 Thread hce
On Nov 26, 2007 12:49 PM, Patrick Shanahan <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > * hce <[EMAIL PROTECTED]> [11-25-07 20:30]: > > I've got an error for set "set reply-to=MyEmailAddress". How do you > > set the reply-to? > > set reply_to I've tried, but not

Re: set reply-to error

2007-11-27 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, November 28 at 12:23 PM, quoth hce: >> * hce <[EMAIL PROTECTED]> [11-25-07 20:30]: >>> I've got an error for set "set reply-to=MyEmailAddress". How do you >>> set the reply-to? >> >> set reply_to > > I've tried, but not work either. Wha

Re: set reply-to error

2007-11-27 Thread Patrick Shanahan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * hce <[EMAIL PROTECTED]> [11-27-07 20:25]: > On Nov 26, 2007 12:49 PM, Patrick Shanahan <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > * hce <[EMAIL PROTECTED]> [11-25-07 20:30]: > > > I've got an error for se

Re: Mutt folds subject lines but Outlook doesn't properly unfold

2007-11-27 Thread Frank Bulk - iNAME
Done. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Wheeler Sent: Tuesday, November 27, 2007 5:11 PM To: mutt-users@mutt.org Subject: Re: Mutt folds subject lines but Outlook doesn't properly unfold Unfortunately no... I suggest filing a bug repo

Re: set reply-to error

2007-11-27 Thread hce
On Nov 28, 2007 1:00 PM, Kyle Wheeler <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Wednesday, November 28 at 12:23 PM, quoth hce: > >> * hce <[EMAIL PROTECTED]> [11-25-07 20:30]: > >>> I've got an error for set "set reply-to=MyEmailAddress". How do you > >>> s

Re: set reply-to error

2007-11-27 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, November 28 at 01:45 PM, quoth hce: >>> I've tried, but not work either. >> >> What error do you get? > > set reply_to="[EMAIL PROTECTED]" > > Invalid value. Oh, right. :) Because reply_to is a quadoption (meaning it can have one of fou