[Evolution-hackers] Thinking about Quicksearch



The current quicksearch list is WAY too long and complex.  I'd like to
see this simplified a lot.  I believe the list should be:


        Sender or subject contains (default)
        Recipients contains
        Message contains
        ----
        Advanced....
        
I've attached a searches.xml file.

(Bug: http://bugzilla.ximian.com/show_bug.cgi?id=69122 )


<?xml version="1.0"?>
<filteroptions>
  <ruleset>
    <rule grouping="any" source="demand">
      <title>Sender or subject contains</title>
      <partset>
        <part name="sender">
          <value name="sender-type" type="option" value="contains"/>
          <value name="sender" type="string">
            <string/>
          </value>
        </part>
        <part name="subject">
          <value name="subject-type" type="option" value="contains"/>
          <value name="subject" type="string">
            <string/>
          </value>
        </part>
      </partset>
    </rule>
    <rule grouping="any" source="demand">
      <title>Recipients contains</title>
      <partset>
        <part name="to">
          <value name="recipient-type" type="option" value="contains"/>
          <value name="recipient" type="address">
            <address>test</address>
          </value>
        </part>
      </partset>
    </rule>
    <rule grouping="any" source="demand">
      <title>Message contains</title>
      <partset>
        <part name="subject">
          <value name="subject-type" type="option" value="contains"/>
          <value name="subject" type="string"/>
        </part>
        <part name="body">
          <value name="body-type" type="option" value="contains"/>
          <value name="word" type="string"/>
        </part>
        <part name="sender">
          <value name="sender-type" type="option" value="contains"/>
          <value name="sender" type="string"/>
        </part>
        <part name="to">
          <value name="recipient-type" type="option" value="contains"/>
          <value name="recipient" type="address"/>
        </part>
      </partset>
    </rule>

  </ruleset>
</filteroptions>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]