Changeset 0cfd5d9 for basicnet


Ignore:
Timestamp:
04/06/2003 09:54:20 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5628618e
Parents:
d306467
Message:

update to mutt-1.4.1i

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@831 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
basicnet/mailnews/mutt
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mutt/mutt-config.xml

    rd306467 r0cfd5d9  
    1111
    1212<para>No changes in these files are necessary to begin using mutt.  When
    13 your ready to make changes, the man page for muttrc is a good starting
     13you are ready to make changes, the man page for muttrc is a good starting
    1414place.</para>
    1515</sect3>
  • basicnet/mailnews/mutt/mutt-desc.xml

    rd306467 r0cfd5d9  
    44<para>The mutt package contains <userinput>mutt</userinput>,
    55<userinput>flea</userinput>, <userinput>muttbug</userinput>,
    6 <userinput>pgpwrap</userinput> and <userinput>pgpring</userinput>.</para>
     6<userinput>mutt_dotlock</userinput>, <userinput>pgpwrap</userinput> and <userinput>pgpring</userinput>.</para>
    77
    88</sect2>
     
    2020<para>muttbug is a script that executes flea.</para></sect3>
    2121
     22<sect3><title>mutt_dotlock</title>
     23<para>mutt_dotlock implements the mail spool file lock.</para></sect3>
     24
    2225<sect3><title>pgpwrap</title>
    2326<para>No description available.</para></sect3>
  • basicnet/mailnews/mutt/mutt-inst.xml

    rd306467 r0cfd5d9  
    22<title>Installation of mutt</title>
    33
     4<para>Mutt requires a group named 'mail'.  You can add this group, if it
     5does not exist, with this command:
     6<screen><userinput>groupadd mail</userinput></screen></para>
     7
    48<para>If you did not install a MTA, such as <xref linkend="postfix"/> or <xref
    5 linkend="sendmail"/>, you need to create a group for mail users and
    6 modify the ownership of <filename>/var/mail</filename>. This is done by
    7 the following commands:</para>
    8 
    9 <para><screen><userinput>groupadd mail &amp;&amp;
    10 chgrp mail /var/mail</userinput></screen></para>
     9linkend="sendmail"/>, you need to modify the ownership of
     10<filename>/var/mail</filename> with this command:
     11<screen><userinput>chgrp mail /var/mail</userinput></screen></para>
    1112
    1213<para>Install mutt by running the following commands:</para>
  • basicnet/mailnews/mutt/mutt-intro.xml

    rd306467 r0cfd5d9  
    66Version used:                   &mutt-version;
    77Package size:                   &mutt-size;
    8 Estimated Disk space required:  &mutt-buildsize;</screen>
     8Estimated Disk space required:  &mutt-buildsize;
     9Estimated build time:           &mutt-time;</screen>
    910
    1011<para>The mutt package contains a Mail User Agent. This is useful for
  • basicnet/mailnews/mutt/mutt.ent

    rd306467 r0cfd5d9  
    55<!ENTITY mutt-desc SYSTEM "mutt-desc.xml">
    66<!ENTITY mutt-config SYSTEM "mutt-config.xml">
    7 <!ENTITY mutt-buildsize "11.4 MB">
    8 <!ENTITY mutt-version "1.4i">
     7<!ENTITY mutt-buildsize "12 MB">
     8<!ENTITY mutt-version "1.4.1i">
    99<!ENTITY mutt-download-http "">
    10 <!ENTITY mutt-download-ftp "ftp://ftp.mutt.org/mutt/mutt-1.4i.tar.gz">
     10<!ENTITY mutt-download-ftp "ftp://ftp.mutt.org/mutt/mutt-1.4.1i.tar.gz">
    1111<!ENTITY mutt-size "2.5 MB">
     12<!ENTITY mutt-time "0.69 SBU">
Note: See TracChangeset for help on using the changeset viewer.