Re: Muttrc example needed POP3/SMTP

2017-02-02 Thread dale

On 2/2/17 9:44 PM, sunrise wrote:

I would like to start using mutt but am somewhat intimidated by all the 
possible options
in the muttrc config file. Would someone be willing to provide me with a basic 
muttrc I
could use to get started?

Here is what I'm looking for:

* POP3 (one provider) for retrieving messages
* SMTP for sending
* Mail stored in maildir format in $HOME

Using Mutt 1.5.21

Thanks!




I think there is an example .muttrc in /etc/mutt

--
dale | http://www.dalekelly.org


Re: mutt smtp/pop

2016-07-29 Thread dale

On 07/28/2016 09:00 PM, Nathan Stratton Treadway wrote:

On Thu, Jul 28, 2016 at 20:23:49 -0400, dale wrote:

On 07/28/2016 07:39 PM, dale wrote:

On 07/28/2016 04:10 PM, Grant Edwards wrote:

On 2016-07-28, dale <d...@dalekelly.org> wrote:


I get a reply from my ISP when I try to directly send, no message when I
use SMTP


How do you "directly send" without using SMTP?



with the default sending mechanism that came with it before I configured
SMTP variables


I believe the default is to use the "sendmail" command to submit the
message to the local mail delivery system.  (But it sounds like the
local delivery system is unable to actually send the outgoing message,
presumably because it is trying to use the smtp port in its delivery
attempts, too.)



note that I can use the same SMTP configuration in thunderbird, icedove
and agent


If those programs are able to send outgoing email successfully, check
their configuration carefully.  Most likely they are configured to use
the "submission" port (587) instead of the "smtp" port (25) (and your
ISP allows traffic to the former but not the latter).

Nathan





the following link led me to use port 465 and specify smtps

http://unix.stackexchange.com/questions/128004/mutt-not-sending-email-when-specifying-smtp-server

this is the line in my .muttrc that made it work

set smtp_url="smtps://d...@dalekelly.org@smtpout.secureserver.net:465"

hope it doesn't change ...

thanks for all the help





--
dale
http://www.dalekelly.org


Re: mutt smtp/pop

2016-07-28 Thread dale

On 07/28/2016 09:00 PM, Nathan Stratton Treadway wrote:

On Thu, Jul 28, 2016 at 20:23:49 -0400, dale wrote:

On 07/28/2016 07:39 PM, dale wrote:

On 07/28/2016 04:10 PM, Grant Edwards wrote:

On 2016-07-28, dale <d...@dalekelly.org> wrote:


I get a reply from my ISP when I try to directly send, no message when I
use SMTP


How do you "directly send" without using SMTP?



with the default sending mechanism that came with it before I configured
SMTP variables


I believe the default is to use the "sendmail" command to submit the
message to the local mail delivery system.  (But it sounds like the
local delivery system is unable to actually send the outgoing message,
presumably because it is trying to use the smtp port in its delivery
attempts, too.)



note that I can use the same SMTP configuration in thunderbird, icedove
and agent


If those programs are able to send outgoing email successfully, check
their configuration carefully.  Most likely they are configured to use
the "submission" port (587) instead of the "smtp" port (25) (and your
ISP allows traffic to the former but not the latter).

Nathan




Thanks, got a routing error with port 587, pressed q a lot of times than 
cancelled the terminal because I want to start over and see any 
progression of messages and copy them besides just the routing error, 
now regardless of many times I switch the port my ,muttrc back and forth 
can't get the routing error to pop up, same with no port


might not have a fully qualified domain name set up in my /etc/hosts and 
/etc/hostname , I recall a good Ubuntu Forums guide for this but during 
reconfigs didn't save the link, I'll look around


Thanks again,


--
Dale
http://www.dalekelly.org


Re: mutt smtp/pop

2016-07-28 Thread dale

On 07/28/2016 07:39 PM, dale wrote:

On 07/28/2016 04:10 PM, Grant Edwards wrote:

On 2016-07-28, dale <d...@dalekelly.org> wrote:


I get a reply from my ISP when I try to directly send, no message when I
use SMTP


How do you "directly send" without using SMTP?



with the default sending mechanism that came with it before I configured
SMTP variables

Debian GNU/Linux 8 (jessie) 64-bit

and

Mutt 1.5.23-3 which came installed as I saw in the package manager

mentioned ESMTP in description ...

I'm probably wrong



note that I can use the same SMTP configuration in thunderbird, icedove 
and agent


--
Dale
http://www.dalekelly.org


Re: mutt smtp/pop

2016-07-28 Thread dale

On 07/28/2016 04:10 PM, Grant Edwards wrote:

On 2016-07-28, dale <d...@dalekelly.org> wrote:


I get a reply from my ISP when I try to directly send, no message when I
use SMTP


How do you "directly send" without using SMTP?



with the default sending mechanism that came with it before I configured 
SMTP variables


Debian GNU/Linux 8 (jessie) 64-bit

and

Mutt 1.5.23-3 which came installed as I saw in the package manager

mentioned ESMTP in description ...

I'm probably wrong

--
Dale
http://www.dalekelly.org


Re: mutt smtp/pop

2016-07-28 Thread dale

On 07/28/2016 01:46 PM, hy...@lactose.homelinux.net wrote:

dale writes:

my ISP doesn't allow direct email



set smtp_url="smtp://d...@dalekelly.org@smtpout.secureserver.net:25"



I get the following messages
Connecting to smtpout.secureserver.net...
Could not connect to smtpout.secureserver.net (Interrupted system call).


It's very likely that your ISP is blocking access to port 25.  Many of
them do.

--hymie! http://lactose.homelinux.net/~hymiehy...@lactose.homelinux.net




I get a reply from my ISP when I try to directly send, no message when I 
use SMTP


I can use SMTP in other programs

--
Dale
http://www.dalekelly.org


mutt smtp/pop

2016-07-28 Thread dale
I used to use Mutt on Ubuntu from the repository and got it to work 
except for smtp TLS, my ISP doesn't allow direct email, still doesn't I 
get a reply mail saying so


I am now using

Debian GNU/Linux 8 (jessie) 64-bit

and

Mutt 1.5.23-3 which came installed as I saw in the package manager

I copied /etc/Muttrc to ~/.muttrc

and like before added

set realname="Dale"
set from="d...@dalekelly.org"

set smtp_url="smtp://d...@dalekelly.org@smtpout.secureserver.net:25"

set smtp_pass="password"

set pop_host="pop://d...@dalekelly.org@pop.secureserver.net:110"

set pop_pass="password"

I get the following messages
Connecting to smtpout.secureserver.net...
Could not connect to smtpout.secureserver.net (Interrupted system call).

pop works

I noticed ESMTP support declaration in the package manager description, 
could there be a conflict?


--
Dale
http://www.dalekelly.org


mutt/vim line wrap configuration

2014-11-19 Thread Dale
read in the docs and on google

this line in my ~/.slrnrc
set editor=vim +':set textwidth=0' +':set wrapmargin=0' +':set wrap'

seems to wraps when I type or copy/paste into vim

but when I read the message, Mutt has a plus sign in front of each wrapped line

I will check the docs for line/word wrapping further

but if any one can help me keep what I got and just get rid of the plus sign I 
would appreciate it

thanks

-- 
(my whereabouts below)
http://www.dalekelly.org


Re: mutt/vim line wrap configuration

2014-11-19 Thread Dale
On Wed, Nov 19, 2014 at 03:15:15PM -0500, Dale wrote:
 read in the docs and on google
 
 this line in my ~/.slrnrc

ofcourse I mean ~/.muttrc

having a problem with slrn/vim too
when I press W slrn puts a space in front of each wrapped line
having this discussion on the slrn list

 set editor=vim +':set textwidth=0' +':set wrapmargin=0' +':set wrap'
 
 seems to wraps when I type or copy/paste into vim
 
 but when I read the message, Mutt has a plus sign in front of each wrapped 
 line
 
 I will check the docs for line/word wrapping further
 
 but if any one can help me keep what I got and just get rid of the plus sign 
 I would appreciate it
 
 thanks
 
 -- 
 (my whereabouts below)
 http://www.dalekelly.org
 

-- 
(my whereabouts below)
http://www.dalekelly.org


Re: mutt/vim line wrap configuration

2014-11-19 Thread Dale
On Wed, Nov 19, 2014 at 08:34:15PM +, John Long wrote:
 On Wed, Nov 19, 2014 at 03:15:15PM -0500, Dale wrote:
  read in the docs and on google
  
  this line in my ~/.slrnrc
  set editor=vim +':set textwidth=0' +':set wrapmargin=0' +':set wrap'
  
  seems to wraps when I type or copy/paste into vim
 
 Problem solved!

not yet, when I type, as opposed to cut/paste, it wraps but it puts a plus sign 
in front of each line, this would be especially troublesome with URLs


 
  but when I read the message, Mutt has a plus sign in front of each wrapped
  line
 
 Yes, mutt is wrapping in the viewer. It does not change the content of the
 email you received, for good reason. When you use Mutt you quickly become
 aware of just how _bad_ most email clients are. Yahoo is such a joy with their
 brain freezing text followed by the same thing in HTML. 
 
 /jl
 
 -- 
 ASCII ribbon campaign ( ) Powered by Lemote Fuloong
  against HTML e-mail   X  Loongson MIPS and OpenBSD
and proprietary/ \http://www.mutt.org
  attachments /   \  Code Blue or Go Home!
  Encrypted email preferred  PGP Key 2048R/DA65BC04 
 

-- 
(my whereabouts below)
http://www.dalekelly.org


where I am at with line wrap

2014-11-19 Thread Dale
I have been looking through mutt, nano and vim docs
and web pages for about 8 hours and I can't get this
any further than before

this is what was suggested and I added to my ~/.muttrc

set wrap=72
set smart_wrap
set editor=nano -r 75

my terminal is set at 80x24

if I type less than 80 chars nothing is wrong

if I paste something that is already wrapped less than 80 chars,
nothing is wrong

if I type pasted 80 chars, nano has this weird dollar sign thing going
on, and when I post it says the line is more than 80 chars and is
not wrapped, I have to force send

when I read the forced send in mutt it displays a plus sign
in front of each wrapped line, not a big deal except for URLs

when I read the forced send in thunderbird, it is not wrapped,
just one big line

didn't do anything to my ~/.nanorc file yet, but was thinking
I should since I use nano for slrn too

here are some other things I came across for ~/.muttrc

set nowrap
set softwrap
set wrap_method

but I returned to the suggestions above

any suggestions appreciated

-- 
(my whereabouts below)
http://www.dalekelly.org


Re: SOLVED, mutt/vim line wrap configuration

2014-11-19 Thread Dale
On Wed, Nov 19, 2014 at 04:26:43PM -0500, Dale wrote:
 On Wed, Nov 19, 2014 at 08:34:15PM +, John Long wrote:
  On Wed, Nov 19, 2014 at 03:15:15PM -0500, Dale wrote:
   read in the docs and on google
   
   this line in my ~/.slrnrc
   set editor=vim +':set textwidth=0' +':set wrapmargin=0' +':set wrap'
   
   seems to wraps when I type or copy/paste into vim
  
  Problem solved!
 
 not yet, when I type, as opposed to cut/paste, it wraps but it puts a plus 
 sign in front of each line, this would be especially troublesome with URLs
 
 
  
   but when I read the message, Mutt has a plus sign in front of each wrapped
   line

editing as follows does the wrap and does away with the plus sign

set editor=vim +':set textwidth=0' +':set wrapmargin=0' +':set wrap'
unset markers



  
  Yes, mutt is wrapping in the viewer. It does not change the content of the
  email you received, for good reason. When you use Mutt you quickly become
  aware of just how _bad_ most email clients are. Yahoo is such a joy with 
  their
  brain freezing text followed by the same thing in HTML. 
  
  /jl
  
  -- 
  ASCII ribbon campaign ( ) Powered by Lemote Fuloong
   against HTML e-mail   X  Loongson MIPS and OpenBSD
 and proprietary/ \http://www.mutt.org
   attachments /   \  Code Blue or Go Home!
   Encrypted email preferred  PGP Key 2048R/DA65BC04 
  
 
 -- 
 (my whereabouts below)
 http://www.dalekelly.org
 

-- 
(my whereabouts below)
http://www.dalekelly.org


line wrap with editors

2014-11-18 Thread Dale
seem to have line wrap problems with
nano and vi(vim?)

how can I fix this or use gedit,emacs

thanks

-- 
(my whereabouts below)
http://www.dalekelly.org


Re: line wrap with editors

2014-11-18 Thread Dale
On Tue, Nov 18, 2014 at 09:05:40PM +0100, John Niendorf wrote:
 I use nano which I think is the default editor in Ubuntu.
 I have this in my .muttrc file:
 
 set wrap=78
 set smart_wrap
 set editor=nano -r 75
 
 and it seems to work well.

this works for things I copy/cut and paste, but typing does
not yet wrap, a $ comes up, then when I receive the message
a + is in front of the line where it is wrapped

thanks


 
 On Tue, Nov 18, 2014 at 02:12:27PM -0500, Dale wrote:
 seem to have line wrap problems with
 nano and vi(vim?)
 
 how can I fix this or use gedit,emacs
 
 thanks
 
 -- 
 (my whereabouts below)
 http://www.dalekelly.org
 
 -- 
 John
 

-- 
(my whereabouts below)
http://www.dalekelly.org


Re: line wrap with editors

2014-11-18 Thread Dale
On Tue, Nov 18, 2014 at 06:52:01PM -0500, Patrick Shanahan wrote:
 * Dale d...@dalekelly.org [11-18-14 18:37]:
  On Tue, Nov 18, 2014 at 09:05:40PM +0100, John Niendorf wrote:
   I use nano which I think is the default editor in Ubuntu.
   I have this in my .muttrc file:
   
   set wrap=78
   set smart_wrap
   set editor=nano -r 75
   
   and it seems to work well.
  
  this works for things I copy/cut and paste, but typing does
  not yet wrap, a $ comes up, then when I receive the message
  a + is in front of the line where it is wrapped
  
  thanks
  
  
   
   On Tue, Nov 18, 2014 at 02:12:27PM -0500, Dale wrote:
   seem to have line wrap problems with
   nano and vi(vim?)
   
   how can I fix this or use gedit,emacs
   
   thanks
   
   -- 
   (my whereabouts below)
   http://www.dalekelly.org
   
   -- 
   John
   
  
  -- 
  (my whereabouts below)
  http://www.dalekelly.org
 
 What do you suppose causes that to happen?

no setting in config file, or setting in config file I
have to change


 
 -- 
 (paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
 http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
 http://wahoo.no-ip.orgPhoto Album: http://wahoo.no-ip.org/gallery2
 Registered Linux User #207535@ http://linuxcounter.net
 

-- 
(my whereabouts below)
http://www.dalekelly.org


HOWTO Ubuntu/mutt as promised

2014-11-15 Thread Dale
I am using Ubuntu 14.04 LTS, and its version of mutt

there is a link in the site in my signature
explaining the details of
how I got it configured to work, the meat of the
solution came on the mailingh list when someone
said I had to include double quotes around the
smtp_url variable

thanks for all the help here and on the usenet group
from all the honorable gurus

-- 
(my whereabouts below)
http://www.dalekelly.org


Re: pgpewrap

2014-03-21 Thread Dale A. Raby
First, thanks for the tip, second, I appologize for my bad nettiquette.
I noticed shortly after I'd hit the y key that I hadn't replied to the
list.  I tried to abort, but was apparently too late.  I suppose I could
have sent a second message out, but then you'd have gotten two
duplicates, which might have been even more irritating.  I guessed
(correctly, as it turned out) that you would reply to the list and thus
correct my error.  The keyboard lashing was well deserved, though.  As
you may have guessed, I am more a lurker than a poster.  Gun salesmen
don't usually have much to contribute to technical subjects like this
and the fine manual usually answers any questions I have.

locate pgpewrap returned:

[dale@localhost ~]$ locate pgpewrap
/usr/bin/pgpewrap
/usr/share/man/man1/pgpewrap.1.gz
[dale@localhost ~]$ 

So apparently Fedora moved my cheese so to speak.  I'll edit my .muttrc
file and see if that corrects the flea.  Useful utility this locate
command!  Time to replace my dog-eared copy of Running Linux and review
the CLI features.

Stay tuned.

Dale

On Thu, Mar 20, 2014 at 08:42:54PM -0400, Patrick Shanahan wrote:
 * Dale A. Raby daler...@gmail.com [03-20-14 20:10]:
  Thanks for the reply.  The original complaint was:
  
  [dale@localhost ~]$ mutt
  sh: /usr/lib/mutt/pgpewrap: No such file or directory
  Press any key to continue...
  
  Your grep command returned:
  
  [dale@localhost ~]$ grep -i wrap /etc/muttrc ~/.muttrc
  grep: /etc/muttrc: No such file or directory
  /home/dale/.muttrc:set pgp_encrypt_only_command=/usr/lib/mutt/pgpewrap
  /usr/bin/gpg --batch --quiet --no-verbose --output - --encrypt
  --textmode --armor --always-trust --encrypt-to 5B707677 -- -r %r -- %f
  /home/dale/.muttrc:set pgp_encrypt_sign_command=/usr/lib/mutt/pgpewrap
  /usr/bin/gpg --passphrase-fd 0 --batch --quiet --no-verbose --textmode
  --output - --encrypt --sign %?a?-u %a? --armor --always-trust
  --encrypt-to 5B707677 -- -r %r -- %f
  [dale@localhost ~]$ 
  
  This kind of has me mystified.
 
 I'm not supprised.  Try:
   locate pgpewrap
 
 ps: This conversations began on-list and I see no compelling reason to
 take it private so I have replied on-list.  *Do* *Not* take list
 conversations private unless there are *very* compelling reasons.  Someone
 else may have similar problems and not benefit from the results.  
 -- 
 (paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
 http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
 http://wahoo.no-ip.orgPhoto Album: http://wahoo.no-ip.org/gallery2
 Registered Linux User #207535@ http://linuxcounter.net

-- 
Buy my book:  777 Bon Mots for Gunslingers and Other Real Men.  
Available from most online book sellers.


Re: pgpewrap

2014-03-21 Thread Dale A. Raby
Editing the .muttrc file so as to show the correct path to the pgpewrap
directory evicted the flea.

Thanks,

Dale

-- 
Buy my book:  777 Bon Mots for Gunslingers and Other Real Men.  
Available from most online book sellers.


pgppPbT_UMpV5.pgp
Description: PGP signature


pgpewrap

2014-03-20 Thread Dale A. Raby
I have migrated my .muttrc from a Mint distribution to a Fedora 20, but
am now getting complaints from Mutt upon invoking GPG having to to with
the pgpewrap file.  Anybody else notice this?
-- 
Buy my book:  777 Bon Mots for Gunslingers and Other Real Men.  
Available from most online book sellers.


Re: Download multiple attachments at once

2013-07-27 Thread Dale Raby
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

You could make an archive of the files and call it something like
sisterphotos.tar.gz.  This is what I do when I am sending more than
two or three attachments.

This way you only have one file to attach.  The downside is that the
recipient must have appropriate knowledge/software to unpack the
archive. Applications like Fileroller and G-zip come to mind, but
there are command line tools that accomplish the same thing.

On 07/26/2013 06:06 PM, John Niendorf wrote:
 Hi Mutt-folks,
 
 Today as I was saving about 20 photos I received from my sister, I 
 thought I wonder if there is a way to save all of the images
 attached to an email in one swoop as opposed to hitting s for each
 one. How do you guys manage attachments?
 


- -- 
Dale A. Raby

Buy My Book: 777 Bon Mots for Gunslingers and Other Real Men

Available at Amazon, Google Books, Barnes  Noble, Book Tango, and
other online book stores.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.13 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlHz7H0ACgkQq4gfK1twdnfuGQCgz9qhGpgpg4CGPDcUFfTFRjQc
kJoAnicvf7OEA/mm8OgwoO4cyTeB/Beb
=LdjE
-END PGP SIGNATURE-


Re: I have forgotten ...

2013-06-20 Thread Dale A. Raby
On Thu, Jun 20, 2013 at 08:35:25AM -0600, Paul E Condon wrote:
 I am having a mental block, and cannot remember how to
 wrap text in Emacs while composing an email. Specifically,
 I need help remembering what key, or keys, should be
 pressed after selecting a region of text to get that 
 region reflowed according to the current settings.
 I am using Debian Wheezy. I am using Mutt and Emacs as
 installed by the Debian installer. Or maybe I have also
 forgotten some special configuring that I had to do to
 get this reflow working.
 
 I really don't need to be told RTFM. I am 80 yrs old. 
 I forget things. 
 Please help
 
 -- 
 Paul E Condon   
 pecon...@mesanetworks.net
 
I am 56 and also forget things... that's maybe what manuals are for? ;)
I normally just start Googling and usually find an answer somewhere.
List requests work though.

Dale
-- 
Think nobody intercepts email?  Think again!  Gnu Privacy Guard.  Not
just for spies.



signature.asc
Description: Digital signature


Re: Why sign every message? (was Re: Sending attachments without crypt_autosign

2013-03-06 Thread Dale Raby
I sign most of my messages, even though I only know a few people who
actively use GnuPG/PGP.  As I see it, this is one way of promoting
encryption.  I.e.: What is that block of gibberish you have at the end
of your emails?  That, my friend is my public key.  If you have the
right software you can verify that I sent you that message, and we can
even send encrypted emails that nobody else can read but us. 
Really?!  Tell me more!

As things are now, all kinds of personal info is sent in the clear as if
it can't be read... its like writing a love letter on the back of an old
style post card, and most people are oblivious to this fact.  I once
advised an attorney I was acquainted with to start using encryption. 
His response was; Don't encrypt anything, have nothing to hide in the
first place.  He is now serving what will probably be a life sentence
for conspiring to blow up his wife's car with her in it.  He says he is
innocent, and the circumstances of his trial are sketchy at best.  Key
evidence at his trial?  You guessed it, unencrypted emails.

All person-to-person email should be encrypted.  Even if you think you
have no secrets, you might be surprised what can be garnered from a
month or two of intercepted emails.  Hushmail type accounts are no
substitute since they are not really secure.

Even more fun... and more secure, is using steganography
(i.e.:Steghide/SteGUI) to embed a PGP encrypted message into a picture
of Aunt Sue at the beach.  (Paranoia can be fun!)

I see no problem in signing list posts.  For those who want to verify
them, its easy to set up, those who don't can ignore them just as
easily.  Its not like you are printing them out and reading them from
paper, after all.

Dale

On 03/06/2013 02:46 AM, Florian Lohoff wrote:
 Signing a mail is a sign of - i'd like to get all mails encrypted -
 this is the key i am using. Flo 




signature.asc
Description: OpenPGP digital signature


changing the query command

2013-01-19 Thread Dale A. Raby
Hello:

I've started using Abook recently and run into a minor irritation; when
hitting the shift Q key sequence, all is well and I am prompted for
my query, but if I forget to hit the shift key, Mutt correctly
interprets the command to quit and I have to relaunch the application.

Other than not forgetting to hit the shift key, is there a way to
avoid this?  Can I somehow change the command to s for search or
something?

Thanks,

Dale
-- 
Think nobody intercepts email?  Think again!  Gnu Privacy Guard.  Not
just for spies.



signature.asc
Description: Digital signature


Re: Question about PGP and mutt

2013-01-10 Thread Dale A. Raby
On Thu, Jan 10, 2013 at 01:37:54PM +0100, Andreas Hanke wrote:
 Hello together,
 
 I have a question about PGP and mutt!
 
 gpg2 works fine on my system, I have already tested that.
 
 In my .muttrc I have that added:
 
 /opt/mutt-1.5.21/contrib/gpg.rc

So far as I am aware, you do not really need a gpg.rc file, or is it a
.gpgrc?

You do, however, need quite a bit in your .muttrc.  This is the relevant
portion of my .muttrc, which works just fine.  I am using GnuPG, the
open-source equivalent, but it should work the same.

You will have to replace the email address associated with your PGP key,
and your key code, (both are in parentheses below)
but otherwise, you should be able to simply cut and paste this into your
current .muttrc file and have secure email.

You may test it on me if you wish.  PGP email can be difficult to set up, but
once working, it seems pretty stable.

Enjoy:

#paranoid delusional encryption stuff... also check on the use of
Steghide

set pgp_decode_command=gpg %?p?--passphrase-fd 0? --no-verbose --batch
--output - %f
set pgp_verify_command=gpg --no-verbose --batch --output - --verify %s
%f
set pgp_decrypt_command=gpg --passphrase-fd 0 --no-verbose --batch
--output - %f
set pgp_sign_command=gpg --no-verbose --batch --output -
--passphrase-fd 0 --armor --detach-sign --textmode %?a?-u %a? %f
set pgp_clearsign_command=gpg --no-verbose --batch --output -
--passphrase-fd 0 --armor --textmode --clearsign %?a?-u %a? %f
set pgp_encrypt_only_command=/usr/lib/mutt/pgpewrap /usr/bin/gpg
--batch --quiet --no-verbose --output - --encrypt --textmode --armor
--always-trust --encrypt-to (your key code) -- -r %r -- %f
set pgp_encrypt_sign_command=/usr/lib/mutt/pgpewrap /usr/bin/gpg
--passphrase-fd 0 --batch --quiet --no-verbose --textmode --output -
--encrypt --sign %?a?-u %a? --armor --always-trust --encrypt-to 5B707677
-- -r %r -- %f
set pgp_import_command=gpg --no-verbose --import -v %f
set pgp_export_command=gpg --no-verbose --export --armor %r
set pgp_verify_key_command=gpg --no-verbose --batch --fingerprint
--check-sigs %r
set pgp_list_pubring_command=gpg --no-verbose --batch --with-colons
--list-keys %r
set pgp_list_secring_command=gpg --no-verbose --batch --with-colons
--list-secret-keys %r
set pgp_autosign=yes
set pgp_sign_as=(the email address you are using for encryption)
set pgp_replyencrypt=yes
set pgp_timeout=1800
set pgp_good_sign=^gpg: Good signature from


-- 
Think nobody intercepts email?  Think again!  Gnu Privacy Guard.  Not
just for spies.



signature.asc
Description: Digital signature


Re: Question about PGP and mutt

2013-01-10 Thread Dale A. Raby
Well, there is almost certainly more than one way to do it...

Dale
-- 
Think nobody intercepts email?  Think again!  Gnu Privacy Guard.  Not
just for spies.



signature.asc
Description: Digital signature


Re: Problem with charset

2013-01-02 Thread Dale A. Raby
 Well, that's strange. Everyting is normal and expected then.
 Still your mutt pager shows strange characters when i type äççéñtṡ?
 
 Regards,
 -Sander.

Mein Deutsch ist nicht gut, aber the umlaut characters disply just
fine on my system.  What I would like to know is how you type them on an
English keyboard.  Is there some way to do that?

-- 
Think nobody intercepts email?  Think again!  Gnu Privacy Guard.  Not
just for spies.



signature.asc
Description: Digital signature


Re: Search messages

2012-12-17 Thread Dale Raby
On 12/17/2012 05:38 PM, Woody Wu wrote:
 Hi, List
 
 From help menu I don't see any search method other than '/'. I think
 there must be some method allowing user to search messages by sender,
 receipt, or even regular expression in body.
 
 How should I do this? Thanks.
 
 
I believe the key sequence is controlb, but you can try the help menu
to be sure.



signature.asc
Description: OpenPGP digital signature


Re: Retrieve POP mail automatically?

2012-12-16 Thread Dale Raby
On 12/16/2012 10:37 AM, John Long wrote:
 Is there any way to retrieve pop mail automatically in mutt itself rather
 than using fetchmail etc.? 

 Thanks.

 /jl

The short answer is yes.  The long answer is, maybe, if your
particular Mutt is compiled with the POP support option.

You will also have to have the proper entries in your .muttrc file. 
Google up mutt, pop support.  There are all kinds of websites out
there that detail the setup.

You might wish to consider using IMAP instead.  This protocol keeps the
message on the server where you can access it again from, say, the
computer at the public library.  POP3 will also allow this, but it is
not the default behavior in most cases.

Good luck in training your Mutt.  It can be challenging, but is usually
worth the effort, even if, as in my case, you don't always use it.

Dale



signature.asc
Description: OpenPGP digital signature


Re: Please set your line wrap to a sane value (was ... Re: Is there any gmane.org user in the list?)

2012-12-10 Thread Dale A. Raby
Now just a cotton picking minute...
 
 HTML email is sent exclusively by three groups of people:
 
 1. Ignorant newbies
 2. Ineducable morons
 3. Spammers
 
 There are no exceptions.  It thus, to Jim's point, an excellent
 anti-spam/anti-stupidity technique to refuse all such traffic
 at the MTA.
 
 ---rsk

Ignorant newbies may at some point become the Michael Elkins of the
future.  Back in the day when I was an ignorant newbie, I came to this 
list for help.  I got a little help and plenty of ignorant newbie 
attitude.  We could do with a little less of that attitude in all 
endeavors and a little more hand holding.

Not all of us are IT professionals.  Some of us are blacksmiths, gun
salesmen, truck drivers, and even ecdysiasts.

No exceptions?  Really?  I seem to get quite a bit of HTML formatted
email from friends, family, and business associates.  Also, some of the
lists I subscribe to come in HTML.

If you can't figure out a better method of dealing with spam than to
filter out HTML messages, perhaps there is another ignorant newbie you
neglected to consider.

I appologize ahead of time for this rant, but you see, I know what a DOS
window is and I guess I'm getting ornery in my old age.

Dale the Ornery Old Goat
 

-- 
Think nobody intercepts email?  Think again!  Gnu Privacy Guard.  Not
just for spies.



pgpf2qYxBnATZ.pgp
Description: PGP signature


Re: Thank you for Mutt

2012-07-24 Thread Dale A. Raby
On Tue, Jul 24, 2012 at 04:12:22PM +, John Long wrote:

 Thanks to all the Mutt developers, contributors...

Some years back, I acquired a web buddy, one Mae Ling Mak, a collumnist
for the late Maximum Linux magazine.  She was then and is now a Mutt
Girl.  I didn't understand her logic at first... what with Evolution
improving with each generation and all.  I was not an IT professional,
so the CLI scared the crap out of me.

Eventually, I came to appreciate simplicity.  I didn't really need the
animated smileys in my emails.  I needed a client that would simply and
securely deliver things like say, messages from police detectives.

Mutt no longer needs the helper applications as it once did and offers
IMAP and GnuPG support.  If you know how, you can even set up a Mutt
launcher icon just like any other email client.

What more does any man need?  

Dale
-- 
Think nobody intercepts email?  Think again!  Gnu Privacy Guard.  Not
just for spies.



pgpNQJEu6v81u.pgp
Description: PGP signature


Re: gpg issues

2011-06-05 Thread Dale A. Raby

 
 I will try this and reply back to the list with my results. Thanks for the
 tip.

Uh... this may sound silly... but is the key being used expired?  If it is, 
Mutt won't use it if memory serves.

 
 -- 
  A: Yes.
  Q: Are you sure?
  A: Because it reverses the logical flow of conversation.
  Q: Why is top posting frowned upon?

-- 
Think nobody intercepts email?  Think again!  Gnu Privacy Guard... it's not 
just for spies.


pgpnxzHDnZwsH.pgp
Description: PGP signature


Re: problem emailing pictures

2011-03-03 Thread Dale A. Raby
 puzzling problem when sending pictures with mutt - one user on the
other end has trouble printing them.

This is not a Mutt problem.  Possibly its a printer configuration problem... 
and almost certainly the user is simply not technical enough to RTFM.

Using a MUA to print a photograph is kinda like using a fork to eat soup; it 
might eventually get the job done, but not very efficiently.

The way to proceed is to suggest that your user first save the image file as 
filename.jpg or whatever and then use another program to actually print the 
image.  Most printer drivers will allow images to be scaled.

I'd suggest using Gnu Image Manipulation Program (GIMP).  Its more than you 
need to simply print an image, but it will get the job done. 

If you wish, you can give your user my email address (off list) and I will hold 
his/her hand while getting through this difficulty.

Lord knows I had lots of help back in the day...

Dale
-- 
Are you sure that this message is from me and that nobody but you has read it?  
Really sure?  Wouldn't it be nice to be absolutely positively certain?  Gnu 
Privacy Guard... not just for spies!


pgpqkqh3mbTOf.pgp
Description: PGP signature


Re: moving to Mutt from Gmail

2010-12-25 Thread Dale A. Raby
Why not use Gmail's own spam filter to eliminate the spam?  It works pretty 
well and doesn't require you to use or maintain SpamAssassin.  Use Mutt with 
IMAP and the messages will stay on the practically limitless storage space of 
Gmail's server.  Use GnuPG for any messages critical of say, Janet Napolitano, 
and live a simple life.

Dale
-- 
Nothing is ever so bad that it couldn't be worse, and if it could be worse 
than it is, then maybe its not so bad!


pgp8fItehtwUq.pgp
Description: PGP signature


Re: where do you store your gpg-keys

2010-06-25 Thread Dale Raby
I'm not an expert, but there is a work around I think will work.  You
can store your keys on a flash drive... and possibly the entire OS for
that matter.  If you do this, you have no problems.

Alternatively, you can encrypt a document and send it as an
attachment.  Your fellow international spy types can do the same.
With this method, you don't even need full gpg/email integration...
and you don't have to worry about inline versus mime encryption.

Dale

On Fri, Jun 25, 2010 at 8:10 AM, Christoph Kluenter
christ...@kluenter.de wrote:
 Hi everybody,

 since I use screen on a remote server to read mails with mutt,
 the question of how to securely store gpg-keys is bothering me.
 At the moment I simply don't use gpg on the remote machine.
 But since I receive more encrypted mails lately, I am looking for a
 solution. Asking google reveals that gpg-agent is not capable of
 something like ssh-agents ForwardAgent. I found a rather confusing
 tutorial for using the linux-kernels keystore[1]. But before
 I try that, I wanted to ask if someone here has a working
 solution for this problem.


 Cheers,
  Christoph

 [1] http://snafu.priv.at/interests/crypto/remotegpg.html




-- 
Nothing is ever so bad that it couldn't be worse, and if it could be
worse than it is, then maybe its not so bad!


Re: mutt and gpg not in tune

2010-03-17 Thread Dale Raby
I'm not an expert, but shouldn't mutt call  /home/jan/.gnupg?



-- 
Nothing is ever so bad that it couldn't be worse, and if it could be
worse than it is, then maybe its not so bad!


Re: Simple Mutt with Eee PC 701.

2010-01-16 Thread Dale A. Raby
I'm no expert, but I'm pretty sure you need the following in your .muttrc file 
in order to access a gmail account via IMAP:

set folder = imaps://imap.gmail.com:993
set spoolfile = +INBOX
set postponed=+[Gmail]/Drafts

set header_cache= /home/dale/.mutt/cache/headers
set message_cachedir= /home/dale/.mutt/cache/bodies
set certificate_file= /etc/pki/tls/certs/ca-bundle.crt

This is some of the other stuff in my .muttrc file that might be useful.  I 
have a tendency to be paranoid... something I've cultivated deliberately.

set move = no
set sort=threads
set signature=.signature

#paranoid delusional encryption stuff... also check on the use of Steghide

set pgp_decode_command=gpg %?p?--passphrase-fd 0? --no-verbose --batch 
--output - %f
set pgp_verify_command=gpg --no-verbose --batch --output - --verify %s %f
set pgp_decrypt_command=gpg --passphrase-fd 0 --no-verbose --batch --output - 
%f
set pgp_sign_command=gpg --no-verbose --batch --output - --passphrase-fd 0 
--armor --detach-sign --textmode %?a?-u %a? %f
set pgp_clearsign_command=gpg --no-verbose --batch --output - --passphrase-fd 
0 --armor --textmode --clearsign %?a?-u %a? %f
set pgp_encrypt_only_command=pgpewrap gpg --batch --quiet --no-verbose 
--output - --encrypt --textmode --armor --always-trust --encrypt-to 0xC9C40C31 
-- -r %r -- %f
set pgp_encrypt_sign_command=pgpewrap gpg --passphrase-fd 0 --batch --quiet 
--no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor 
--always-trust --encrypt-to 0xC9C40C31 -- -r %r -- %f
set pgp_import_command=gpg --no-verbose --import -v %f
set pgp_export_command=gpg --no-verbose --export --armor %r
set pgp_verify_key_command=gpg --no-verbose --batch --fingerprint --check-sigs 
%r
set pgp_list_pubring_command=gpg --no-verbose --batch --with-colons 
--list-keys %r 
set pgp_list_secring_command=gpg --no-verbose --batch --with-colons 
--list-secret-keys %r 
set pgp_autosign=yes
set pgp_sign_as=daler...@gmail.com
set pgp_replyencrypt=yes
set pgp_timeout=1800
set pgp_good_sign=^gpg: Good signature from

#for html messages

auto_view text/html

#macros

macro pager \cb pipe-entry'urlview'enter 'Follow links with urlview'

#cosmetics

# Mutt Colors for Black Background ---
#color   hdrdefault   blue  black
#color   quoted   blue  black
#color   signatureblue  black
#color   attachment   red   black
#color   message  brightred black
#color   errorbrightred black
#color   indicatorblack red
#color   status   brightgreen   blue
#color   tree white black
#color   normal   white black
#color   markers  red   black
#color   search   white black
#color   tildebrightmagenta black
#color   indexblue  black ~F
#color   indexred   black ~N|~O

#addressbook

#subscriptions

subscribe mutt-users
subscribe newtontalk
subscribe newnug
-- 
Nothing is ever so bad that it couldn't be worse, and if it could be worse 
than it is, then maybe its not so bad!


pgpb3mifpBn5X.pgp
Description: PGP signature


Re: reviving GPG with mutt

2009-12-23 Thread Dale A. Raby

 
 Where would gpg/pgp save all those keys I had gathered from signed
 email? What folder name?
 
should be in your /home/username/.gnupg folder.  if you are using a GUI, you 
might have to go into properties and enable show hidden files in order to 
see it.

Just a few SWAG's: the permissions on the folder might not allow you to use it, 
or maybe the keys have expired, in which case you wouldn't be able to use it.

If this is the case, the solution(s): alter the permissions on the folder 
and/or update the expirations or generate new keys.

Could be some other things as well... and I am certainly no expert!

Good luck!

-- 
Nothing is ever so bad that it couldn't be worse, and if it could be worse 
than it is, then maybe its not so bad!


pgp5rMOR91JJG.pgp
Description: PGP signature


Re: pgp_encrypt_*_command

2009-10-17 Thread Dale A. Raby
On Sat, Oct 17, 2009 at 01:34:06PM -0700, Buzzer wrote:
 How do I encrypt outgoing message for multiple recipients? For me self
 too, for example.

From your ~/.gnupg.conf file:

# Use --encrypt-to to add the specified key as a recipient to all
# messages.  This is useful, for example, when sending mail through a
# mail client that does not automatically encrypt mail to your key.
# In the example, this option allows you to read your local copy of
# encrypted mail that you've sent to others.

encrypt-to somehotg...@gmail.com

This will allow you the ability to read a message you just encrypted to 
somebody else.

I'm not sure why you'd want to encrypt a document for multiple recipients, but 
I gather that it can be done... as:

gpg -r {uid1} -r {uid2} -r {uid3} --always-trust -e inputfile -o outputfile 

This should create a file that will be encrypted to anyone you list in your 
command line.  You can also do it using a mailing list, though I am not sure 
just exactly what the syntax is.  Once you have the file encrypted, just send 
it as an attachment using Mutt... or whatever mail client you are using.

Take this all with a grain of salt and do some experimentation.  I'm more of a 
blacksmith than I am an IT tech.

Dale

-- 
Nothing is ever so bad that it couldn't be worse, and if it could be worse 
than it is, then maybe its not so bad!


pgp3tb2bNCEmM.pgp
Description: PGP signature


Re: couldn't save certificate

2009-08-19 Thread Dale A. Raby
On Tue, Aug 18, 2009 at 11:25:17PM -0400, Todd Zullinger wrote:
 bill lam wrote:
  Not sure if this is useful to you. I use debian and install its
  ca-certificates package, and add the following line inside my
  ~/.muttrc
 
  set ssl_ca_certificates_file=/etc/ssl/certs/ca-certificates.crt
 
 I think that may be just what Dale needs.  On Fedora, the path to the
 ca certificates file is /etc/pki/tls/certs/ca-bundle.crt, which, like
 on Debian, is provided by the ca-certificates package.
 
 The 'couldn't save certificate' error message could probably be
 improved. ;)
 
Hello List:

First, I appologize for my bad netiquette in replying directly to an individual 
instead of the full list.  I now have subscribe mutt-users in my .muttrc file 
and know how to use the reply to list command.

I'll probably commit other crimes against Cybermanity as I am rather thick and 
do not learn as quickly as I should.  Please feel free to chastise me as 
necessary.  Even old goats such as myself learn eventually.

I replaced the original path to my certificates file and put the path given in 
its place.  I now have no annoying error messages and Mutt works as it should.  
I did a rm -rf to my original certificates file and said good-bye to it.

So, in a Muttshell, (I know, bad pun), you guys figured it out and steered me 
in the right direction.  Now, I really did read the Fine Manual, but I did not 
see this little tidbit in there.   Then again, I'm getting older and my 
eyesight is not what it once was.

Thank you all very much.

Dale A. Raby



pgpmVCo8W7wsl.pgp
Description: PGP signature


couldn't save certificate

2009-08-17 Thread Dale A. Raby
Having a problem with Gmail.  When I try to get my mail via IMAP, I get an 
error message couldn't save certificate when I attempt to save the 
certificate listed below.  This happened after an upgrade from Fedora 9 to 
Fedora 11.


This certificate belongs to:
   Google Internet Authority
   Google Inc

   US

This certificate was issued by:

   Equifax
   Equifax Secure Certificate Authority
   US

This certificate is valid
   from Mon, 8 Jun 2009 20:43:27 UTC
 to Fri, 7 Jun 2013 19:43:27 UTC
SHA1 Fingerprint: DD7A 7F13 1DDB A33D 3E86 7017 9483 E6FE A698 7D6A
MD5 Fingerprint: 33A0 EA98 0E3D 6E26 1D77 2D82 DF66 007D

-- Mutt: SSL Certificate check (certificate 1 of 2 in chain)
(r)eject, accept (o)nce, (a)ccept always

This is the relevant part of my .muttrc:

# imap stuff, nuts  bolts

set imap_user = daler...@gmail.com
set imap_pass = xx

set smtp_url = smtp://daler...@smtp.gmail.com:587/
set smtp_pass = xx
set from = daler...@gmail.com
set realname = Dale A. Raby

set folder = imaps://imap.gmail.com:993
set spoolfile = +INBOX
set postponed=+[Gmail]/Drafts

set header_cache= /home/dale/.mutt/cache/headers
set message_cachedir= /home/dale/.mutt/cache/bodies
set certificate_file= /home/dale/.mutt/certificates

set move = no
set sort=threads
set signature=.signature

#paranoid delusional encryption stuff... also check on the use of Steghide



The directories exist and the permissions are correct.  Does anyone have any 
suggestions?

Thanks,

Dale



pgpILX1xKTaoJ.pgp
Description: PGP signature


hiding [Gmail]/All Mail

2008-10-12 Thread Dale Harris
Hey, just in case someone missed this:

http://gmailblog.blogspot.com/2008/10/new-in-labs-advanced-imap-controls.html

This solves that pesky little problem of All Mail showing up.


Dale


Re: Alternative Identities

2008-07-27 Thread Dale Harris
On Sat, Jul 26, 2008 at 08:37:35PM -0400, Jorge Luis wrote:
 
 There's actually a Debian package that does precisely that.  It's called
 muttprofile.
 
   JL
 

Ah, good to know. Thanks!


--
Dale Harris   
[EMAIL PROTECTED]
[EMAIL PROTECTED]
/.-)


Re: Alternative Identities

2008-07-27 Thread Dale Harris
On Sat, Jul 26, 2008 at 07:40:38PM +1000, Cameron Simpson wrote:
 which triggers the file pathname completion, neatly presenting
 you with a list of account names!
 
 How's that sound?

Sounds like it would probably work.


--
Dale Harris   
[EMAIL PROTECTED]
[EMAIL PROTECTED]
/.-)


Re: Alternative Identities

2008-07-25 Thread Dale Harris
On Sat, Jul 26, 2008 at 07:44:18AM +1000, Cameron Simpson wrote:
 
 You can't just make the macros longer? Eg (untested):
 
   macro   index   F10:source ~/.mutt/profile.default\nc # Load 
 default profile
 
 (Note the c inserted at the end of the macro.)
 -- 
 Cameron Simpson [EMAIL PROTECTED] DoD#743
 http://www.cskk.ezoshosting.com/cs/


Frankly (being an armchair coder here), mutt I think needs to be
re-engineered how it handles multiple accounts, it becoming a real PITA.
There should be separate menu for this and a clean way to have it
configured.  This is the one thing that might finally drive me away from
mutt if it isn't fixed. 

Just my 2 cents...

-- 
Dale Harris   
[EMAIL PROTECTED]
[EMAIL PROTECTED]
/.-)


Re: Alternative Identities

2008-07-25 Thread Dale Harris
On Fri, Jul 25, 2008 at 06:32:51PM -0400, =?ISO-8859-1?Q?Crist=F3bal_Palmer_ 
wrote:
 
 My very-lazy-sysadmin solution, in honor of Sysadmin Appreciation Day[0].
 
 1) fire up gnu screen(1)
 2) mutt -F /path/to/some/muttrc
 3) ^ac to open a new screen window
 4) mutt -F /other/account/muttrc
 5) profit
 

Yep, that's basically what I do now.  ;)  It'd still be nice to easily access 
multiple 
account from one instance of mutt. 

Dale



Re: IMAP, Gmail and...Procmail?

2008-07-16 Thread Dale Harris
Instead of using procmail. You might want to check out imapfilter:

http://imapfilter.hellug.gr/

I haven't tried it with gmail yet. But it definitely works with other
IMAP systems.  Although, I'm not sure it still has quite the same
regexp capability has procmail does.


Dale

On Tue, Jul 15, 2008 at 11:30 AM, Michael Pobega [EMAIL PROTECTED] wrote:
 I have finally set up Mutt to work with IMAP (After just finding out
 Gmail has IMAP this morning), but I'm wondering if there is a suitable
 way to sort my emails using Procmail. I used to use POP and Procmail
 together to sort all my mail, but with IMAP that doesn't seem possible
 since I'm not actually downloading the mail...

 Can anyone tell me a suitable way to sort my mail or use Procmail with
 IMAP?

 --
 If programmers deserve to be rewarded for creating innovative
 programs, by the same token they deserve to be punished if they
 restrict the use of these programs.
  - Richard Stallman




-- 
Dale Harris
[EMAIL PROTECTED]
[EMAIL PROTECTED]
/.-)


Re: 2 misc questions

2008-07-15 Thread Dale Harris
On Tue, Jul 15, 2008 at 04:02:35PM +0100, Edd wrote:
 Hi,
 
 I'm using mutt-1.5.18 on OpenBSD with GMail/IMAP.
 
... snip ...
 c) All mail in gmail is a big problem in terms of speed and memory
 usage. Anyone have a tip for dealing with mailboxes containing ten of
 thousands of messages. Until now, I just dont open the All Mail
 folder :)
 

caching headers, helps.  I don't know if it will solve all your
problems, however.  Check out the header_cache option in the manual.
You'll be caching message headers locally.  

It would be nice if All Mail could be ignored, but I haven't figured
out how to do that.  You can't unsubscribe from it. 


Dale



gmail's all mail

2008-06-12 Thread Dale Harris
Is there someway to make mutt ignore =[Gmail]/All Mail and =[Gmail]/Spam
folders?  It seems they are always subscribed, and can't be
unsubscribed.  So if you have filters set up on gmail, which basically
translates into imap folders, you'll get pinged that a folder has mail
and pinged that All Mail has mail, too.  The same note, of course.  I'd
like to turn that behavior off. 

-- 
Dale Harris   
[EMAIL PROTECTED]
[EMAIL PROTECTED]
/.-)


multiple gmail accounts

2008-05-06 Thread Dale Harris
I've done some poking around and I haven't found a good answer to this,
yet.  How best to use gmail/imap accounts with mutt.  The problem is I
have multiple gmail accounts that I would like to access from the same
mutt process.  So I'm using account-hook and folder-hook (to set options):

account-hook imaps://[EMAIL PROTECTED]/ 'set imap_user=rodmur
imap_pass=pass'
folder-hook imap://[EMAIL PROTECTED]/ 'source
~/.mutt/accounts.d/file'

However, it would not seem that account-hook or folder-hook supports this
at all.  I guess this would work if I had only one account at gmail, and
was doing account-hook imaps://imap.gmail.com/ ... 

Anyone have any suggestions? Or am I SOL and I'll just have to go back to
using mutt -F. 

--
Dale Harris
[EMAIL PROTECTED]
[EMAIL PROTECTED]
/.-)


Re: [Announce] Mutt 1.3.28 (BETA) is out.

2002-03-13 Thread Dale Woolridge

On 13-Mar-2002 09:47 David T-G wrote:
| My list of patch maintainers for my cocktail is currently
[snip]
|   Dale Woolridge
| 
| so all of you folks should get to work to make sure that your patches
| work under 1.3.28 :-)

Well, I haven't touched my patches since 1.3.26 and expected them
to apply cleanly (albeit with offset warnings) to 1.3.27 and 1.3.28.
I went ahead and updated them anyway.  As a reminder, I have patches
for the following:

1) pgp-hook and auto key selection
2) mbox-hook supporting printf-like sequnces in mailbox
3) pgp-traditional patch for forcing text/plain content

The patches can be found at http://www.woolridge.org/mutt/
--
-Dale



Re: send-hook bug or not?

2002-02-12 Thread Dale Woolridge

On 12-Feb-2002 17:31 Steffen Evers wrote:
| 
| I have reported about the following problem on Feb 05th, but no one
| had a solution. For me, it looks like that this is not my bad
| configuration, but an unintended behavior of mutt (= BUG). Am I
| correct or not?

While what you're trying to do seems perfectly reasonable (to me),
I don't think it's possible to modify To:, Cc:, Bcc:, or Subject:
using a send-hook.  Well, yes it's possible, but you'll always
suffer from this current message Bcc is based on last message's
send-hook problem.  The (extremely simplified) code looks something
like this:

process_send_hooks();
process_user_header();
edit_message();

Your hook is being processed in process_send_hooks(), but the header
modification (Bcc) is ignored in process_user_header().  The Bcc
change will take effect for the next message.
--
-Dale



slackware term question

2002-02-06 Thread Dale Morris

I've changed over from Redhat 7.2 to Slackware 8.0. In slack
I'm using the standard kernel 2.2.19. I'm using mutt 1.2.1-1
and a modified .muttrc from Roland Rosenfeld site. It worked
fine in Redhat but in slack I have a problem.

In X, I don't have any color in mutt. Yet from the console
the colors are fine. Also my mailbox checking feature that
tells me if I have new mail doesn't work in either X or the
console. Any suggestions

thanks
dale




Re: slackware term question

2002-02-06 Thread Dale Morris

Hi Mike!

On Wed, 06 Feb 2002, Mike Schiraldi wrote:

 What's your $TERM? And does your $MAIL point to your spool?
dlm@lymond:~$ echo $TERM
xterm
dlm@lymond:~$ echo $MAIL
/var/spool/mail/dlm

looks like it's ok..





Re: slackware term question SOLVED

2002-02-06 Thread Dale Morris

On Wed, 06 Feb 2002, Dale Morris wrote:

 In X, I don't have any color in mutt. Yet from the console
 the colors are fine. Also my mailbox checking feature that
 tells me if I have new mail doesn't work in either X or the
 console. Any suggestions
I have color in my xterm now, only thing is, I still don't
have color in mutt. Must've screwed up somewhere..

the fix was to add export TERM='xterm-color'





Re: update on the pgp_force_traditional patch

2002-01-30 Thread Dale Woolridge

On 30-Jan-2002 23:06 Viktor Rosenfeld wrote:
| 
| Note however, that the usual caveats of clear-signing still apply, if
| there is a broken MTA setup somewhere along the way, you might get a
| broken signature.  Not if Outlook would notice of course.  :)

I just wanted to add that if you are using my patch with a character
set that requires 8bit, then you might consider unsetting the allow_8bit
variable.  Mutt will properly handle it either way, but unsetting it
will avoid the MTA issues.  On the other hand, I don't know what other
MUAs will do with a (signed quoted printable) message.
--
-Dale



Re: Mails received as attachment?

2002-01-29 Thread Dale Woolridge

On 29-Jan-2002 16:39 Nick Wilson wrote:
| 1 out of 2 hunks FAILED -- saving rejects to file po/it.po.rej
| 1 out of 2 hunks FAILED -- saving rejects to file po/nl.po.rej
| 1 out of 2 hunks FAILED -- saving rejects to file po/sv.po.rej

This is a known problem (my fault).  I import mutt source into my own
CVS repository, but I didn't use -ko so the keywords are being expanded
and then it appears in the patch file.  The reject files above will
only contain the keyword diffs, so it's not really an issue.  Strangely,
only these three .po files actually contain an RCS keyword comment.

In short, you may safely ignore these three failures.  Everything else
will have been applied correctly and will work correctly.
--
-Dale



Re: Mails received as attachment?

2002-01-29 Thread Dale Woolridge

On 29-Jan-2002 09:01 David Ellement wrote:
|  
|  On Jan 29, Nick Wilson [[EMAIL PROTECTED]] wrote:
|   Hunk #1 FAILED at 2.
|   1 out of 2 hunks FAILED -- saving rejects to file po/it.po.rej
|   Hunk #1 FAILED at 1.
|   1 out of 2 hunks FAILED -- saving rejects to file po/nl.po.rej
|   Hunk #1 FAILED at 1.
|   1 out of 2 hunks FAILED -- saving rejects to file po/sv.po.rej
| 
| These are near the beginning of the files.  When I took a closer look
| at these, they were just comments with the rcs/cvs version string.

I've fixed the problem and updated the patch.  I didn't bother
changing the patchlevel.  You find the correct(ed) patch here:

http://www.woolridge.org/mutt/patches/patch-1.3.26.dw.pgp-traditional.2

It will apply cleanly to 1.3.26, but I don't know about 1.5.0.  If the
patch applies cleanly to 1.5, please let me know.
--
-Dale



Re: Mails received as attachment?

2002-01-29 Thread Dale Woolridge

On 29-Jan-2002 11:53 Jeremy Blosser wrote:
| On Jan 29, Dale Woolridge [[EMAIL PROTECTED]] wrote:
|  http://www.woolridge.org/mutt/patches/patch-1.3.26.dw.pgp-traditional.2
|  
|  It will apply cleanly to 1.3.26, but I don't know about 1.5.0.  If the
|  patch applies cleanly to 1.5, please let me know.
| 
| Nope.  Note that Thomas has been working on a variant of this idea in the
| current CVS already, so there's not much chance this patch would apply.

Thanks.  I've checked it out and see where it fails.  I saw Thomas's
suggested patch on mutt-dev, although I don't think it's adequate.  The
real problems with my 1.3.26 patch and 1.5 seem to be a result of the
S/MIME integration and related code cleaning.  The p_c_t stuff hasn't
actually been touched (in essence).

I'll work on a 1.5 patch.
--
-Dale



Re: [OT] Re: your mail

2002-01-29 Thread Dale Morris


 ...while adding other problems:
 
Apologies for not getting back to the list with requested specs. My hard
drive died and I've spent the last day or so getting things back to
normal (whatever that is..) I haven't solved the X problem yet but I'm
close. Thomas I followed your advice about inserting the XFree86 termcap
and it worked.. Things were working fine in X..
thanks



Re: Mails received as attachment?

2002-01-28 Thread Dale Woolridge

On 28-Jan-2002 23:39 Viktor Rosenfeld wrote:
| 
| However, this is on a fresh mutt tarball (1.3.26i), and looking on the
| patch, I don't think it'll apply if you have the outlook_compat patch
| applied.
| 
| This patch does exactly what I want with $p_c_t, it's perfekt.

In fact, the patch is really meant as a replacment for the outlook_compat
patch.  Many people agree that outlook_compat is a misnomer, so I simply
created a patch which does what most people want in spirit: the content
type is set to text/plain; the disposition won't use a file name; and the
original/default encoding/parameters are preserved.

I'll be updating the patch in the next few days (I hope) with some other
suggested changes: the ability to sign/encrypt selected text parts; and
the ability to use p_c_t with attachments (with obvious restrictions).
--
-Dale



[no subject]

2002-01-27 Thread Dale Morris

I've just recently installed FreeBSD. I've got most all of my mail
functioning properly, but I'm having a problem with mutt. When I am in a
console, the bottom messages don't appear. For example I enter q and
at the bottom of the screen is a black spaced indent and then the
cursor. No text. If I type y mutt quits.

I'm using mutt 1.25 and Roland Rosenfeld's .muttrc and setup files
icewm-gnome
.xinitrc
.tcsh



Oh, if I'm in X using xterm, there's no color in mutt but I can
backspace to delete text. If I'm in rxvt I have color in mutt but can't
backspace/delete.




aol question

2002-01-27 Thread Dale Morris

I have FreeBSD and redhat 7.2 running on my athalon machine. On the
redhat os I am using sendmail configured using the install-sendmail 5.5
script from freshmeat and on the FreeBSD os I have sendmail installed,
but configured just as it came out of the box. Sending mail to myself
@yahoo.com works fine (both os's), sending mail to my friend @aol.com
seems to bounce on both os's.

The aol machine is a new windows xp (yeah, I know it sucks) that she
just got.

Is there something I have to change in my config files to allow my mail
to get through to aol? I've been using sendmail and linux for the last 2
years and not had any problem with her address, but now that I think
about it, other aol mails have bounced.

I haven't been checking the list closely, apologies if there's a huge
thread on this that I'm unaware of.




Re: patch to force pgp_create_traditional on non-us-ascii mails (was: application/pgp breaks Pine, too (was: applying pgp-outlook patch))

2002-01-22 Thread Dale Woolridge

On 22-Jan-2002 11:05 David Shaw wrote:
| 
|Create an application/pgp message? ([yes]/no):
| 
| Since it's not an application/pgp message at this point, the prompt
| should probably be something else.

Thanks for the input David.  In my haste, I forgot to update the messages
to reflect the change.  The new patch:

http://www.woolridge.ca/mutt/patches/patch-1.3.26.dw.pgp-traditional.2

has the message changed to Create a text/plain pgp message? and all the
language files have been updated accordingly (to the best of my ability).
I simply changed application/pgp to text/plain pgp.  The Slovakia entry
(sk.po) doesn't have a reference to application/pgp, so I left it alone.
Also, the German entry (de.po) had a parenthetical remark (to the effect of
instead of RFC 2015), so I took the liberty of updating it to RFC 3156.
--
-Dale



Re: patch to force pgp_create_traditional on non-us-ascii mails (was: application/pgp breaks Pine, too (was: applying pgp-outlook patch))

2002-01-20 Thread Dale Woolridge

On 12-Jan-2002 19:08 Viktor Rosenfeld wrote:
| 
| One thing though: Somewhere the following header is created:
| 
|   Content-Disposition: inline; filename=msg.pgp
| 
| This causes Outlook to show an attachment where there obviously is
| none.  Could this be safely ommited?

Viktor, I was revisiting some code related to the pgp code and remembered
this thread about p_c_t and non-us-ascii messages.  Using your patch as a
guideline, I have created a new patch with some slight variations from
your own.  In particular, I removed the 'filename=msg.pgp' (use_disp = 0)
and decided against having an additional variable to force traditional
use with 8bit messages.  Instead, p_c_t is always consulted even when the
content is 8bit.  I really don't know if that'll cause more headaches for
people or not.  If anyone decides to try this patch, please let me know
if you experience any issues.  You can find the patch here:

http://www.woolridge.ca/mutt/patches/patch-1.3.26.dw.pgp-traditional.1
--
-Dale



Re: using printf-style sequences with mbox-hook

2002-01-14 Thread Dale Woolridge

On 14-Jan-2002 08:54 Michael Elkins wrote:
| mbox-hook was never intended to work on the per-message level, so just
| adding the percent sequences won't help you get the resolution you want.
| There is currently no way to bulk move messages to different mailboxes.
| even when doing a tag-save.

Maybe it wasn't intended, but it wasn't that hard to do.  I do get the
resolution I want; you really can't use mutt_make_string() (which I
chose to (re)use) without having headers anyway.  The added complexity
is really insignificant.  We're basically doing the mx_close_mailbox()
for each distinct mailbox (after walking the msg list), except it's all
done within mx_close_mailbox().  It's worth it to construct the list of
mailboxes so we do our IMAP handling slightly more efficiently.  A more
significant code change would make it even more efficient, but it's a
bigger trade-off.

I'm certain I could do the tag-save the same way, but I didn't have a
need for it.  Others might.
--
-Dale



using printf-style sequences with mbox-hook

2002-01-13 Thread Dale Woolridge

I've created a patch which allows the use of printf-style sequences
in the mailbox parameter of the mbox-hook command.  My motivation for
this patch was to store/archive my mailing list messages to folders
based on date.  I already had an fcc-save-hook like this:

fcc-save-hook '~C mutt-users.*@mutt.org$' +lists.d/mutt/users/%%Y/%b

and my old mbox-hook was:

mbox-hook '+lists.d/mutt/users/incoming' +lists.d/mutt/users/`date +%Y/%b`

but now I can do this:

mbox-hook '+lists.d/mutt/users/incoming' +lists.d/mutt/users/%[%Y/%b]

Mostly I didn't like the few other options I considered: restarting mutt;
using source to process the hook(s) again; or creating a macro to recreate
the mbox-hook.  Knowing I wouldn't always remember to do any of these, I
modified mbox-hook to allow the printf-style sequences as supported in
fcc-save-hook.  Perhaps someone else will find this patch useful too.
You can find it at http://www.woolridge.org/mutt/

--
-Dale



Re: using printf-style sequences with mbox-hook

2002-01-13 Thread Dale Woolridge

On 13-Jan-2002 18:49 David T-G wrote:
| 
| I take it you want to be sure that the dates are accurate and not from
| startup, right?  This is a common problem for headers and such (good old
| uptime) and the answer is usually to put the parsed half in single quotes
| to prevent mutt from executing the innards until the hook is called.
| I should think that that would work for you, too, and would be a lot
| easier to maintain than your patch.  Of course, it's not as cool... :-)

Yes, I do keep mutt running for days at a time.  Based on my perusal
of the code, the mbox-hook hooks are loaded once at run-time, and
``-enclosed strings/commands are executed at that time.  What you
propose is quoting these ``-enclosed strings/commands in the hopes of
deferring their execution to when they are resolved (through use).
This _might_ be true for other hooks -- and I think it is for
{folder,message,account}-hook -- but mx_close_mailbox() does not treat
the hook entry this way; it is expanded as a path and doesn't allow any 
back tick tricks.

Even if you could defer them, they would only be resolved when you closed
the mailbox.  Cases would still exist where the behaviour I want is not
exhibited.  For example, if I'm reading messages that have arrived shortly
before midnight on 31 January and additional messages arrive after
midnight, then closing the mailbox would result in messages stored based
on the 1 February date.  This example assumes you want to store messages
in folders where the smallest unit of time is month.  Smaller units of
time will increase the likelihood of temporal boundary issues.

Okay, that was a long-winded way of disagreeing with your suggestion.  The
short one goes like this:  I'm very confident that the mbox-hook command
won't allow back tick deferrals by quoting them as you propose.

That being said, printf-style sequences might be useful for more than
solving my trivial problems.  Of course, other than perhaps message
score, I really can't think of any other uses, but at least my problem
is solved. ;)
--
-Dale



Re: Mutt sucks less than the rest

2002-01-08 Thread Dale Woolridge

On  8-Jan-2002 10:55 Justin R. Miller wrote:
| 
| I don't know about you, but I'd like to have a final confirmation of
| whose key I'm encrypting with before I send a message.  For my close
| friends, I have a send-hook set up (to encrypt) and that searches for
| their key(s), but never prompts me.  All of the others will prompt, and
| I think this is usually because the key(s) have more than one UID
| associated with them.  I'm not sure how selecting a different UID on the
| same key would make a difference, though...

Still, it's a common complaint that pgp-hook makes more work for
anyone that uses it.  Although the documentation would suggest
otherwise, pgp-hook only provides a hint about the key to use and
doesn't actually select a key at all.  I don't think anyone finds
this behaviour intuitive, making it undesirable.

My patch (optionally) eliminates this behaviour and it also does
the key selection too (optionally), but only if there is only one
matching key.  Keys with more than one UID are considered one key,
but the UIDs are not ignored for the purposes of matching.  If the
key has not been signed, then the standard behaviour of selecting
from a list is used.

Whatever you might be doing, this is probably easier:
set pgp_confirmhook=no
send-hook . set pgp_autoselectkey=no
pgp-hook friend ...
send-hook friend set pgp_autoselectkey=yes

I think the behaviour when pgp_autoselectkey is always set is
still reasonable (for most people).
--
-Dale



pgp-hook extension patch bugfix

2002-01-08 Thread Dale Woolridge

Someone found a bug with my patch (http://www.woolridge.org/mutt/) which
caused silent failure when attempting to send an encrypted message to a
recipient without a matching pgp-hook.  The obvious symptom is that the
send-message command ('y' by default) in the compose menu would appear
to be ignored.  This has been addressed in the latest patch (and only
one now), which is patchlevel 3.

regards.
--
-Dale



Re: Mutt sucks less than the rest

2002-01-07 Thread Dale Woolridge

On  7-Jan-2002 19:53 Derek D. Martin wrote:
| 
| Mutt sucks much less (for me) today!  =8^)  I'd still really really
| like to see the pgp key selection stuff cleaned up, and I'd also

Have a look at http://www.woolridge.org/mutt/ for a patch which will
probably address the issues you've raised.  It was created against
1.3.25, but it might work with 1.3.22.  I'd certainly like to verify
how far back in the 1.3.x branch it will work.

regards.
--
-Dale



Re: pgp hook patches

2002-01-06 Thread Dale Woolridge

On  6-Jan-2002 06:12 David T-G wrote:
|
| So does your patch include Bardur's functionality and then go farther, or
| do the two complement each other?

My patch should work as a replacement as it includes all the
functionality of Bardur's patch, albeit with slightly different
syntax.  The implementation is altogether different too.
--
-Dale



msg22408/pgp0.pgp
Description: PGP signature


pgp-hook extension addendum

2002-01-04 Thread Dale Woolridge

On Wednesday I sent out a note about a patch I had developed for mutt which
allows for circumventing the pgp-hook confirm prompt as well as automatically
selecting keys (when only one matching key is available).  I have made a update
to the patch, correcting a possible error in scanning trust values for uids
attached to keys.  In Wednesday's message, I also forgot to add that the
patch was for version 1.3.25, though it will likely work for a number of
previous 1.3.x versions.  I also decided to create a patch for 1.2.5 (which
should also work for 1.2.5.1); it not tested for 1.2.x.  Another faux pas
perhaps on my part was in sending out the patch, rather than providing some
URL for it.  You can now find it at http://www.woolridge.org/mutt/
--
-Dale



msg22219/pgp0.pgp
Description: PGP signature


Re: pgp hook patches

2002-01-04 Thread Dale Woolridge

David noted that my recent pgp-hook extension patch conflicts with
Bardur Arantsson's pgp-hook-extension patch.  Borrowing Bardur's
idea and following David's suggestion, I have implemented the same
idea following the existing hook model more closely.  You can find
the new patch at http://www.woolridge.org/mutt/.  Bardur's patch
extended pgp-hook from
pgp-hook pattern keyID
to
pgp-hook pattern keyID_1 [, keyID_2] ...

My patch, aside from the pgp_confirmhook/pgp_autokeyselect support,
now allows multiple pgp-hook's with the same pattern, e.g.:
pgp-hook pattern keyID_1
pgp-hook pattern keyID_2
...
--
-Dale



msg22293/pgp0.pgp
Description: PGP signature


pgp-hook and key selection

2002-01-02 Thread Dale Woolridge

Attached is a patch which introduces two new variables, pgp_autoselectkey and
pgp_confirmhook, with defaults of 0/no and 1/yes respectively.  The motivation
here is that when I use pgp-hook I really don't want to be asked if that's the
key I intended to use.  Arguably, the confirmation is useful in case I've made
a typo, but I think that would still be a one-time check.  Similarly, the
automatic selection of a key is useful to me since I've (usually) already
decided on the correct key with pgp-hook.  There is also the case where key
selection is obvious based on recipient address.  Any chances this will get
included into the next/some release of mutt?

regards.
--
-Dale


--- init.h 2002/01/02 07:27:09  1.1.1.2
+++ init.h 2002/01/02 19:07:13
@@ -1148,6 +1148,14 @@
 
 #ifdef HAVE_PGP
 
+  { pgp_autoselectkey,   DT_BOOL, R_NONE, OPTPGPAUTOSELECT, 0 },
+  /*
+  ** .pp
+  ** If set, then a list of keys is not presented for selection when only
+  ** one matching key is available.  This may be useful in conjunction with
+  ** the \fIpgp-hook\fP command (with ``$$pgp_confirmhook'' set) and the
+  ** ``$$pgp_ignore_subkeys'' variable.
+  */
   { pgp_autosign,DT_BOOL, R_NONE, OPTPGPAUTOSIGN, 0 },
   /*
   ** .pp
@@ -1164,6 +1172,14 @@
   ** to the \fIsend-hook\fP command.  It can be overridden by use of the
   ** \fIpgp-menu\fP, when encryption is not required or signing is
   ** requested as well.
+  */
+  { pgp_confirmhook, DT_BOOL, R_NONE, OPTPGPCONFIRMHOOK, 1 },
+  /*
+  ** .pp
+  ** If set, then you will be prompted for confirmation of keys when using
+  ** the \fIpgp-hook\fP command.  If unset, no such confirmation prompt will
+  ** be presented.  This is generally considered unsafe, especially where
+  ** typos are concerned.
   */
   { pgp_ignore_subkeys, DT_BOOL, R_NONE, OPTPGPIGNORESUB, 1},
   /*
--- mutt.h 2002/01/02 07:27:09  1.1.1.2
+++ mutt.h 2002/01/02 08:07:32
@@ -411,8 +411,10 @@
   /* PGP options */
   
 #ifdef HAVE_PGP
+  OPTPGPAUTOSELECT,
   OPTPGPAUTOSIGN,
   OPTPGPAUTOENCRYPT,
+  OPTPGPCONFIRMHOOK,
   OPTPGPIGNORESUB,
   OPTPGPLONGIDS,
   OPTPGPREPLYENCRYPT,
--- pgp.c 2001/12/28 07:50:33   1.1.1.1
+++ pgp.c 2002/01/02 06:30:44
@@ -1366,7 +1366,7 @@
 {
   int r;
   snprintf (buf, sizeof (buf), _(Use keyID = \%s\ for %s?), keyID, 
p-mailbox);
-  if ((r = mutt_yesorno (buf, M_YES)) == M_YES)
+  if (!option(OPTPGPCONFIRMHOOK) || (r = mutt_yesorno (buf, M_YES)) == M_YES)
   {
/* check for e-mail address */
if ((t = strchr (keyID, '@'))  
--- pgpkey.c 2001/12/28 07:50:331.1.1.1
+++ pgpkey.c 2002/01/02 19:15:39
@@ -435,6 +435,11 @@
   return rv;
 }
 
+
+#define pgp_trusted_key(k) (!option(OPTPGPCHECKTRUST) \
+|| (pgp_id_is_valid((k)-address) \
+ pgp_id_is_strong((k)-address)))
+
 static pgp_key_t *pgp_select_key (pgp_key_t *keys,
  ADDRESS * p, const char *s)
 {
@@ -450,6 +455,7 @@
   pgp_uid_t *a;
   int (*f) (const void *, const void *);
 
+  int keymatch = 0;/* count matching keys */
   int unusable = 0;
 
   keymax = 0;
@@ -479,6 +485,7 @@
   
   KeyTable[i++] = a;
 }
+keymatch++;
   }
 
   if (!i  unusable)
@@ -487,6 +494,17 @@
 mutt_sleep (1);
 return NULL;
   }
+  else if (keymatch == 1  option(OPTPGPAUTOSELECT)  
+pgp_trusted_key(KeyTable[0]-parent))
+  {
+/*
+ * In fact, there may be multiple entries in KeyTable even when there is only
+ * one matching key as there may be many addresses (uids) per key...we select
+ * the 0th entry, which is actually the last one listedshould be irrelevant
+ */
+kp = KeyTable[0]-parent;
+safe_free ((void **) KeyTable);
+return (kp);
+  }
 
   switch (PgpSortKeys  SORT_MASK)
   {
@@ -597,9 +615,7 @@
  break;
}
   
-  if (option (OPTPGPCHECKTRUST) 
- (!pgp_id_is_valid (KeyTable[menu-current])
-  || !pgp_id_is_strong (KeyTable[menu-current])))
+  if (!pgp_trusted_key(KeyTable[menu-current]-parent))
   {
char *s = ;
char buff[LONG_STRING];



msg22137/pgp0.pgp
Description: PGP signature


Postfix question

2001-09-24 Thread Dale Morris

I've just installed Mandrake 8.1 and I'm using postfix. I've never
configured it before, always I've used sendmail with debian. I am
confused about the setup, I used the wizard and it seems to be working
fine except that I can't send messages to the other computer in my
home. 
my address: is [EMAIL PROTECTED] (what I want to appear on mail)

other address: is [EMAIL PROTECTED] (this is the one that doesn't get
delivered, it's the email address of the other computer)

postfix wizard set postfix up to use an smtp host of:
smtp.lvcablemodem.com
I would be okay with not using that as long as I can send mail to the
other computer

both of these boxes are on the same cable network.
I will attach a copy of my main.cf file and maybe someone can give me
a pointer (I have tried reading the manual..)
thanks
dale
thanks



re: Postfix question

2001-09-24 Thread Dale Morris

duh.. forgot the post main.cf attachment..


# Global Postfix configuration file. This file lists only a subset
# of all 100+ parameters. See the sample-xxx.cf files for a full list.
# 
# The general format is lines with parameter = value pairs. Lines
# that begin with whitespace continue the previous line. A value can
# contain references to other $names or ${name}s.
#
# NOTE - CHANGE NO MORE THAN 2-3 PARAMETERS AT A TIME, AND TEST IF
# POSTFIX STILL WORKS AFTER EVERY CHANGE.

# SOFT BOUNCE
#
# The soft_bounce parameter provides a limited safety net for
# testing.  When soft_bounce is enabled, mail will remain queued that
# would otherwise bounce. This parameter disables locally-generated
# bounces, and prevents the SMTP server from rejecting mail permanently
# (by changing 5xx replies into 4xx replies). However, soft_bounce
# is no cure for address rewriting mistakes or mail routing mistakes.
#
#soft_bounce = no

# LOCAL PATHNAME INFORMATION
#
# The queue_directory specifies the location of the Postfix queue.
# This is also the root directory of Postfix daemons that run chrooted.
# See the files in examples/chroot-setup for setting up Postfix chroot
# environments on different UNIX systems.
#
queue_directory = /var/spool/postfix

# The command_directory parameter specifies the location of all
# postXXX commands.  The default value is $program_directory.
#
command_directory = /usr/sbin

# The daemon_directory parameter specifies the location of all Postfix
# daemon programs (i.e. programs listed in the master.cf file). The
# default value is $program_directory. This directory must be owned
# by root.
#
daemon_directory = /usr/lib/postfix

# QUEUE AND PROCESS OWNERSHIP
#
# The mail_owner parameter specifies the owner of the Postfix queue
# and of most Postfix daemon processes.  Specify the name of a user
# account THAT DOES NOT SHARE A GROUP WITH OTHER ACCOUNTS AND THAT
# OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM.  In particular,
# don't specify nobody or daemon. PLEASE USE A DEDICATED USER.
#
mail_owner = postfix

# The default_privs parameter specifies the default rights used by
# the local delivery agent for delivery to external file or command.
# These rights are used in the absence of a recipient user context.
# DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#
default_privs = nobody

# INTERNET HOST AND DOMAIN NAMES
# 
# The myhostname parameter specifies the internet hostname of this
# mail system. The default is to use the fully-qualified domain name
# from gethostname(). $myhostname is used as a default value for many
# other configuration parameters.
#
myhostname = lymond.lvcm.com
#myhostname = virtual.domain.name

# The mydomain parameter specifies the local internet domain name.
# The default is to use $myhostname minus the first component.
# $mydomain is used as a default value for many other configuration
# parameters.
#
#mydomain = domain.name

# SENDING MAIL
# 
# The myorigin parameter specifies the domain that locally-posted
# mail appears to come from. The default is to append $myhostname,
# which is fine for small sites.  If you run a domain with multiple
# machines, you should (1) change this to $mydomain and (2) set up
# a domain-wide alias database that aliases each user to
# [EMAIL PROTECTED]
#
#myorigin = $myhostname
#myorigin = $mydomain

# RECEIVING MAIL

# The inet_interfaces parameter specifies the network interface
# addresses that this mail system receives mail on.  By default,
# the software claims all active interfaces on the machine. The
# parameter also controls delivery of mail to user@[ip.address].
#
#inet_interfaces = all
#inet_interfaces = $myhostname
#inet_interfaces = $myhostname, localhost

# The mydestination parameter specifies the list of domains that this
# machine considers itself the final destination for. That includes
# Sendmail-style virtual domains hosted on this machine.
#
# Do not include Postfix-style virtual domains - those domains are
# specified elsewhere (see sample-virtual.cf, and sample-transport.cf).
#
# The default is $myhostname + localhost.$mydomain.  On a mail domain
# gateway, you should also include $mydomain. Do not specify the
# names of domains that this machine is backup MX host for. Specify
# those names via the relay_domains or permit_mx_backup settings for
# the SMTP server (see sample-smtpd.cf.
#
# The local machine is always the final destination for mail addressed
# to user@[the.net.work.address] of an interface that the mail system
# receives mail on (see the inet_interfaces parameter).
#
# Specify a list of host or domain names, /file/name or type:table
# patterns, separated by commas and/or whitespace. A /file/name
# pattern is replaced by its contents; a type:table is matched when
# a name matches a lookup key.  Continue long lines by starting the
# next line with whitespace.
#
#mydestination = $myhostname, localhost.$mydomain
#mydestination = $myhostname, localhost.$mydomain $mydomain
#mydestination = 

Re: Postfix question

2001-09-24 Thread Dale Morris

On Mon, 24 Sep 2001, Lars Hecking wrote:

 
  both of these boxes are on the same cable network.
  I will attach a copy of my main.cf file and maybe someone can give me
 
  Don't!
 
too late.. sorry.. 



pgp key expiring

2001-08-06 Thread Dale Morris

When I created my last pgp key, I set it to expire in 3 months. I
didn't want to have any more pgp keys laying around that I could no
longer use. But now, it appears my debian distro has found a home on
my hard drive and I'm not having to reformat :-) ..

question is: can I extend the time before this key expires, or do I
have to create a new key? How do you guys handle this sort of thing?
What's a reasonable time period for a key?

thanks
dale

 PGP signature


mailcap aggravation

2001-07-30 Thread Dale Morris

I'm running debian woody and can't get mutt to open netscape for
text/html mime types. Instead it opens the gnome help browser. I've
tried editing my /etc/mailcap file, my ~/.mailcap file and nothing
helps. I've even read the manual. I know this is a simple solution,
but could someone give me a pointer? I'll attach my mailcap files..

thanks
dale



Re: mailcap aggravation

2001-07-30 Thread Dale Morris

On Mon, 30 Jul 2001, Dale Morris wrote:

 I'm running debian woody and can't get mutt to open netscape for
 text/html mime types. Instead it opens the gnome help browser. I've
 tried editing my /etc/mailcap file, my ~/.mailcap file and nothing
 helps. I've even read the manual. I know this is a simple solution,
 but could someone give me a pointer? I'll attach my mailcap files..
 
duh...forgot to attach the files. sorry.. it's late and I've been at
this too long..

dale


###
#
#  MIME types and programs that process those types
#
#  Much of this file is generated automatically by the program update-mime.
#  Please see the update-mime man page for more information.
#
###


###
#
#  User section follows:  Any entries included in this section will take
#  precedence over those created by update-mime.  DO NOT CHANGE the
#  User Section Begins and User Section Ends lines, or anything outside
#  of this section!
#

# - User Section Begins - #

text/html; netscape -remote openURL(%s) || netscape %s; test=RunningX

# -  User Section Ends  - #

###

application/x-debian-package; /usr/lib/mime/debian-view '%s'; needsterminal; 
description=Debian GNU/Linux Package; nametemplate=%s.deb
audio/basic; /usr/lib/mime/playaudio '%s'; description=Basic uLaw Audio; 
nametemplate=%s.au
text/plain; less '%s'; needsterminal
audio/midi; /usr/bin/timidity -im '%s'; test=test -n $DISPLAY; description=A MIDI 
file; nametemplate=%s.mid
audio/x-midi; /usr/bin/timidity -im '%s'; test=test -n $DISPLAY; description=A MIDI 
file; nametemplate=%s.mid
text/plain; cat '%s'; print=/usr/bin/a2ps '%s'; copiousoutput
application/pdf; /usr/bin/acroread '%s'; test=test -n $DISPLAY; description=Portable 
Document Format; nametemplate=%s.pdf
text/html; gnome-help-browser '%s'; nametemplate=%s.html; test=test -n $DISPLAY
application/x-troff-man; /usr/bin/nroff -mandoc -Tlatin1; copiousoutput; 
print=/usr/bin/nroff -mandoc -Tlatin1 | print text/plain:-
application/postscript; /usr/bin/X11/gv '%s'; test=test -n $DISPLAY; 
description=postscript
application/ghostview; /usr/bin/X11/gv '%s'; test=test -n $DISPLAY
application/pdf; /usr/bin/X11/gv '%s'; test=test -n $DISPLAY
text/html; /usr/bin/html2text '%s'; copiousoutput; description=HTML Text
image/avs; display '%s'; test=test -n $DISPLAY
image/bie; display '%s'; test=test -n $DISPLAY
image/x-ms-bmp; display '%s'; test=test -n $DISPLAY
image/cmyk; display '%s'; test=test -n $DISPLAY
image/dcx; display '%s'; test=test -n $DISPLAY
image/eps; display '%s'; test=test -n $DISPLAY
image/fax; display '%s'; test=test -n $DISPLAY
image/fits; display '%s'; test=test -n $DISPLAY
image/gif; display '%s'; test=test -n $DISPLAY
image/gray; display '%s'; test=test -n $DISPLAY
image/gradation; display '%s'; test=test -n $DISPLAY
image/hdf; display '%s'; test=test -n $DISPLAY
image/jpeg; display '%s'; test=test -n $DISPLAY
image/pjpeg; display '%s'; test=test -n $DISPLAY
image/map; display '%s'; test=test -n $DISPLAY
image/miff; display '%s'; test=test -n $DISPLAY
image/mono; display '%s'; test=test -n $DISPLAY
image/mtv; display '%s'; test=test -n $DISPLAY
image/x-portable-bitmap; display '%s'; test=test -n $DISPLAY
image/pcd; display '%s'; test=test -n $DISPLAY
image/pcx; display '%s'; test=test -n $DISPLAY
image/pdf; display '%s'; test=test -n $DISPLAY
image/x-portable-graymap; display '%s'; test=test -n $DISPLAY
image/pict; display '%s'; test=test -n $DISPLAY
image/png; display '%s'; test=test -n $DISPLAY
image/x-portable-anymap; display '%s'; test=test -n $DISPLAY
image/x-portable-pixmap; display '%s'; test=test -n $DISPLAY
image/ps; display '%s'; test=test -n $DISPLAY
image/rad; display '%s'; test=test -n $DISPLAY
image/x-rgb; display '%s'; test=test -n $DISPLAY
image/rgba; display '%s'; test=test -n $DISPLAY
image/rla; display '%s'; test=test -n $DISPLAY
image/rle; display '%s'; test=test -n $DISPLAY
image/sgi; display '%s'; test=test -n $DISPLAY
image/sun-raster; display '%s'; test=test -n $DISPLAY
image/targa; display '%s'; test=test -n $DISPLAY
image/tiff; display '%s'; test=test -n $DISPLAY
image/uyvu; display '%s'; test=test -n $DISPLAY
image/vid; display '%s'; test=test -n $DISPLAY
image/viff; display '%s'; test=test -n $DISPLAY
image/x-xbitmap; display '%s'; test=test -n $DISPLAY
image/x-xpixmap; display '%s'; test=test -n $DISPLAY
image/x-xwindowdump; display '%s'; test=test -n $DISPLAY
image/yuv; display '%s'; test=test -n $DISPLAY
audio/mpeg; mpg123 -q '%s'
audio/x-pn-realaudio; realplayer '%s'; test=test $DISPLAY != 
audio/vnd.rn-realaudio; realplayer '%s'; test=test $DISPLAY != 
application/smil; realplayer '%s'; test=test $DISPLAY != 
audio/x-pn-mp3; realplayer '%s'; test=test

Re: mailcap aggravation

2001-07-30 Thread Dale Morris

On Mon, 30 Jul 2001, David wrote:

 On Mon, 30 Jul 2001, Dale Morris wrote:
  I'm running debian woody and can't get mutt to open netscape for
  text/html mime types. Instead it opens the gnome help browser. I've
 
 I've been getting the same thing(debian/sid, I finally got fed up with
 it and edited /etc/mailcap by hand.  It should use /etc/mailcap.order
 but for me it doesn't seem to work.  I just added a line in /etc/mailcap
 between
 
 # - User Section Begins - #
 
 and
 
 # -  User Section Ends  - #
 
 
 I added :
 
 text/html; /usr/bin/links '%s'; needsterminal; description=HTML Text;
 nametemplate=%s.html
 

I have given up on trying to get netscape to open, too. So I hand
edited the /etc/mailcap file as you indicated above.  I'm not real
pleased with the debian mailcap setup now, here's how it works for
me..  
I open mutt and select mail from index, if it's an html mail html2text
program is executed, from there I can use urlview to get a netscape
window or else
view attachment-opens links-use links browser to do whatever? (now I
have yet another program to learn..)

sigh..




Re: Sendmail Return Receipt

2001-06-28 Thread Dale Morris

On Thu, 28 Jun 2001, Suresh Ramasubramanian wrote:

 Dale Morris [mutt-users] 27/06/01 20:23 -0700: 
  I want to configure mutt to give me a dsn notification if the message
  is delayed or can't be delivered and also to send me a return receipt
  when the message is received. I'm using debian 'woody' version of
  sendmail. I've tried the manual and I believe the proper flag is R
  hdrs but when I use  set sendmail=R hdrs I get an error.
  
 In your .muttrc ...
 
 set dsn_notify='failure,delay' # when to return an error message
 set dsn_return=hdrs# what to return in the error message

I tried this at first and it didn't work for me. Then I put
this in my .muttrc:
set   sendmail=/usr/sbin/sendmail -oi -oem
and I quit getting error messages and dsn notify works fine. I am not
sure yet, but I don't think the return is working. The man page for
sendmail is pretty small for such a big program.

thanks
dale



Sendmail Return Receipt

2001-06-27 Thread Dale Morris

Hi,
I want to configure mutt to give me a dsn notification if the message
is delayed or can't be delivered and also to send me a return receipt
when the message is received. I'm using debian 'woody' version of
sendmail. I've tried the manual and I believe the proper flag is R
hdrs but when I use  set sendmail=R hdrs I get an error.

thanks




Re: aspell

2001-06-20 Thread Dale Morris

* Morten Liebach [EMAIL PROTECTED] [010620 07:18]:
 On 20, Jun, 2001 at 07:55:37AM +0200, Michael Tatge wrote:
  Dale Morris muttered:
   What do I do to use aspell as the spell checker for mutt?
  
  set ispell=/usr/bin/aspell --mode=email check
 
 And just as the icing on the cake, bilingual spell checking:
 
 set ispell=/usr/local/bin/aspell --mode=email check
 macro compose I 'enter-commandset ispell=aspell --language-tag=da \
 -c --mode=email enterispell' 'Run aspell with Dansk dictionary'
 macro compose i 'enter-commandset ispell=aspell --language-tag=american -c \
 --mode=email enterispell' 'Run aspell with American dictionary'
 
 'I' for danish spell checking, and 'i' for American ...
 Works flawlessly. ;-)
Thanks! all is working well.



aspell

2001-06-19 Thread Dale Morris

What do I do to use aspell as the spell checker for mutt? Actually I
would like to use aspell instead of ispell on my system if someone can
suggest a foolproof script or hack. I've checked the manual pages and
haven't been able to find anything.

thanks
dale



gpg key

2001-06-18 Thread Dale Morris

I am going to start using gpg (again) and I can't remember how to
export the key to a keyserver, could someone tell me where I can find
it? currently I'm using the following command and getting nowhere:

gpg --send-keys [EMAIL PROTECTED] www.MASTER.pgp.net.
gpg: www.MASTER.pgp.net.: user not found: public key not found
gpg: can't connect to `www.ch.pgp.net.': Connection refused

thanks




Re: gpg key: SOLVED

2001-06-18 Thread Dale Morris

* Dale Morris [EMAIL PROTECTED] [010618 14:17]:
 I am going to start using gpg (again) and I can't remember how to
 export the key to a keyserver, could someone tell me where I can find
 it? currently I'm using the following command and getting nowhere:
 
 gpg --send-keys [EMAIL PROTECTED] www.MASTER.pgp.net.
 gpg: www.MASTER.pgp.net.: user not found: public key not found
 gpg: can't connect to `www.ch.pgp.net.': Connection refused
 
 thanks

I had the wrong syntax, I've got it working now..

Here's *what worked*:
gpg --send-keys [EMAIL PROTECTED] keyserver wwwkeys.eu.pgp.net

Now I just need to learn a little more about encryption...


 



Editing Aliases

2001-05-28 Thread Dale Morris

Hi!
I have a *newbie* questioan. Is it good to have my muttrc setup files
configured so I can edit aliases? I have been using the setup files
prepared by Sven Guckes (great!) and although everything else is
covered, I can find no key sequence that allows me to edit aliases. I
am wondering if there is a reason for this? I can't believe that
anything this detailed would overlook alias editing, unless it was
intentional. 
thanks



Re: Sven's muttrc-Solved!

2001-05-20 Thread Dale Morris

* Dale Morris [EMAIL PROTECTED] [010519 22:49]:
 I've been playing with Sven's bigrc file and it's great! I have one
 problem that's driving me nuts, though; when I try to edit the
 muttrc.forall file with vim (also using his vimrc.forall) I get the
 message:
 
 muttrc.forall 1180L, 42084C
 Editing Messages!
 Hit ENTER or type command to continue
 
 I've looked and searched everywhere to find where I can disable this
 so vim will remember where I left of when last editing a file, but I
 can't find it.
 
 I'm using the following files
 .vimrc
 vimrc.forall
 .muttrc
 muttrc.forall
 mutt.personal
 
 Any suggestions?
 
 thanks!
I found the switch, it was a test header in muttrc.personal.



Sven's muttrc

2001-05-19 Thread Dale Morris

I've been playing with Sven's bigrc file and it's great! I have one
problem that's driving me nuts, though; when I try to edit the
muttrc.forall file with vim (also using his vimrc.forall) I get the
message:

muttrc.forall 1180L, 42084C
Editing Messages!
Hit ENTER or type command to continue

I've looked and searched everywhere to find where I can disable this
so vim will remember where I left of when last editing a file, but I
can't find it.

I'm using the following files
.vimrc
vimrc.forall
.muttrc
muttrc.forall
mutt.personal

Any suggestions?

thanks!



Re: Save Hook Problem

2001-05-08 Thread Dale Morris

Lawrence Mitchell [[EMAIL PROTECTED]] wrote:
 fcc-hook '~t mutt-users' =muttsent
 the fcc-save-hook is if you want the save-hook and the fcc­hook to be the same
 for a particular pattern, saves on typing. That might be your problem.
 hope that helps
thanks, I'll give it try. 



Save Hook Problem

2001-05-07 Thread Dale Morris

Finally, after a long time with mutt, I've started using
save-hooks. I'm trying to save list messages to a =support
mailbox and I've got that. But I'm having a hard time
getting mutt to put a copy of the message *I've sent* to the
list in my =out mailbox. Here's what I have in my .muttrc
thus far:

save-hook  '~C mutt-users' =support
fcc-save-hook '~C mutt-users' =out


save-hook ~l =%Osave-hook 
send-hook ~l 'push f^Uenter


I'm using 1.3.15i version of mutt.



debian-user save hook

2001-04-30 Thread Dale Morris

I'm very pleased with mutt, it's a great program.
Particularly the way it handles high volumes of mail. One
question though:
How do I set up a save hook for the debian-user list so that
it will save selected messages to a +support mailbox? I
tried the from [EMAIL PROTECTED] and that doesn't
work.. Any suggestions?

thanks




vim procmail recipe

2001-04-02 Thread Dale Morris

Could someone post a procmail recipe for vim? I've been dabbling with
the following, but they don't seem to work..

:0:
* [EMAIL PROTECTED]
vim

:0:
* ^From:.*[EMAIL PROTECTED]
vim-help

:0:
* ^X-Mailing-List:.*[EMAIL PROTECTED]
vim

:0:
* ^Sender:.*[EMAIL PROTECTED]
vim

duh...


thanks




invoking manual

2001-03-03 Thread Dale Morris

Recently I did a 2.2 cd install of debian. Before I'd been running the
libranet version of debian. I am sourcing the keybind-1.2i file and it has
F1 linked to the mutt manual. But, it doesn't work. Trying to get vim to
read a .gz file doesn't work either, whereas it used to work with the
libranet version. I'm missing some package or configuration, can someone
clue me to what it is?
I have bash, sh, zsh shells installed.
I have vim-rt, vim-tcl installed.

thanks




Re: invoking manual

2001-03-03 Thread Dale Morris

I have both less and gzip installed, anything else I might need? Or maybe
something to do with the display or a file permission?



Osamu Aoki [[EMAIL PROTECTED]] wrote:
 Did you install less and gzip? Check with:
$ dpkg -l less gzip
 If not apt-get install
 
 F1 is nothing but running zless.
 
 The way you described sounds like missing gzip.  It is required package.
 
 Regards, 
 Osamu
 On Sat, Mar 03, 2001 at 05:36:38AM -0800, Dale Morris wrote:
  Recently I did a 2.2 cd install of debian. Before I'd been running the
  libranet version of debian. I am sourcing the keybind-1.2i file and it has
  F1 linked to the mutt manual. But, it doesn't work. Trying to get vim to
  read a .gz file doesn't work either, whereas it used to work with the
  libranet version. I'm missing some package or configuration, can someone
  clue me to what it is?
  I have bash, sh, zsh shells installed.
  I have vim-rt, vim-tcl installed.
 -- 
 +  Osamu Aoki [EMAIL PROTECTED], GnuPG-key: 1024D/D5DE453D  +
 +   Fingerprint: 814E BD64 3288 40E7 E88E  3D92 C3F8 EA94 D5DE 453D   +
 +   http://www.aokiconsulting.com/pc/  Cupertino, CA USA  +
 

-- 
"You are entitled to your actions...not the results"
 --Bhagavad Gita



Re: invoking manual

2001-03-03 Thread Dale Morris

F1 brings up the manual perfectly from the console, and also in Xterm. But
it doesn't work with Eterm. I just noticed another problem, and that is vim
is not colorizing the .muttrc file, I'm searching now for information on the
display.


thanks


Osamu Aoki [[EMAIL PROTECTED]] wrote:
 Are you in Linux console or in some kind of terminal
 emulator/XTERM.
 
 Stupid terminal like one in WINDOZE can not process F1.
 Get puTTY (google it please) if you want to access from DOZE.
 
 Osamu
 
 On Sat, Mar 03, 2001 at 08:19:35AM -0800, Dale Morris wrote:
  I have both less and gzip installed, anything else I might need? Or maybe
  something to do with the display or a file permission?
  
  
  
  Osamu Aoki [[EMAIL PROTECTED]] wrote:
   Did you install less and gzip? Check with:
  $ dpkg -l less gzip
   If not apt-get install
   
   F1 is nothing but running zless.
   
   The way you described sounds like missing gzip.  It is required package.
   
   Regards, 
   Osamu
   On Sat, Mar 03, 2001 at 05:36:38AM -0800, Dale Morris wrote:
Recently I did a 2.2 cd install of debian. Before I'd been running the
libranet version of debian. I am sourcing the keybind-1.2i file and it has
F1 linked to the mutt manual. But, it doesn't work. Trying to get vim to
read a .gz file doesn't work either, whereas it used to work with the
libranet version. I'm missing some package or configuration, can someone
clue me to what it is?
I have bash, sh, zsh shells installed.
I have vim-rt, vim-tcl installed.
   -- 
   +  Osamu Aoki [EMAIL PROTECTED], GnuPG-key: 1024D/D5DE453D  +
   +   Fingerprint: 814E BD64 3288 40E7 E88E  3D92 C3F8 EA94 D5DE 453D   +
   +   http://www.aokiconsulting.com/pc/  Cupertino, CA USA  +
   
  
  -- 
  "You are entitled to your actions...not the results"
   --Bhagavad Gita
  
  
 
 -- 
 +  Osamu Aoki [EMAIL PROTECTED], GnuPG-key: 1024D/D5DE453D  +
 +   Fingerprint: 814E BD64 3288 40E7 E88E  3D92 C3F8 EA94 D5DE 453D   +
 +   http://www.aokiconsulting.com/pc/  Cupertino, CA USA  +
 

-- 
"You are entitled to your actions...not the results"
 --Bhagavad Gita



Re: alias question

2001-01-21 Thread Dale Morris

thanks Eugene, that makes mutt even more useful..
Eugene Lee [[EMAIL PROTECTED]] wrote:
 On Sat, Jan 20, 2001 at 06:57:19AM -0800, Dale Morris wrote:
 : 
 : I want to be able to add a little information about some of my aliases, such
 : as who the person is or maybe their phone number, or whatever. Can I just
 : add the information, comment it out with ##, or is there a better way?
 : I'm not the greatest with Unix scripts..
 
 Mutt scripts, including the aliases files, can be commented out by
 putting a # as the first character on the line.  So you can do things
 like so:
 
   alias eugene "Eugene Lee" [EMAIL PROTECTED]
   # home phone is 987-654-3210
   # work phone is 123-456-7890
   # note: he is really freaky!
 
 
 -- 
 Eugene Lee
 [EMAIL PROTECTED]

-- 
"You are entitled to your actions...not the results"
 --Bhagavad Gita



alias question

2001-01-20 Thread Dale Morris

I want to be able to add a little information about some of my aliases, such
as who the person is or maybe their phone number, or whatever. Can I just
add the information, comment it out with ##, or is there a better way?
I'm not the greatest with Unix scripts..

thanks
dale



Re: Read receipt and return receipt

2001-01-17 Thread Dale Morris

Does Exim support dsn notify and dsn return? If so, can I just set those
variables? I'm using exim on a cable connection..

thanks



dale

Viktor Lakics [[EMAIL PROTECTED]] wrote:
 Dear mutters,
 
 Is there any way to ask for read receipt or return receipt when I
 have the message done, and I just have to hit the "y" to send it?
 
 I have already RTFM, and know that there are two variables in mutt to
 support this: ``$dsn_notify'' and ``$dsn_return''. But these are
 somehow rely on sendmail command line options. I use postfix, and I
 have no clue how I could make these variables work for me. ( I
 suppose I have to put them into my .muttrc, but I do not want read
 receipts on all my messages sent, I want to activate this option in
 some rare cases, with some messages...How could I do that with mutt?
 
 Any help would be appreciated...
 
 Viktor
 



  1   2   >