aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/save-attachments/org-gnome-save-attachments.xml
blob: 75f4aef7fbd7df82c3475074171f3c0660ee203b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<Root>
  <commands>
    <cmd name="EPSASaveAttachments" _label="Save Attachments..."
      _tip="Save all attachments"
      pixtype="stock" pixname="Save"/>
  </commands>

  <menu>
<!--
    <placeholder name="MessagePlaceholder">
      <submenu name="Message">
        <placeholder name="MailMessageActions">
      <separator f="" name="emaillist5"/>
      <menuitem name="EPSASaveAttachments" verb=""/>
        </placeholder>
   </submenu>
    </placeholder>
-->
  </menu>
</Root>
e/log/CVSROOT/log_accum.pl?id=a022eaa1f496288980afc1d0d913eeb618f641b2&showmsg=1'>Expand)AuthorAgeFilesLines * Synch with src repo.des2004-06-051-5/+7 * Catch up to projects/peter2003-02-281-0/+2 * * Improve a debugging message.joe2002-08-191-3/+3 * Populate the branch header in the email with the vendor branch forjoe2001-12-281-2/+8 * Remove some trailing whitespace.joe2001-12-131-3/+3 * Define $DIFF_BLOCK_TOTAL_LINES to restrict the maximum number ofjoe2001-12-041-3/+22 * When suppressing a diff because it's too large mention what size itjoe2001-12-041-3/+6 * Add the ability to have diffs inserted into the commit email.joe2001-12-011-0/+73 * Move the code that calculates the previous revision number out intojoe2001-12-011-11/+22 * Add blank lines between subs for consistency.joe2001-12-011-0/+8 * Move the map that determines the names of the log files to use intojoe2001-11-301-49/+22 * Add a 'cvs-projects' log file for the projects/ subtree.joe2001-11-301-0/+1 * Use the template headers from the config file instead of hard codingjoe2001-11-191-11/+3 * Migrate the code that determines what the name of the committer isjoe2001-11-151-3/+1 * Remove all references to /home/ncvs; the CVSROOT env variable is sufficientjoe2001-11-151-1/+1 * Move the names of some system tools into the config file.joe2001-11-151-3/+5 * Show who mail is being sent to.joe2001-11-151-2/+2 * Expand tabs into spaces in the email and log file so that everythingjoe2001-11-151-3/+7 * Whoops, reverse the sense of a test.joe2001-11-141-1/+1 * Clean up some syntax for clarity.joe2001-11-141-20/+13 * Sort filenames so that entries in the generated email are notjoe2001-10-291-2/+2 * Make the 'To:' header configurable. (Defaulting to on, and offjoe2001-10-271-2/+3 * Add a 'To:' header at email generation time.joe2001-10-271-2/+4 * If a committer modifies more than one area of the tree in one commitjoe2001-10-261-9/+12 * We don't fetch the list of email addresses from the temporary filejoe2001-10-261-1/+1 * Rip out the final references to internat.freebsd.org.joe2001-10-241-4/+2 * Rewrite the email generation routine to feed the email through anjoe2001-10-241-10/+29 * Clear up the handling of trailing blank lines.joe2001-10-241-3/+2 * Indent the mail banner by a couple of characters so that it playsjoe2001-10-241-1/+1 * Move the mail header that carries the list of branches that werejoe2001-10-231-4/+3 * Back out the last commit. Looking through the cvs source code it'sjoe2001-10-231-3/+3 * Canonicalise the way that we obtain the username of the committer,joe2001-10-231-3/+3 * Avoid getting bitten by filenames that have a ',' character in them.joe2001-09-241-5/+5 * Remove mention of the word 'Attic' from commit mail deltas. They'rejoe2001-09-241-1/+1 * When working out what the previous revision was, for producing thejoe2001-09-241-3/+11 * Add revision deltas for added (new) and removed (dead) files tojoe2001-09-171-22/+99 * Centralise the generation of temporary filenames instead of havingjoe2001-08-191-30/+27 * The CVSROOT/scripts use a file, /tmp/#cvs.files.lastdir, to storejoe2001-08-191-1/+1 * Add a comment noting that the last directory is written down byjoe2001-06-191-0/+2 * Add a configuration option to enable the sending of commit mail onjoe2001-05-231-1/+1 * Migrate some more configuration entries to the config file.joe2001-05-231-48/+5 * Finally make the script run under the 'strict' pragma.joe2001-05-221-33/+41 * Still working towards this script being entirely strict.joe2001-05-221-10/+14 * Remove support for disabling the commit summary in the email andjoe2001-05-221-38/+14 * Use $DEBUG and $TMPDIR from cfg.pm.joe2001-05-201-15/+15 * Recently Maxim Sobolev <sobomax@FreeBSD.org> introduced an MFCjoe2001-05-131-0/+1 * Log 'cvs import' reports in the commit log files in CVSROOT/commitlogs.joe2001-05-081-1/+1 * Add a couple of missing 'my' declarations.joe2001-04-241-5/+5 * Disable 'use strict'. We're not ready for that just yet!!! (It crept injoe2001-04-201-1/+1 * Declare some variables before use.joe2001-04-201-8/+12 * Clean up the CVS log message parser and in the process fix ajoe2001-04-201-27/+37 * Rename @log_lines to @msg_lines to avoid confusion with an earlierjoe2001-04-191-2/+2 * Remove some unnecessary spaces, and add a commented out 'use strict'joe2001-04-191-2/+3 * Tidy up the use of variables in the log message generation code.joe2001-04-191-28/+25 * Back out part of revision 1.62 that didn't work.joe2001-02-271-3/+3 * Remove the unused $tag variable from the arguments to alljoe2001-02-271-4/+3 * Apply the style guide to the rest of the subroutines. In particular addjoe2001-02-271-91/+81 * Only add a CVS-branch header to the email if $X_BRANCH_HDR is defined.joe2001-02-271-4/+6 * Tidy up the formatting using tabs instead of four spaces as perjoe2001-02-231-305/+305 * Argh! Repeat after me:peter2001-02-041-2/+3 * More stylist changes. Getting closer to being able to 'use strict'.joe2001-01-291-62/+76 * Make the way read_logfile is called more sensible, and perl.style-ify it.joe2001-01-291-19/+24 * Apply style.perl(7) guide-lines to a number of subroutines.joe2001-01-291-27/+31 * Changes to the cleanup_tmpfiles routine:joe2001-01-291-8/+9 * Don't build the final log message onto a list that might not be empty.joe2001-01-161-1/+1 * Fix a debugging format msg.joe2001-01-161-1/+1 * Rename a variable: $id => $PID. (Make it clear that this is actuallyjoe2001-01-161-30/+30 * Smatterings of missing 'my' declarations.joe2001-01-161-27/+27 * Make the location of the temporary directory a configuration option,joe2001-01-161-10/+18 * Rename some variables so that configuration options are all injoe2001-01-161-9/+9 * Remove the $freebsd and $crypto variables; they're no longer requiredjoe2001-01-161-6/+1 * Simplify by making the optional banner at the top of the commitjoe2001-01-161-25/+17 * Begin the tidy-up to make these scripts easier for third parties to use.joe2001-01-161-22/+30 * Dynamically format the changes summary block at the bottom of logjoe2000-08-301-19/+52 * Add a header to all commit mail showing which branches the changesjoe2000-06-17