Jump to content

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

From KDE UserBase Wiki
Caig (talk | contribs)
Created page with "{{Input|1= #!/bin/sh # # LEG06012001 # Converte i messaggi nel formato Maildir in ~/Maildir/ nel formato mbox in ~/Mail/inbox # come richiesto da Kmail.<!--}}-->"
 
(No difference)

Latest revision as of 09:24, 27 October 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
 # Converte i messaggi nel formato Maildir in ~/Maildir/ nel formato mbox in ~/Mail/inbox 
 #   come richiesto da Kmail.