<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - FILESAVE: Auto save timing logic problem: can save too frequently"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=122530#c18">Comment # 18</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - FILESAVE: Auto save timing logic problem: can save too frequently"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=122530">bug 122530</a>
              from <span class="vcard"><a class="email" href="mailto:luke.kendall@gmail.com" title="Luke Kendall <luke.kendall@gmail.com>"> <span class="fn">Luke Kendall</span></a>
</span></b>
        <pre>I generally sanitise by throwing away most but not all the information.
I keep capitals, vowels, punctuation.
So the change is done with a regexp and match case enabled, then
Find: ([bcdfghjklmnpqrstvwyz]) <-- Sometimes I consider 'y' a vowel and omit it
Replace: x

Typically I need to sit and wait until the question about "this is taking a
long time; do you want to continue" pops up, so I can tell it to continue.

HTH</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>