Translations:KMail/Tools/50/da: Difference between revisions

From KDE UserBase Wiki
(Created page with '{{Input|1= #!/bin/sh # # LEG06012001 # Convert Mails in Maildir format in ~/Maildir/ to mbox format in ~/Mail/inbox # as required by Kmail. MAILDIR=~/Maildir/ MAIL...')
 
No edit summary
 
Line 4: Line 4:
   # LEG06012001
   # LEG06012001
   # Convert Mails in Maildir format in ~/Maildir/ to mbox format in ~/Mail/inbox
   # Convert Mails in Maildir format in ~/Maildir/ to mbox format in ~/Mail/inbox
   #  as required by Kmail.
   #  as required by Kmail.<!--}}-->
 
MAILDIR=~/Maildir/
  MAILTMP=tmpdir
  MAIL=/var/mail/$USER
  export MAILDIR MAILTMP MAIL
 
/var/qmail/bin/maildir2mbox
}}

Latest revision as of 16:37, 27 September 2010

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (KMail/Tools)
{{Input|1=
  #!/bin/sh
  #
  # LEG06012001
  # Convert Mails in Maildir format in ~/Maildir/ to mbox format in ~/Mail/inbox
  #  as required by Kmail.<!--}}-->

{{Input|1=

 #!/bin/sh
 #
 # LEG06012001
 # Convert Mails in Maildir format in ~/Maildir/ to mbox format in ~/Mail/inbox
 #   as required by Kmail.