Re: mutt setup help, please
On Sun, Feb 03, 2002 at 09:40:49AM -0500, stan wrote: > Umm, I;m still doing something wrong here. > > Here is the appropriate section from ~/.mutt/muttrc: > alias hpadmin "HPUX Mailing List" <[EMAIL PROTECTED]> > subscribe <[EMAIL PROTECTED]> > > alias du "Debian User List" > subscribe Try without "<" and ">" : subscribe debian-user@lists.debian.org Christophe -- Christophe Barbé <[EMAIL PROTECTED]> GnuPG FingerPrint: E0F6 FADF 2A5C F072 6AF8 F67A 8F45 2F1E D72C B41E A qui sait comprendre, peu de mots suffisent. (Intelligenti pauca.) pgpe5YRPKnJUA.pgp Description: PGP signature
Re: mutt setup help, please
On Sat, Feb 02, 2002 at 09:25:16PM -0500, dman wrote: > On Sat, Feb 02, 2002 at 06:02:27PM -0500, Stan Brown wrote: > | > | I'm making progress on this mutt setup, but I have a few questiosn, if you > | have time. > | > | 1. Can you send me an example alieas entry? It looks like I will have to > | create that file by hand from my existing elm aliases file, and I can't > | seem to find it's format documented. > > alias > > For example : > > alias stan1 Stan Brown <[EMAIL PROTECTED]> > alias stan2 "Stan Brown" <[EMAIL PROTECTED]> > alias stan3 [EMAIL PROTECTED] (Stan Brown) > > > I just glanced at the list and I agree with Stig that using vim is > probably the easiest solution. I'm not familiar with the record and > playback mechanism so I would use the "substitute" command > ( :s/regex/text/ ). The same could be done with sed. I can't help > with a pattern to use because I don't remember elm's format. > > | 2. Do I really have to enter each mailing list by hand into the mutrc file > | to get it to work corectly with mailing lists? I sort each of the lists > | that I am subscribed to inot seperate mialbox files, so I can't figure out > | how else to do this. > > You do need to add each address with the "list" or "subscribe" tag. > Perhaps my address file will help: Umm, I;m still doing something wrong here. Here is the appropriate section from ~/.mutt/muttrc: # show the name in my address book if no name given set reverse_alias = yes # fix broken mailing list software set ignore_list_reply_to = yes set forward_format = "FW: %s" set index_format = "%4C %Z %{%b %d} %-15.15L (%4l) %?M?(#%03M)&(%4l)? %s" set sort=threads set sort_aux=date ### # Aliases : # this is where mutt will save new aliases created set alias_file="~/.mutt/Addresses" # get my Address book source ~/.mutt/Addresses And hee's a sample entry from ~/.mutt/Addresses: # # Lists # # alias hpadmin "HPUX Mailing List" <[EMAIL PROTECTED]> subscribe <[EMAIL PROTECTED]> alias du "Debian User List" subscribe > > ~~~ > > > # Mailing Lists : > > alias abc-users abcusers@argyll.wisemagic.com > lists abcusers@argyll.wisemagic.com > > alias bind-user [EMAIL PROTECTED] > lists [EMAIL PROTECTED] > > alias debian-bts [EMAIL PROTECTED] > > alias debian-devel debian-devel@lists.debian.org > lists debian-devel@lists.debian.org > > But if I'm in a mailbox that's from a mailing list, and I hit 'L' I get "No mailing lists defined" BTW, I'm still unclear on the difference between "lists" and "subscribe", and I can have multiple "lists" entries, right? -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin
Re: mutt setup help, please
On Fri, Feb 01, 2002 at 08:34:38AM -0500, Stan Brown wrote: | I'm migrating from an HP-UX workstation, as my primary machine to a woddy | box. I'm also migrating from elm to mutt for my MUA. | | I use fetchmail to retrieve my mail, which then hands it to procmail, which | in turn filters the mail useing the SpamBouncer (tm) recipies. Under this | system mail from mailing lists gets stored in ~/mail/list_allias. Using elm | on the HP, when I hit c (fro change folder) I can enter a "=" and see a | directory of the ~/mail directory. I can then move around and select the | desried mailbox file. | | How can I configure mutt to do something similar? First, the default is ~/Mail (note the caps). You can change this with set folder ="~/mail" # the default location of mailboxes When you hit 'c' you'll be taken to a listing of the files/directories in '~/mail'. If you hit then you'll be taken to a listing of all folders marked as incoming mailboxes. I file all list mail into folders in ~/Mail/lists so this works great for my config : mailboxes "!" mailboxes "=1Inbox" "=2Default" "=system" "=debian_BTS" mailboxes "=lists/1announcements" mailboxes `echo $HOME/Mail/lists/[a-z]*` HTH, -D -- He who finds a wife finds what is good and receives favor from the Lord. Proverbs 18:22
Re: mutt setup help, please
Thus spake David Roundy: > On Fri, Feb 01, 2002 at 08:34:38AM -0500, Stan Brown wrote: > > I'm migrating from an HP-UX workstation, as my primary machine to a woddy > > box. I'm also migrating from elm to mutt for my MUA. > > > > I use fetchmail to retrieve my mail, which then hands it to procmail, which > > in turn filters the mail useing the SpamBouncer (tm) recipies. Under this > > system mail from mailing lists gets stored in ~/mail/list_allias. Using elm > > on the HP, when I hit c (fro change folder) I can enter a "=" and see a > > directory of the ~/mail directory. I can then move around and select the > > desried mailbox file. > > > > How can I configure mutt to do something similar? > > With mutt, using the default keybindings, I believe that hitting tab two or > three times instead of '=' should do the trick. Use the ? key, I believe. Steve -- A government that is big enough to give you all you want is big enough to take it all away. -- Barry Goldwater pgpCVxz91GIXG.pgp Description: PGP signature
Re: mutt setup help, please
On Fri, Feb 01, 2002 at 08:34:38AM -0500, Stan Brown wrote: > I'm migrating from an HP-UX workstation, as my primary machine to a woddy > box. I'm also migrating from elm to mutt for my MUA. > > I use fetchmail to retrieve my mail, which then hands it to procmail, which > in turn filters the mail useing the SpamBouncer (tm) recipies. Under this > system mail from mailing lists gets stored in ~/mail/list_allias. Using elm > on the HP, when I hit c (fro change folder) I can enter a "=" and see a > directory of the ~/mail directory. I can then move around and select the > desried mailbox file. > > How can I configure mutt to do something similar? With mutt, using the default keybindings, I believe that hitting tab two or three times instead of '=' should do the trick. -- David Roundy http://civet.berkeley.edu/droundy/