Re: How to resend message multiple times effectively

2007-09-24 Thread Russell L. Harris
* Jiang Qian <[EMAIL PROTECTED]> [070925 00:21]: > > For a few dozen recipients or less, place all the recipient addresses > > (comma-delimited) on the BCC: line, and place your own address on the > > TO: line. > > > > About a year ago, I had need to make a periodic mailing to a few > > hundred em

Re: How to resend message multiple times effectively

2007-09-24 Thread Jiang Qian
> For a few dozen recipients or less, place all the recipient addresses > (comma-delimited) on the BCC: line, and place your own address on the > TO: line. > > About a year ago, I had need to make a periodic mailing to a few > hundred email addresses. I tried several approaches, but I did not > f

Re: How to resend message multiple times effectively

2007-09-24 Thread Ajeet
On Mon, 24 Sep 2007 23:00:51 -0500, Kyle Wheeler wrote: > What's wrong with including them all in the To, CC, or Bcc headers? > Well the concern may seem vague to you and you may not agree. I think that in certain situations, it pays to make your email seem personal. If I receive an email in w

Re: How to resend message multiple times effectively

2007-09-24 Thread Russell L. Harris
* Ajeet <[EMAIL PROTECTED]> [070924 23:23]: > Hi all, > > I need to send the same message to multiple recipients. So what I am > currently doing is invoking "resend-message" repeatedly and changing > the "to" address. Is it possible to do this in one shot? As in fire > multiple emails, one for eac

Re: How to resend message multiple times effectively

2007-09-24 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday, September 24 at 07:57 PM, quoth Ajeet: >I need to send the same message to multiple recipients. So what I am >currently doing is invoking "resend-message" repeatedly and changing >the "to" address. Is it possible to do this in one shot? As

Re: How to activate a given GPG key through a macro...

2007-09-24 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, September 25 at 01:16 AM, quoth P.M.: >Should I set "set pgp_ignore_subkeys=" to "no" (default is "yes"), or >it does not matter here? Only unset it if you really need to (i.e. you find that mutt misbehaves otherwise). *Most* folks shoul

How to resend message multiple times effectively

2007-09-24 Thread Ajeet
Hi all, I need to send the same message to multiple recipients. So what I am currently doing is invoking "resend-message" repeatedly and changing the "to" address. Is it possible to do this in one shot? As in fire multiple emails, one for each address containing the same body. Thanks -- Rega

Re: How to activate a given GPG key through a macro...

2007-09-24 Thread P.M.
--- Kyle Wheeler <[EMAIL PROTECTED]> schrieb: OK, I've applied the conditional version: set pgp_encrypt_only_command="pgpewrap gpg --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust %?a? --encrypt-to %a? -- -r %r -- %f" set pgp_encrypt_sign_command="pgpewrap gpg

Re: Colors and... nano or native pager??

2007-09-24 Thread P.M.
--- cga2000 <[EMAIL PROTECTED]> schrieb: > (1) > http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html > (2) > http://www.cs.cmu.edu/~maverick/VimColorSchemeTest/ Thanks!!! Franz Die etwas anderen Infos rund um das Thema Reisen. BE A BETTER WELTENBUMMLER! www.yahoo.de/cle

Re: How to activate a given GPG key through a macro...

2007-09-24 Thread P.M.
--- Kyle Wheeler <[EMAIL PROTECTED]> schrieb: > Hopefully, you see what I'm saying... It's definitely much clearer now, and it's time for me to apply your advice and experiment with it... I think I've got it now. A few quick questions before closing, if you will... Should I set "set pgp_ignore_

Re: Colors and... nano or native pager??

2007-09-24 Thread cga2000
On Mon, Sep 24, 2007 at 11:18:49AM EDT, [EMAIL PROTECTED] wrote: > On Mon, Sep 24, 2007 at 10:23:48AM -0400, Chris Bannister wrote: > > > Just put: > > set editor=/usr/bin/vim > > in your .muttrc > > > > Personalise your colours for vim in your .vimrc > > (Obviously, this is the wrong mailing lis

Re: How to activate a given GPG key through a macro...

2007-09-24 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday, September 24 at 10:03 PM, quoth P.M.: >> Eh? That wouldn't do anything at all in a muttrc, that I'm aware >> of, and *should* cause mutt to complain. Under what context is that >> in your muttrc---is it in the middle of a variable setting

Re: How to activate a given GPG key through a macro...

2007-09-24 Thread P.M.
--- Kyle Wheeler <[EMAIL PROTECTED]> schrieb: Thank you, it is much appreciated. > > Now, the code "set pgp --encrypt-to=0x31577172" > occurs twice in the > > pgp section of my .muttrc. Within this scheme, do > I need to include > > that too in the macro?? > > Eh? That wouldn't do anything at

Re: How to activate a given GPG key through a macro...

2007-09-24 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday, September 24 at 08:03 AM, quoth [EMAIL PROTECTED]: > Thank you for taking the time to explain... You're quite welcome. > Here's what I currently have: > > macro generic "2" "set [EMAIL PROTECTED] > hostname=yahoo.de realname=my_hdr Bcc:

Re: Colors and... nano or native pager??

2007-09-24 Thread promulgato
On Mon, Sep 24, 2007 at 10:23:48AM -0400, Chris Bannister wrote: > Just put: > set editor=/usr/bin/vim > in your .muttrc > > Personalise your colours for vim in your .vimrc > (Obviously, this is the wrong mailing list for discussions on vim as > would discussions on mutt be on a vim mailing list.

Re: Colors and... nano or native pager??

2007-09-24 Thread promulgato
> For background colors in the console: > > man setterm Thanks! I'll look into that later on... Franz pgpQtK1UTew7I.pgp Description: PGP signature

Re: How to activate a given GPG key through a macro...

2007-09-24 Thread promulgato
Thank you for taking the time to explain... On Sun, Sep 23, 2007 at 10:35:39PM -0500, Kyle Wheeler wrote: > Here's how you'd set it in a macro: > > macro index m 'set pgp_sign_as=0x31577172' > > I can mix that into your existing send-mail macro if you include > that in your message. Here's wha

Re: Multiple return addresses

2007-09-24 Thread Ionel Mugurel Ciobica
On 24-09-2007, at 05h 59'12", Doug Carter wrote about "Multiple return addresses" > > Hi all, > > I'm having a difficult time setting up multiple return addresses in > my mutt configuration. I've seen various explanations and suggested > configurations, but none of them work consistently. > >

Multiple return addresses

2007-09-24 Thread Doug Carter
Hi all, I'm having a difficult time setting up multiple return addresses in my mutt configuration. I've seen various explanations and suggested configurations, but none of them work consistently. I am running Mutt 1.4.1i (installed from CentOS repos) and have the following config settings for t

Re: Colors and... nano or native pager??

2007-09-24 Thread Chris Bannister
On Mon, Sep 17, 2007 at 07:42:55AM -0700, [EMAIL PROTECTED] wrote: > OK, this is what I found out from experimentation and further > inquiry... What I initially wanted to achieve with nano (that > is, to make the whole screen background white while in console > - the same as with mutt) is imposs

Re: Colors and... nano or native pager??

2007-09-24 Thread Chris Bannister
On Sun, Sep 16, 2007 at 06:31:12PM -0700, [EMAIL PROTECTED] wrote: > The way I see it is... if I could get rid of these bright white > characters over deep black background that bother my eyes so much > whenever getting a nano screen to compose a message within mutt, thus > making my experience