Sponsored Content
Operating Systems Linux Slackware Thunderbird 3.1.9 deletes from drafts Post 302556101 by Corona688 on Friday 16th of September 2011 02:36:44 PM
Old 09-16-2011
I think it's autosaving backups of the message while you're writing it up, then deleting them once you send it since it has no further use for them.
This User Gave Thanks to Corona688 For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Multi line deletes

I would like to be able to delete the first n lines of a file from inside of a ksh script. I am not sure how to achieve this or if it is possible. Could someone please help. Thanks in advance. (5 Replies)
Discussion started by: rehoboth
5 Replies

2. Shell Programming and Scripting

Shell Program which deletes all lines ...

Shell Program which deletes all lines containing the word "UNIX" in the files supplied as argument..please help me to do this task :) (4 Replies)
Discussion started by: abhiseknitd
4 Replies

3. UNIX for Advanced & Expert Users

Why rsync deletes source directory?

Hi I have a strange problem. Sometimes when I execute the below command something wierd happens. rsync -avz -e ssh travegre@travegre.net: ../travegre.net/ the folder named "hm" that is held in travegre.net and is coppied along with all the other folders and data at travegre.net, gets... (1 Reply)
Discussion started by: travegre
1 Replies

4. UNIX for Advanced & Expert Users

rsync deletes original directory

Hi I have a strange problem. Sometimes when I execute the below command something wierd happens. rsync -avz -e ssh travegre@travegre.net: ../travegre.net/ the folder named "hm" that is held in travegre.net and is coppied along with all the other folders and data at travegre.net, gets deleted... (4 Replies)
Discussion started by: travegre
4 Replies

5. UNIX for Dummies Questions & Answers

Deletes those files in a directory ?

I need a shell script that accepts 2 directories names bar1 and bar2 as arguments , and deletes those files in bar2 which are are identical to their name spaces in bar1. I tried with this code but it gives error. if then echo " syntax <comnd dir1 dir2 > " exit else ... (6 Replies)
Discussion started by: krishnampkkm
6 Replies

6. UNIX for Advanced & Expert Users

send an email to my Drafts folder

Is there a way I can send a text file directly to my Drafts folder? (1 Reply)
Discussion started by: idontknow
1 Replies

7. Shell Programming and Scripting

A script that deletes files.

I want to write a script that deletes files inside the dir. However, the script should also allow the user to confirm by pressing (d) key before deleting files.. #!/bin/bash for file in $1/* do size='ls -l $file | cut -f 5 -d " "' name='ls -l $file | cut -f 9 -d " "' ... (1 Reply)
Discussion started by: herberwz
1 Replies

8. UNIX for Advanced & Expert Users

MAKE-like build that deletes orphans?

I have a complex multi-stage (media conversion and formatting) build process that leaves orphan target files needing deleting automatically (i.e. by reference only to the build rules themselves, not any parallel config) upon each regular build. Since MAKE cannot do this, what can? Thanks. (4 Replies)
Discussion started by: chrisjj
4 Replies

9. Solaris

rm -rf not able deletes file but not the directory

i am trying to remove a directory using rm -rf command but its not getting removed.. it doesnt throw any error also.. i am logging as the owner of the dir and removing it but still no luck.. i am able remove a file but not a directory. i am using solaris 10 (12 Replies)
Discussion started by: chidori
12 Replies

10. OS X (Apple)

A system deletes my .bashrc file

It deletes my .bashrc file rarely but predictability after some unknown count of Mac's restarts. Has someone ever faced such behavior? How do I prevent OS X from modifying .bashrc? What ownership/permission should I set up to not let it happen? OS X Lion. (6 Replies)
Discussion started by: scrutinizerix
6 Replies
GAMMU-SMSBACKUP(5)						       Gammu							GAMMU-SMSBACKUP(5)

NAME
gammu-smsbackup - gammu(1) SMS backup file format. The SMS backup format is text file encoded in current encoding of platform where Gammu is running. This file use ini file syntax, see ini. SECTIONS
The file consists of sections, whose name starts with SMSBackup. When creating the backup file, three digits are appended to this text defining order. While reading the backup, any part after SMSBackup text is ignored and everything which begins with this is processed. So you can as well give the section name SMSBackupFoo and it will be processed. The number of messages in backup file is currently limited by GSM_BACKUP_MAX_SMS (100000 at time of writing this document). SMSBackup section Each section interprets one physical SMS message (eg. one message part in case of multipart messages). Decoded text For SMS backups created by Gammu, there is a decoded text as a comment just after the section name: [SMSBackup001] ; This is message text The text can be split to more lines if it is too long or of original message included new lines. Note This is easiest way to get message text, however also the least reliable one, because it is stored in the comments in the file. Variables The following variables can be defined for each SMS: SMSC Text representation of SMSC number, not used by Gammu if SMSCUnicode exists. SMSCUnicode Hex encoded UCS-2 string with SMSC number. Class Message class. Sent Timestamp, when message has been sent. PDU Message type, one of: o Deliver - received message o Submit - message to send o Status_Report - message to send with delivery report DateTime Timestamp of message (sent or received). RejectDuplicates Whether receiver should reject duplicates. ReplaceMessage ID of message to replace. MessageReference Message reference number as generated by network. State State of the message: o Read o UnRead o Sent o UnSent Number Recipient number. Name Name of the message. Length Length of message text. Coding Coding of the message: o 8bit - binary message o Default - GSM encoding, up to 160 chars in message o Unicode - Unicode encoding, up to 70 chars in message Text00 ... TextNN Numbered parts of the message payload. Folder ID of folder where the message was saved. UDH User defined header of the message. EXAMPLE
The backup of message can look like following: [SMSBackup000] #ABCDEFGHIJKLMNOPQRSTUVWXYZ # SMSC = "+4540590000" SMSCUnicode = 002B0034003500340030003500390030003000300030 Sent = 20021201T025023 State = UnRead Number = "+4522706947" NumberUnicode = 002B0034003500320032003700300036003900340037 Name = "" NameUnicode = Text00 = 004100420043004400450046004700480049004A004B004C004D004E004F0050005100520053005400550056005700580059005A000A Coding = Default Folder = 1 Length = 27 Class = -1 ReplySMSC = False RejectDuplicates = True ReplaceMessage = 0 MessageReference = 0 AUTHOR
Michal iha <michal@cihar.com> COPYRIGHT
2009-2012, Michal iha <michal@cihar.com> 1.31.90 February 24, 2012 GAMMU-SMSBACKUP(5)
All times are GMT -4. The time now is 06:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy