Re: location of popup helpers question



On Monday 28 September 2009 22:21:48 Rick Stevens wrote:
Uh, doesn't "ls" show the mtime (modify time) by default?

AIUI, reading a file is an access - in fact if you open a text file anywhere
on your computer then close it without any change you will see the timestamp
get updated. That does not mean it has been written to.

So the file
IS being written to in some manner,

No, it does not mean that.

even if the size isn't changing. If
I were to change every occurrence of the digit "4" with "5" in a file
and saved the modified version, the size wouldn't change but the mtime
would.

Irrelevant

I think the OP said that it appeared that the current message number was
being updated. A big message number (5 or 6 digits) would take a while
to require a sixth or seventh digit, thereby changing the file size.

The message numbers are not in that file, so his comment is an impossibility.

This is all a bit off the point, though. kmail seems to work fine for
most people (I'm a Thunderbird user myself, but I'm weird). This may be
a case where a little knowledge can be a dangerous thing.

Anne
--
New to KDE4? - get help from http://userbase.kde.org
Just found a cool new feature? Add it to UserBase

Attachment: signature.asc
Description: This is a digitally signed message part.

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Relevant Pages

  • Re: Cohens paper on byte order
    ... >> AND the direction from which one is reading, ... > If one doesn't assume an implicitly given endian-ness ... you feed it a string of digits. ... Note whether the number is little-endian or big-endian. ...
    (sci.crypt)
  • Re: Keypress
    ... I'm afraid you are not reading into the request far enough. ... say he was looking for floating point number entries and not some random ... combination of digits and dots. ...
    (microsoft.public.vb.general.discussion)
  • Re: Cohens paper on byte order
    ... > numbers in computer memory. ... As I said previously, the endian issue ... of reading a number and that is defacto big-endian. ... in the sequence of digits representing a number. ...
    (sci.crypt)
  • Read a file, knowing only a part of its name
    ... I need to open a file for reading, but I only know part of it's name. ... The file I want to read is in the format of xxx-yyyy-zzz.EXT ... The last three digits of the file name are different on each pc, ... It works, but it seems like extra work, plus depending on the number of ...
    (microsoft.public.dotnet.languages.vb)