FreeBSD Bugzilla – Attachment 9972 Details for
Bug 20183
Patches to replaces </>s by something correct
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 32.09 KB, created by
ue
on 2000-07-25 23:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
ue
Created:
2000-07-25 23:50:01 UTC
Size:
32.09 KB
patch
obsolete
>Index: article.sgml >=================================================================== >RCS file: /home/ncvs/doc/en_US.ISO_8859-1/articles/mh/article.sgml,v >retrieving revision 1.7 >diff -u -r1.7 article.sgml >--- article.sgml 1999/10/10 20:20:38 1.7 >+++ article.sgml 2000/07/25 21:14:48 >@@ -35,7 +35,7 @@ > initial philosophies behind MH were developed. MH isn't so much > a monolithic email program but a philosophy about how best to > develop tools for reading email. The MH developers have done a >- great job adhering to the <acronym>KISS</> principle: Keep It >+ great job adhering to the <acronym>KISS</acronym> principle: Keep It > Simple Stupid. Rather than have one large program for reading, > sending and handling email they have written specialized > programs for each part of your email life. One might liken MH to >@@ -64,9 +64,9 @@ > </screen> > </informalexample> > >- You will notice that it created a <filename>/usr/local/lib/mh</> >+ You will notice that it created a <filename>/usr/local/lib/mh</filename> > directory for you as well as adding several binaries to the >- <filename>/usr/local/bin</> directory. If you would prefer to >+ <filename>/usr/local/bin</filename> directory. If you would prefer to > compile it yourself then you can anonymous ftp it from <ulink > URL="ftp://ftp.ics.uci.edu/">ftp.ics.uci.edu</ulink> or <ulink > URL="ftp://louie.udel.edu/">louie.udel.edu</ulink>.</para> >@@ -85,33 +85,33 @@ > <sect1> > <title>Reading Mail</title> > >- <para>This section covers how to use <command>inc</>, >- <command>show</>, <command>scan</>, <command>next</>, >- <command>prev</>, <command>rmm</>, <command>rmf</>, and >- <command>msgchk</>. One of the best things about MH is the >+ <para>This section covers how to use <command>inc</command>, >+ <command>show</command>, <command>scan</command>, <command>next</command>, >+ <command>prev</command>, <command>rmm</command>, <command>rmf</command>, and >+ <command>msgchk</command>. One of the best things about MH is the > consistent interface between programs. A few things to keep in > mind when using these commands is how to specify message lists. >- In the case of <command>inc</> this doesn't really make any >- sense but with commands like <command>show</> it is useful to >+ In the case of <command>inc</command> this doesn't really make any >+ sense but with commands like <command>show</command> it is useful to > know. </para> > > <para>A message list can consist of something like <parameter>23 >- 20 16</> which will act on messages 23, 20 and 16. This is >+ 20 16</parameter> which will act on messages 23, 20 and 16. This is > fairly simple but you can do more useful things like >- <parameter>23-30</> which will act on all the messages between >+ <parameter>23-30</parameter> which will act on all the messages between > 23 and 30. You can also specify something like >- <parameter>cur:10</> which will act on the current message and >- the next 9 messages. The <parameter>cur</>, <parameter>last</>, >- and <parameter>first</> messages are special messages that refer >+ <parameter>cur:10</parameter> which will act on the current message and >+ the next 9 messages. The <parameter>cur</parameter>, <parameter>last</parameter>, >+ and <parameter>first</parameter> messages are special messages that refer > to the current, last or first message in the folder.</para> > > <sect2 id="inc"> >- <title><command>inc</>, <command>msgchk</>—read in your >+ <title><command>inc</command>, <command>msgchk</command>—read in your > new email or check it</title> > >- <para>If you just type in <userinput>inc</> and hit >- <keycap>return</> you will be well on your way to getting >- started with MH. The first time you run <command>inc</> it >+ <para>If you just type in <userinput>inc</userinput> and hit >+ <keycap>return</keycap> you will be well on your way to getting >+ started with MH. The first time you run <command>inc</command> it > will setup your account to use all the MH defaults and ask you > about creating a Mail directory. If you have mail waiting to > be downloaded you will see something that looks like:</para> >@@ -126,45 +126,45 @@ > </informalexample> > > <para>This is the same thing you will see from a >- <command>scan</> (see <xref linkend="scan">). If you just run >- <command>inc</> with no arguments it will look on your >+ <command>scan</command> (see <xref linkend="scan">). If you just run >+ <command>inc</command> with no arguments it will look on your > computer for email that is supposed to be coming to > you.</para> > > <para>A lot of people like to use POP for grabbing their email. > MH can do POP to grab your email. You will need to give >- <command>inc</> a few command line arguments.</para> >+ <command>inc</command> a few command line arguments.</para> > > <informalexample> > <screen>&prompt.user; <userinput>inc -host mail.pop.org -user <replaceable>username</> -norpop</> > </screen> > </informalexample> > >- <para>That tells <command>inc</> to go to >- <parameter>mail.pop.org</> to download your email, and that >- your username on their system is <replaceable>username</>. The >- <option>-norpop</option> option tells <command>inc</> to use >+ <para>That tells <command>inc</command> to go to >+ <parameter>mail.pop.org</parameter> to download your email, and that >+ your username on their system is <replaceable>username</replaceable>. The >+ <option>-norpop</option> option tells <command>inc</command> to use > plain POP3 for downloading your email. MH has support for a > few different dialects of POP. More than likely you will never > ever need to use them though. While you can do more complex > things with inc such as audit files and scan format files this > will get you going.</para> > >- <para>The <command>msgchk</> command is used to get information >- on whether or not you have new email. <command>msgchk</> takes >+ <para>The <command>msgchk</command> command is used to get information >+ on whether or not you have new email. <command>msgchk</command> takes > the same <option>-host</option> and <option>-user</option> >- options that <command>inc</> takes.</para> >+ options that <command>inc</command> takes.</para> > </sect2> > > <sect2 id="show"> >- <title><command>show</>, <command>next</> and >- <command>prev</>—displaying and moving through >+ <title><command>show</command>, <command>next</command> and >+ <command>prev</command>—displaying and moving through > email</title> > >- <para><command>show</> is to show a letter in your current >- folder. Like <command>inc</>, <command>show</> is a fairly >- straightforward command. If you just type <userinput>show</> >- and hit <keycap>return</> then it displays the current >+ <para><command>show</command> is to show a letter in your current >+ folder. Like <command>inc</command>, <command>show</command> is a fairly >+ straightforward command. If you just type <userinput>show</userinput> >+ and hit <keycap>return</keycap> then it displays the current > message. You can also give specific message numbers to > show:</para> > >@@ -175,23 +175,23 @@ > > <para>This would display message numbers 32, 45 and 56 right > after each other. Unless you change the default behavior >- <command>show</> basically just does a <command>more</> on the >+ <command>show</command> basically just does a <command>more</command> on the > email message.</para> > >- <para><command>next</> is used to move onto the next message and >- <command>prev</> will go to the previous message. Both >- commands have an implied <command>show</> command so that when >+ <para><command>next</command> is used to move onto the next message and >+ <command>prev</command> will go to the previous message. Both >+ commands have an implied <command>show</command> command so that when > you go to the next message it automatically displays > it.</para> > </sect2> > > <sect2 id="scan"> >- <title><command>scan</>—shows you a scan of your >+ <title><command>scan</command>—shows you a scan of your > messages</title> > >- <para><command>scan</> will display a brief listing of the >+ <para><command>scan</command> will display a brief listing of the > messages in your current folder. This is an example of what >- the <command>scan</> command will give you.</para> >+ the <command>scan</command> command will give you.</para> > > <informalexample> > <screen> 30+ 01/16 "Jordan K. Hubbar Re: FBSD 2.1<<> Do you want a library instead of >@@ -205,32 +205,32 @@ > configurable. This is the typical default display. It gives > you the message number, the date on the email, the sender, the > subject line, and a sentence fragment from the very beginning >- of the email if it can fit it. The <literal>+</> means that >+ of the email if it can fit it. The <literal>+</literal> means that > message is the current message, so if you do a >- <command>show</> it will display that message.</para> >+ <command>show</command> it will display that message.</para> > > <para>One useful option for scan is the > <option>-reverse</option> option. This will list your messages > with the highest message number first and lowest message >- number last. Another useful option with <command>scan</> is to >+ number last. Another useful option with <command>scan</command> is to > have it read from a file. If you want to scan your incoming >- mailbox on FreeBSD without having to <command>inc</> it you >+ mailbox on FreeBSD without having to <command>inc</command> it you > can do <command>scan -file >- /var/mail/<replaceable>username</></command>. This can be used >- with any file that is in the <database>mbox</> format.</para> >+ /var/mail/<replaceable>username</replaceable></command>. This can be used >+ with any file that is in the <database>mbox</database> format.</para> > </sect2> > > <sect2 id="rmm"> >- <title><command>rmm</> and <command>rmf</>—remove the >+ <title><command>rmm</command> and <command>rmf</command>—remove the > current message or folder</title> > >- <para><command>rmm</> is used to remove a mail message. The >+ <para><command>rmm</command> is used to remove a mail message. The > default is typically to not actually remove the message but to > rename the file to one that is ignored by the MH commands. You > will need to through periodically and physically delete the >- <quote>removed</> messages.</para> >+ <quote>removed</quote> messages.</para> > >- <para>The <command>rmf</> command is used to remove folders. >+ <para>The <command>rmf</command> command is used to remove folders. > This doesn't just rename the files but actually removes the > from the hard drive so you should be careful when you use this > command.</para> >@@ -240,8 +240,8 @@ > <title>A typical session of reading with MH</title> > > <para>The first thing that you will want to do is >- <command>inc</> your new mail. So at a shell prompt just type >- in <command>inc</> and hit <keycap>return</>.</para> >+ <command>inc</command> your new mail. So at a shell prompt just type >+ in <command>inc</command> and hit <keycap>return</keycap>.</para> > > <informalexample> > <screen>&prompt.user; <userinput>inc</> >@@ -255,7 +255,7 @@ > </informalexample> > > <para>This shows you the new email that has been added to your >- mailbox. So the next thing to do is <command>show</> the email >+ mailbox. So the next thing to do is <command>show</command> the email > and move around.</para> > > <informalexample> >@@ -298,8 +298,8 @@ > </screen> > </informalexample> > >- <para>The <command>rmm</> removed the current message and the >- <command>next</> command moved me on to the next message. Now >+ <para>The <command>rmm</command> removed the current message and the >+ <command>next</command> command moved me on to the next message. Now > if I wanted to look at ten most recent messages so I could > read one of them here is what I would do:</para> > >@@ -320,7 +320,7 @@ > </informalexample> > > <para>Then if I wanted to read message number 27 I would do a >- <userinput>show 27</> and it would be displayed. As you can >+ <userinput>show 27</userinput> and it would be displayed. As you can > probably tell from this sample session MH is pretty easy to > use and looking through emails and displaying them is fairly > intuitive and easy.</para> >@@ -337,19 +337,19 @@ > the concept of folders. You have undoubtedly come across the > folders concept using other email programs. MH has folders too. > MH can even do sub-folders of a folder. One thing you should >- keep in mind with MH is that when you ran <command>inc</> for >+ keep in mind with MH is that when you ran <command>inc</command> for > the first time and it asked you if it could create a >- <filename>Mail</> directory it began storing everything in that >+ <filename>Mail</filename> directory it began storing everything in that > directory. If you look at that directory you will find a >- directory named <filename>inbox</>. The <filename>inbox</> >+ directory named <filename>inbox</filename>. The <filename>inbox</filename> > directory houses all of your incoming mail that hasn't been > thrown anywhere else.</para> > > <para>Whenever you create a new folder a new directory is going to >- be created underneath your MH <filename>Mail</> directory, and >+ be created underneath your MH <filename>Mail</filename> directory, and > messages in that folder are going to be stored in that > directory. When new email comes in that new email is thrown >- into your <filename>inbox</> directory with a file name that is >+ into your <filename>inbox</filename> directory with a file name that is > equivalent to the message number. So even if you didn't have > any of the MH tools to read your email you could still use > standard UNIX commands to munge around in those directories and >@@ -357,28 +357,28 @@ > a lot of power with what you can do with your email.</para> > > <para>Just as you can use message lists like <parameter>23 16 >- 42</> with most MH commands there is a folder option you can >+ 42</parameter> with most MH commands there is a folder option you can > specify with just about every MH command. If you do a >- <command>scan +freebsd</> it will scan your <filename>freebsd</> >+ <command>scan +freebsd</command> it will scan your <filename>freebsd</filename> > folder, and your current folder will be changed to >- <filename>freebsd</>. If you do a <command>show +freebsd 23 16 >- 42</>, <command>show</> is going to switch to your >- <filename>freebsd</> folder and display messages 23, 16 and 42. >- So remember that <option>+<replaceable>folder</></> syntax. You >+ <filename>freebsd</filename>. If you do a <command>show +freebsd 23 16 >+ 42</command>, <command>show</command> is going to switch to your >+ <filename>freebsd</filename> folder and display messages 23, 16 and 42. >+ So remember that <option>+<replaceable>folder</replaceable></option> syntax. You > will need to make sure you use it to make commands process > different folders. Remember you default folder for mail is >- <filename>inbox</> so doing a <command>folder +inbox</> should >+ <filename>inbox</filename> so doing a <command>folder +inbox</command> should > always get you back to your mail. Of course, in MH's infinite > flexibility this can be changed but most places have probably >- left it as <command>inbox</>.</para> >+ left it as <command>inbox</command>.</para> > > <sect2> >- <title><command>pick</>—search email that matches certain >+ <title><command>pick</command>—search email that matches certain > criteria</title> > >- <para><command>pick</> is one of the more complex commands in >+ <para><command>pick</command> is one of the more complex commands in > the MH system. So you might want to read the >- <citerefentry><refentrytitle>pick</><manvolnum>1</></> man >+ <citerefentry><refentrytitle>pick</refentrytitle><manvolnum>1</manvolnum></citerefentry> man > page for a more thorough understanding. At its simplest level > you can do something like</para> > >@@ -392,12 +392,12 @@ > </screen> > </informalexample> > >- <para>This will tell <command>pick</> to look through every >+ <para>This will tell <command>pick</command> to look through every > single line in every message in your current folder and tell >- you which message numbers it found the word <literal>pci</> >- in. You can then <command>show</> those messages and read them >- if you wish or <command>rmm</> them. You would have to specify >- something like <command>show 15 42 55-57</> to display them >+ you which message numbers it found the word <literal>pci</literal> >+ in. You can then <command>show</command> those messages and read them >+ if you wish or <command>rmm</command> them. You would have to specify >+ something like <command>show 15 42 55-57</command> to display them > though. A slightly more useful thing to do is this:</para> > > <informalexample> >@@ -410,16 +410,16 @@ > <para>This will show you the same messages you just didn't have > to work as hard to do it. The <option>-seq</option> option is > really an abbreviation of <option>-sequence</option> and >- <command>pick</> is just a sequence which contains the message >+ <command>pick</command> is just a sequence which contains the message > numbers that matched. You can use sequences with just about >- any MH command. So you could have done an <command>rmm pick</> >+ any MH command. So you could have done an <command>rmm pick</command> > and all those messages would be removed instead. You sequence > can be named anything. If you run pick again it will overwrite > the old sequence if you use the same name.</para> > > <para>Doing a <command>pick -search</command> can be a bit more > time consuming than just searching for message from someone, >- or to someone. So <command>pick</> allows you to use the >+ or to someone. So <command>pick</command> allows you to use the > following predefined search criteria:</para> > > <variablelist> >@@ -468,7 +468,7 @@ > > <listitem> > <para>search for any other component in the header. (i.e. >- <option>--reply-to</> to find all emails with a certain >+ <option>--reply-to</option> to find all emails with a certain > reply-to in the header)</para> > </listitem> > </varlistentry> >@@ -482,7 +482,7 @@ > </informalexample> > > to get a list of all the email send to the FreeBSD hackers >- mailing list. <command>pick</> also allows you to group these >+ mailing list. <command>pick</command> also allows you to group these > criteria in different ways using the following options:</para> > > <itemizedlist> >@@ -531,42 +531,42 @@ > something called operator precedence. Remember in math how you > evaluate from left to right and you do multiplication and > division first and addition and subtraction second? MH has the >- same type of rules for <command>pick</>. It's fairly complex >+ same type of rules for <command>pick</command>. It's fairly complex > so you might want to study the man page. This document is just > to help you get acquainted with MH.</para> > </sect2> > > <sect2> >- <title><command>folder</>, <command>folders</>, >- <command>refile</>—three useful programs for folder >+ <title><command>folder</command>, <command>folders</command>, >+ <command>refile</command>—three useful programs for folder > maintenance</title> > > <para>There are three programs which are primarily just for >- manipulating your folders. The <command>folder</> program is >+ manipulating your folders. The <command>folder</command> program is > used to switch between folders, pack them, and list them. At > its simplest level you can do a <command>folder >- +<replaceable>newfolder</></> and you will be switched into >- <replaceable>newfolder</>. From there on out all your MH >- commands like <command>comp</>, <command>repl</>, >- <command>scan</>, and <command>show</> will act on that >- <command>newfolder</> folder.</para> >+ +<replaceable>newfolder</replaceable></command> and you will be switched into >+ <replaceable>newfolder</replaceable>. From there on out all your MH >+ commands like <command>comp</command>, <command>repl</command>, >+ <command>scan</command>, and <command>show</command> will act on that >+ <command>newfolder</command> folder.</para> > > <para>Sometimes when you are reading and deleting messages you >- will develop <quote>holes</> in your folders. If you do a >- <command>scan</> you might just see messages 34, 35, 36, 43, >+ will develop <quote>holes</quote> in your folders. If you do a >+ <command>scan</command> you might just see messages 34, 35, 36, 43, > 55, 56, 57, 80. If you do a <command>folder -pack</command> > this will renumber all your messages so that there are no > holes. It doesn't actually delete any messages though. So you > may need to periodically go through and physically delete >- <command>rmm</>'d messages.</para> >+ <command>rmm</command>'d messages.</para> > > <para>If you need statistics on your folders you can do a >- <command>folders</> or <command>folder -all</command> to list >+ <command>folders</command> or <command>folder -all</command> to list > all your folders, how many messages they have, what the > current message is in each one and so on. This line of stats > it displays for all your folders is the same one you get when >- you change to a folder with <command>folder +foldername</>. A >- <command>folders</> command looks like this:</para> >+ you change to a folder with <command>folder +foldername</command>. A >+ <command>folders</command> command looks like this:</para> > > <informalexample> > <screen> Folder # of messages ( range ); cur msg (other files) >@@ -585,17 +585,17 @@ > </screen> > </informalexample> > >- <para>The <command>refile</> command is what you use to move >+ <para>The <command>refile</command> command is what you use to move > messages between folders. When you do something like >- <command>refile 23 +netfuture</> message number 23 is moved >- into the <filename>netfuture</> folder. You could also do >- something like <command>refile 23 +netfuture/latest</> which >+ <command>refile 23 +netfuture</command> message number 23 is moved >+ into the <filename>netfuture</filename> folder. You could also do >+ something like <command>refile 23 +netfuture/latest</command> which > would put message number 23 in a subfolder called >- <filename>latest</> under the <filename>netfuture</> folder. >+ <filename>latest</filename> under the <filename>netfuture</filename> folder. > If you want to keep a message in the current folder and link > it you can do a <command>refile -link 23 +netfuture</command> >- which would keep 23 in your current <filename>inbox</> but >- also list in your <filename>netfuture</> folder. You are >+ which would keep 23 in your current <filename>inbox</filename> but >+ also list in your <filename>netfuture</filename> folder. You are > probably beginning to realize some of the really powerful > things you can do with MH.</para> > </sect2> >@@ -613,29 +613,29 @@ > Subject: headers already in it. You are then sent into your > editor where you fill in the header information and then type > the body of your message below the dashed lines in the message. >- Then to the <command>whatnow</> program. When you are at the >+ Then to the <command>whatnow</command> program. When you are at the > <prompt>What now?</prompt> prompt you can tell it to >- <command>send</>, <command>list</>, <command>edit</>, >- <command>edit</>, <command>push</>, and <command>quit</>. Most >+ <command>send</command>, <command>list</command>, <command>edit</command>, >+ <command>edit</command>, <command>push</command>, and <command>quit</command>. Most > of these commands are self-explanatory. So the message sending > process involves copying a component file, editing your email, >- and then telling the <command>whatnow</> program what to do with >+ and then telling the <command>whatnow</command> program what to do with > your email.</para> > > <sect2> >- <title><command>comp</>, <command>forw</>, >- <command>reply</>—compose, forward or reply to a message >+ <title><command>comp</command>, <command>forw</command>, >+ <command>reply</command>—compose, forward or reply to a message > to someone</title> > >- <para>The <command>comp</> program has a few useful command line >+ <para>The <command>comp</command> program has a few useful command line > options. The most important one to know right now is the > <option>-editor</option> option. When MH is installed the > default editor is usually a program called >- <command>prompter</> which comes with MH. It's not a very >+ <command>prompter</command> which comes with MH. It's not a very > exciting editor and basically just gets the job done. So when > you go to compose a message to someone you might want to use >- <command>comp -editor /usr/bin/vi/</> or <command>comp -editor >- /usr/local/bin/pico/</> instead. Once you have run >+ <command>comp -editor /usr/bin/vi/</command> or <command>comp -editor >+ /usr/local/bin/pico/</command> instead. Once you have run > <emphasis>comp</emphasis> you are in your editor and you see > something that looks like this:</para> > >@@ -648,9 +648,9 @@ > </informalexample> > > <para>You need to put the person you are sending the mail to >- after the <literal>To:</> line. It works the same way for the >+ after the <literal>To:</literal> line. It works the same way for the > other headers also, so you would need to put your subject >- after the <literal>Subject:</> line. Then you would just put >+ after the <literal>Subject:</literal> line. Then you would just put > the body of your message after the dashed lines. It may seem a > bit simplistic since a lot of email programs have special > requesters that ask you for this information but there really >@@ -667,55 +667,55 @@ > </informalexample> > > <para>You can now save this message and exit your editor. You >- will see the <prompt>What now?</> prompt and you can type in >- <userinput>send</> or <userinput>s</> and hit >- <keycap>return</>. Then the FreeBSD core team will receive >+ will see the <prompt>What now?</prompt> prompt and you can type in >+ <userinput>send</userinput> or <userinput>s</userinput> and hit >+ <keycap>return</keycap>. Then the FreeBSD core team will receive > their just rewards. As I mentioned earlier you can also use >- other commands, for example <command>quit</> if you don't want >+ other commands, for example <command>quit</command> if you don't want > to send the message.</para> > >- <para>The <command>forw</> command is stunningly similar. The >+ <para>The <command>forw</command> command is stunningly similar. The > big difference being that the message you are forwarding is > automatically included in the outgoing message. When you run >- <command>forw</> it will forward your current message. You can >+ <command>forw</command> it will forward your current message. You can > always tell it to forward something else by doing something >- like <command>forw 23</> and then message number 23 will be >+ like <command>forw 23</command> and then message number 23 will be > put in your outgoing message instead of the current message. >- Beyond those small differences <command>forw</> functions >- exactly the same as <command>comp</>. You go through the exact >+ Beyond those small differences <command>forw</command> functions >+ exactly the same as <command>comp</command>. You go through the exact > same message sending process.</para> > >- <para>The <command>repl</> command will reply to whatever your >+ <para>The <command>repl</command> command will reply to whatever your > current message is, unless you give it a different message to >- reply to. <command>repl</> will do its best to go ahead and >+ reply to. <command>repl</command> will do its best to go ahead and > fill in some of the email headers already. So you will notice >- that the <literal>To:</> header already has the address of the >- recipient in there. Also the <literal>Subject:</> line will >+ that the <literal>To:</literal> header already has the address of the >+ recipient in there. Also the <literal>Subject:</literal> line will > already be filled in. You then go about the normal message > composition process and you are done. One useful command line > option to know here is the <option>-cc</option> option. You >- can use <parameter>all</>, <parameter>to</>, <parameter>cc</>, >- <parameter>me</> after the <option>-cc</option> option to have >- <command>repl</> automatically add the various addresses to >+ can use <parameter>all</parameter>, <parameter>to</parameter>, <parameter>cc</parameter>, >+ <parameter>me</parameter> after the <option>-cc</option> option to have >+ <command>repl</command> automatically add the various addresses to > the cc list in the message. You have probably noticed that the > original message isn't included. This is because most MH > setups are configured to do this from the start.</para> > </sect2> > > <sect2> >- <title><filename>components</>, and >- <filename>replcomps</>—components files for >- <command>comp</> and <command>repl</></title> >+ <title><filename>components</filename>, and >+ <filename>replcomps</filename>—components files for >+ <command>comp</command> and <command>repl</command></title> > >- <para>The <filename>components</> file is usually in >+ <para>The <filename>components</filename> file is usually in > <filename>/usr/local/lib/mh</filename>. You can copy that file > into your MH Mail directory and edit to contain what you want > it to contain. It is a fairly basic file. You have various > email headers at the top, a dashed line and then nothing. The > <command>comp</command> command just copies this >- <filename>components</> file and then edits it. You can add >+ <filename>components</filename> file and then edits it. You can add > any kind of valid RFC822 header you want. For instance you >- could have something like this in your <filename>components</> >+ could have something like this in your <filename>components</filename> > file:</para> > > <informalexample> >@@ -729,13 +729,13 @@ > </informalexample> > > <para>MH would then copy this components file and throw you into >- your editor. The <filename>components</> file is fairly >+ your editor. The <filename>components</filename> file is fairly > simple. If you wanted to have a signature on those messages > you would just put your signature in that >- <filename>components</> file.</para> >+ <filename>components</filename> file.</para> > >- <para>The <filename>replcomps</> file is a bit more complex. The >- default <filename>replcomps</> looks like this:</para> >+ <para>The <filename>replcomps</filename> file is a bit more complex. The >+ default <filename>replcomps</filename> looks like this:</para> > > <informalexample> > <screen>%(lit)%(formataddr %<{reply-to}%?{from}%?{sender}%?{return-path}%>)\ >@@ -752,12 +752,12 @@ > </informalexample> > > <para>It's in the same basic format as the >- <filename>components</> file but it contains quite a few extra >- formatting codes. The <literal>%(lit)</> command makes room >- for the address. The <literal>%(formataddr</> is a function >+ <filename>components</filename> file but it contains quite a few extra >+ formatting codes. The <literal>%(lit)</literal> command makes room >+ for the address. The <literal>%(formataddr</literal> is a function > that returns a proper email address. The next part is > <literal>%<</literal> which means if and the >- <literal>{reply-to}</> means the reply-to field in the >+ <literal>{reply-to}</literal> means the reply-to field in the > original message. So that might be translated this way:</para> > > <informalexample> >@@ -774,7 +774,7 @@ > variables mean. All of the information on writing these format > strings is in the MH-Format man page. The really nice thing is > that once you have built your customized >- <filename>replcomps</> file you won't need to touch it again. >+ <filename>replcomps</filename> file you won't need to touch it again. > No other email program really gives you the power and > flexibility that MH gives you.</para> > </sect2>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 20183
:
9970
|
9971
| 9972 |
9973
|
9974
|
9975