Compare commits

..

3 Commits

Author SHA1 Message Date
daniel d844f59ab4 Show last modification time. 2026-05-16 05:55:21 +00:00
daniel fb92f3e89f Increase font size. 2026-05-16 05:51:53 +00:00
daniel b80e8faf6a Fix typos. 2026-05-16 05:49:58 +00:00
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
// Typography configuration for typewriter text display // Typography configuration for typewriter text display
$font-size-desktop: 1.5rem; // Base font size for desktop viewports $font-size-desktop: 1.6rem; // Base font size for desktop viewports
$font-size-mobile: 1.2rem; // Reduced font size for mobile devices $font-size-mobile: 1.3rem; // Reduced font size for mobile devices
$line-height: 1.6; // Line height multiplier for optimal readability $line-height: 2; // Line height multiplier for optimal readability
// Responsive container width settings across device breakpoints // Responsive container width settings across device breakpoints
$width-desktop: 50vw; // Container width for desktop screens (60% viewport width) $width-desktop: 50vw; // Container width for desktop screens (60% viewport width)
@@ -1,11 +1,11 @@
--- ---
title: How to import emails from a .pst file into KMail title: How to import emails from a .pst file into KMail
description: > description: >
Using a tool called "readst" you can transfer emails from an Outlook Using a tool called "readpst" you can transfer emails from an Outlook
account into any other email client, for example KMail. account into any other email client, for example KMail.
date: 2026-05-15T17:30:00+02:00 date: 2026-05-15T17:30:00+02:00
draft: false draft: false
# ShowLastmod: true ShowLastmod: true
scrolltotop: true scrolltotop: true
images: [] images: []
tags: tags:
@@ -100,7 +100,7 @@ message.
c. At the bottom of the dialog where it says "Please select the folder to c. At the bottom of the dialog where it says "Please select the folder to
import to", click on the folder icon. Choose the existing "Local Folders". import to", click on the folder icon. Choose the existing "Local Folders".
There is no need to create an extra folder for the import because KMail There is no need to create an extra folder for the import because KMail
will create folder "KMail-Import" just for you. will create a folder "KMail-Import" just for you.
d. Click on "Next" and choose your `.pst` file. d. Click on "Next" and choose your `.pst` file.