| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Hi, How do I add a bunch of addresses from the alias file to Bcc? -- Bill Jehle http://billjehle.com |
|
#2
| |||
| |||
| On Sun, 09 May 2004 20:55:34 -0700, bill jehle wrote: > Hi, How do I add a bunch of addresses from the alias file to Bcc? Mutt will auto-complete aliases typed on the input line for addresses (using the GNU readline library, I believe, which is why it's similar to bash and emacs). Type part of the alias, or none at all, then press <Tab>. Mutt will auto-complete the alias up to the first non-unique character (which, if you type no characters, will likely be none at all). Then, pressing <Tab> again will give a menu of aliases that match the partial completion. This list can be used like most other Mutt menus (the file browser; the folder index; etc.). Select a single address and press <Enter>, or tag multiple addresses with <Space> and then press <Enter> to use them all. FWIW: <http://www.mutt.org/doc/manual/manual-2.html#ss2.1> -- \ "Women should be obscene and not heard." -- Groucho Marx | `\ | _o__) | Ben Finney <http://bignose.squidly.org/> |
|
#3
| |||
| |||
| On Mon, 10 May 2004 13:57:10 +0950, Ben Finney wrote: > On Sun, 09 May 2004 20:55:34 -0700, bill jehle wrote: >> Hi, How do I add a bunch of addresses from the alias file to Bcc? > > Mutt will auto-complete aliases typed on the input line for addresses > (using the GNU readline library, I believe, which is why it's similar to > bash and emacs). > > Type part of the alias, or none at all, then press <Tab>. Mutt will > auto-complete the alias up to the first non-unique character (which, if > you type no characters, will likely be none at all). Then, pressing > <Tab> again will give a menu of aliases that match the partial > completion. > > This list can be used like most other Mutt menus (the file browser; the > folder index; etc.). Select a single address and press <Enter>, or tag > multiple addresses with <Space> and then press <Enter> to use them all. > > FWIW: > http://www.mutt.org/doc/manual/manual-2.html#ss2.1 Thanks; -- Bill Jehle http://billjehle.com |
|
#4
| |||
| |||
| On Sun, 09 May 2004 20:55:34 -0700, bill jehle <billj@billjehle.com> wrote: > > > Hi, How do I add a bunch of addresses from the alias file to > Bcc? > Hi Bill. Make two files, one with the body of the mail you want to send in it, and one with a comma-seperated list of the addresses you want to Bcc to. cat file | mutt whatever@email.address -s "subject" -b `cat bcclist` bcclist should have no blank lines and no newlines, just one long comma-seperated list of addresses. The first address could be anything, including your own. That do the trick? AC -- Pass-List -----> Block-List ----> Challenge-Response The key to taking control of your mailbox. Design Parameters: http://tinyurl.com/2t5kp || http://tinyurl.com/3c3ag Challenge-Response links -- http://tinyurl.com/yrfjb |
|
#5
| |||
| |||
| * Alan Connor <zzzzzz@xxx.yyy>: > cat file | mutt whatever@email.address -s "subject" -b `cat bcclist` > > bcclist should have no blank lines and no newlines, just one long > comma-seperated list of addresses. Why no blank lines and no newlines? ,---- | davep@hagbard:~$ cat > foo | test1@example.com, | | test2@example.com, | test3@example.com | ^D | davep@hagbard:~$ echo `cat foo` | test1@example.com, test2@example.com, test3@example.com `---- -- Dave Pearson: | mutt.octet.filter - autoview octet-streams http://www.davep.org/ | mutt.vcard.filter - autoview simple vcards Mutt: | muttrc2html - muttrc -> HTML utility http://www.davep.org/mutt/ | muttrc.sl - Jed muttrc mode |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.