Changeset 99e8d3d9
- Timestamp:
- 11/26/2022 04:30:47 PM (23 months ago)
- Branches:
- 11.3, 12.0, 12.1, 12.2, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/for-12.3, xry111/llvm18, xry111/spidermonkey128, xry111/xf86-video-removal
- Children:
- 8a7466be
- Parents:
- 63d4b42 (diff), c47c23c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
networking/mailnews/mailx.xml
r63d4b42 r99e8d3d9 172 172 173 173 <para> 174 <!-- ~/.nailrc seems not to be supported anymore 174 175 <filename>/etc/nail.rc</filename>, <filename>~/.mailrc</filename> 175 176 and <filename>~/.nailrc</filename> 177 --> 178 <filename>/etc/nail.rc</filename> and <filename>~/.mailrc</filename> 176 179 </para> 177 180 … … 183 186 <primary sortas="e-AA.mailrc">~/.mailrc</primary> 184 187 </indexterm> 185 188 <!-- 186 189 <indexterm zone="mailx mailx-config"> 187 190 <primary sortas="e-AA.nailrc">~/.nailrc</primary> 188 191 </indexterm> 192 --> 193 </sect3> 194 195 <sect3> 196 <title>Configuration Information</title> 197 198 <para> 199 For displaying mails, <application>mailx</application> 200 uses a pager program. Since the default of <command>pg</command> 201 is not available on a LFS system, its required to 202 specify which pager is to use. By default, there is 203 <command>more</command> and the more comfortable 204 <command>less</command> installed. If the 205 variable PAGER is not set in <filename>/etc/profile</filename> 206 or <filename>~/.bash_profile</filename>, or if it 207 should be another pager just for reading mails, it can be 208 set system wide in <filename>/etc/nail.rc</filename>: 209 </para> 210 211 <screen><userinput role="nodump">echo "set PAGER=<more|less>" >> /etc/nail.rc</userinput></screen> 212 213 <para>or individually for the actual user in <filename>~/.mailrc</filename>:</para> 214 215 <screen><userinput role="nodump">echo "set PAGER=<more|less>" >> ~/.mailrc</userinput></screen> 216 217 <para> 218 Other interesting options to set in the config files might 219 be EDITOR and MAILDIR. 220 </para> 221 222 <para> 223 If not set in the environment for other packages, the 224 default editor can be set by: 225 </para> 226 227 <screen><userinput role="nodump">echo "set EDITOR=<vim|nano|...>" >> /etc/nail.rc</userinput></screen> 228 229 <para> 230 Depending on which kind of <xref linkend="server-mail"/> is 231 installed, it might be required to set the MAILDIR variable 232 so <application>mailx</application> is able to find the mails: 233 </para> 234 235 <screen><userinput role="nodump">echo "set MAILDIR=Maildir" >> /etc/nail.rc</userinput></screen> 189 236 190 237 </sect3>
Note:
See TracChangeset
for help on using the changeset viewer.