diff options
| author | Matthias Andree <matthias.andree@gmx.de> | 2005-08-28 15:56:27 +0000 |
|---|---|---|
| committer | Matthias Andree <matthias.andree@gmx.de> | 2005-08-28 15:56:27 +0000 |
| commit | 53497e6f8e764b7eb08dd3b29edb6961e2d9393d (patch) | |
| tree | e80710e5672780073127bce278a68bbb9532c280 | |
| parent | 4680b0f8c728a69a24e7089b777f03899bab6c9f (diff) | |
| download | fetchmail-53497e6f8e764b7eb08dd3b29edb6961e2d9393d.tar.gz fetchmail-53497e6f8e764b7eb08dd3b29edb6961e2d9393d.tar.bz2 fetchmail-53497e6f8e764b7eb08dd3b29edb6961e2d9393d.zip | |
Enable Date replacement.
svn path=/trunk/; revision=4282
| -rw-r--r-- | fetchmail-FAQ.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index b87dcef6..eff41598 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -13,7 +13,7 @@ content="Frequently asked questions about fetchmail."/> <tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a></td> -<td width="30%" align="right">$Date: 2004/01/13 08:46:00 $</td> +<td width="30%" align="right">$Date$</td> </tr> </table> @@ -3573,7 +3573,7 @@ does something like "date >> $HOME/Procmail/fetchmail.log".</p> <tr> <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a></td> -<td width="30%" align="right">$Date: 2004/01/13 08:46:00 $</td> +<td width="30%" align="right">$Date$</td> </tr> </table> |
