~ubuntu-branches/ubuntu/maverick/gnubiff/maverick

« back to all changes in this revision

Viewing changes to src/gnubiff_options.cc

  • Committer: Bazaar Package Importer
  • Author(s): Adrien Cunin
  • Date: 2007-05-03 23:04:11 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070503230411-t6tf8qmx3h4rkzkc
Tags: 2.2.6-2ubuntu1
* Merge from Debian unstable. Remaining Ubuntu change:
   - Update the libfam-dev build-dep to libgamin-dev instead
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
// ========================================================================
20
20
//
21
21
// File          : $RCSfile: gnubiff_options.cc,v $
22
 
// Revision      : $Revision: 1.50 $
23
 
// Revision date : $Date: 2006/07/23 18:56:30 $
 
22
// Revision      : $Revision: 1.51 $
 
23
// Revision date : $Date: 2006/10/15 19:02:52 $
24
24
// Author(s)     : Robert Sowada, Nicolas Rougier
25
25
// Short         : Options for gnubiff
26
26
//
298
298
                "FOLDER\\ INTERNAL\\ DATA",
299
299
                                                                   OPTFLG_CHANGE | OPTFLG_STRINGLIST));
300
300
        // FILTER_GLOBAL_LAST
301
 
        add_option (new Option_String ("filter_global_first", OPTGRP_GENERAL,
 
301
        add_option (new Option_String ("filter_global_last", OPTGRP_GENERAL,
302
302
                "Space separated list of regular expressions (as defined in "
303
303
                "POSIX 1003.2) used for filtering the header lines of obtained "
304
304
        "messages in each mailbox. The regular expressions are processed in "