aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-05-14 08:43:40 +0800
committerChris Lahey <clahey@src.gnome.org>2002-05-14 08:43:40 +0800
commitd814f34405079b350c1e8c8ac556e38b3f4f4df2 (patch)
tree5c73c74302055dac7c09030000490f18dfe38f9f
parentcc3b0ad3cd47d7d253857c9c9e11631eeab223df (diff)
downloadgsoc2013-evolution-d814f34405079b350c1e8c8ac556e38b3f4f4df2.tar.gz
gsoc2013-evolution-d814f34405079b350c1e8c8ac556e38b3f4f4df2.tar.zst
gsoc2013-evolution-d814f34405079b350c1e8c8ac556e38b3f4f4df2.zip
Replaced q binding with ` for hiding/showing the message view pane.
2002-05-13 Christopher James Lahey <clahey@ximian.com> * evolution-mail-global.xml: Replaced q binding with ` for hiding/showing the message view pane. * evolution-mail-message.xml: Replace n/p with ,/. for doing previous/next unread messages. Removed a few other bindings that interfere with alphanumeric characters. svn path=/trunk/; revision=16772
-rw-r--r--ui/ChangeLog9
-rw-r--r--ui/evolution-mail-global.xml7
-rw-r--r--ui/evolution-mail-message.xml29
3 files changed, 34 insertions, 11 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index dbf13a0a94..6de7a2cc2b 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,12 @@
+2002-05-13 Christopher James Lahey <clahey@ximian.com>
+
+ * evolution-mail-global.xml: Replaced q binding with ` for
+ hiding/showing the message view pane.
+
+ * evolution-mail-message.xml: Replace n/p with ,/. for doing
+ previous/next unread messages. Removed a few other bindings that
+ interfere with alphanumeric characters.
+
2002-05-10 Ettore Perazzoli <ettore@ximian.com>
* evolution.xml: Add FileOpenOtherUsersFolder.
diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml
index 42e631e7c5..7d237cbd89 100644
--- a/ui/evolution-mail-global.xml
+++ b/ui/evolution-mail-global.xml
@@ -27,12 +27,15 @@
<cmd name="ViewPreview"
_tip="Show message preview window"
- accel="q"
- type="toggle" />
+ accel="grave"
+ type="toggle"/>
</commands>
<keybindings>
+ <accel name="*Shift*grave" verb="ViewPreview"/>
+ <accel name="asciitilde" verb="ViewPreview"/>
+ <accel name="*Shift*asciitilde" verb="ViewPreview"/>
</keybindings>
diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml
index a1d02b089a..47ae3a446f 100644
--- a/ui/evolution-mail-message.xml
+++ b/ui/evolution-mail-message.xml
@@ -6,30 +6,27 @@
_tip="Add Sender to Addressbook"/>
<cmd name="MailNext"
- _tip="Display the next message"
- accel="f"/>
+ _tip="Display the next message"/>
<cmd name="MailNextFlagged"
_tip="Display the next important message"/>
<cmd name="MailNextUnread"
_tip="Display the next unread message"
- accel="n"/>
+ accel="period"/>
<cmd name="MailNextThread"
- _tip="Display the next unread thread"
- accel="t"/>
+ _tip="Display the next unread thread"/>
<cmd name="MailPrevious"
- _tip="Display the previous message"
- accel="b"/>
+ _tip="Display the previous message"/>
<cmd name="MailPreviousFlagged"
_tip="Display the previous important message"/>
<cmd name="MailPreviousUnread"
_tip="Display the previous unread message"
- accel="p"/>
+ accel="comma"/>
<cmd name="MessageApplyFilters"
_tip="Apply filter rules to the selected messages"
@@ -196,7 +193,21 @@
</commands>
<keybindings>
-
+ <accel name="*Shift*comma" verb="MailPreviousUnread"/>
+ <accel name="less" verb="MailPreviousUnread"/>
+ <accel name="*Shift*less" verb="MailPreviousUnread"/>
+ <accel name="bracketleft" verb="MailPreviousUnread"/>
+ <accel name="*Shift*bracketleft" verb="MailPreviousUnread"/>
+ <accel name="braceleft" verb="MailPreviousUnread"/>
+ <accel name="*Shift*braceleft" verb="MailPreviousUnread"/>
+
+ <accel name="*Shift*period" verb="MailNextUnread"/>
+ <accel name="greater" verb="MailNextUnread"/>
+ <accel name="*Shift*greater" verb="MailNextUnread"/>
+ <accel name="bracketright" verb="MailNextUnread"/>
+ <accel name="*Shift*bracketright" verb="MailNextUnread"/>
+ <accel name="braceright" verb="MailNextUnread"/>
+ <accel name="*Shift*braceright" verb="MailNextUnread"/>
</keybindings>
<menu>
lass='insertions'>+9 * Added some operation progress reporting. Actual data transfer is 'tricky'Not Zed2001-07-234-12/+44 * More usage fixes for CamelException. Check our own exception forPeter Williams2001-07-212-2/+12 * Pull up test fixes to get them building againJP Rosevear2001-07-2110-12/+18 * renamed to camel_charset_to_iconv() to make it just a little moreNot Zed2001-07-206-9/+15 * Convert to the iconv-friendly charset names.Jeffrey Stedfast2001-07-209-116/+165 * Fixed a compiler warning about returning without a value in a non-voidJeffrey Stedfast2001-07-201-1/+1 * Modified to treat the return value from camel_charset_locale_name() as aJeffrey Stedfast2001-07-205-62/+79 * In camel:Peter Williams2001-07-203-29/+178 * No need for `acharset' anymore. (check_html_charset): Return a const char*Jeffrey Stedfast2001-07-202-13/+17 * Remove my iso8859-1 -> iso-8859-1 hack and useJeffrey Stedfast2001-07-205-36/+156 * Revert 7/11/2001 patch for IMAP INBOX filtering at NotZed's request.Peter Williams2001-07-192-67/+17 * Clean up some exception misusage.Peter Williams2001-07-186-20/+78 * Use CAMEL_VTRASH_NAME.Jeffrey Stedfast2001-07-184-8/+15 * Given: 4 EXISTS 1 EXPUNGE We have to pass 3, not 4 toDan Winship2001-07-172-0/+16 * If the message info for an expunged message is NULL, then just break out -Jeffrey Stedfast2001-07-152-0/+13 * Added a hack to convert charsets in the format iso8859-1 to iso-8859-1Jeffrey Stedfast2001-07-142-25/+43 * Let people install as non-root, but give them a bigass warning so they'rePeter Williams2001-07-143-4/+48 * We now use a structure as the bucket data rather than just a cache levelJeffrey Stedfast2001-07-136-32/+106 * Okay, I've decided that that user is just on crack. We don't want to allowJeffrey Stedfast2001-07-132-8/+12 * Okay, I've decided that that user is just on crack. We don't want to allowJeffrey Stedfast2001-07-132-4/+10 * Only set p->copied and p->deleted if the messages are copied without anJeffrey Stedfast2001-07-132-7/+25 * Removed. (check_html_charset): Replaced with this.Not Zed2001-07-128-942/+1017 * Removed some code i wasn't supposed to commit.Not Zed2001-07-123-7/+25 * New function to extract a meta-tag charset value if it exists.Jeffrey Stedfast2001-07-124-26/+119 * Ripped out my code since it was never being used since the mime parser isJeffrey Stedfast2001-07-123-124/+77 * Run the filter in its own thread to prevent locking issues.Peter Williams2001-07-122-12/+75 * Create the messageinfo itself, so we can properly set the size.Not Zed2001-07-117-56/+129 * New function to parse an HTML meta-tag.Jeffrey Stedfast2001-07-117-233/+365 * Forget the passphrase if the user has set that option. (pgp_clearsign):Jeffrey Stedfast2001-07-103-2/+27 * Oops, e_poolv_set free's it for us, so dont double-free here.Not Zed2001-07-092-1/+5 * Changed so we dont have the list changing under us, just going to the nextNot Zed2001-07-092-2/+11 * openssl_table is gone. we now store/get the stream from the SSL_CTX'sChris Toshok2001-07-092-46/+39 * Don't allow in to be NULL, so instead of doing if (in == NULL) return;,Jeffrey Stedfast2001-07-072-3/+6 * Fixes bug #1138.Jeffrey Stedfast2001-07-072-0/+12 * Make the `day-of-month' digit take up 2 chars by using "%2d". Fixes bugJeffrey Stedfast2001-07-072-1/+6 * Set the pipe fd's to nonblocking.Jeffrey Stedfast2001-07-073-2/+11 * Make sure that after the finalization event has happened and thePeter Williams2001-07-062-0/+14 * Add locking to camel_nntp_get_grouplist_from_server().Joe Shaw2001-07-065-2/+53 * Added an assert to make sure that `mi' isn't NULL.Jeffrey Stedfast2001-07-063-9/+28 * Send the --no-auto-key-retrieve argument to gpg if we are in offline modeJeffrey Stedfast2001-07-062-5/+8 * Send the --no-auto-key-retrieve argument to gpg so that we don't have toJeffrey Stedfast2001-07-062-0/+8 * use X509_STORE_CTX_get_ex_data to get at the SSL* - don't use theChris Toshok2001-07-062-10/+36 * if source == dest, just no-op.Jeffrey Stedfast2001-07-062-1/+11 * Move this before the camel_vee_folder_remove_folder because that functionPeter Williams2001-07-064-30/+32 * (camel_message_info_dup_to): Assign the to->strings from theMichael Zucci2001-07-052-1/+4 * Fix the assertion slightly, if we have a little bit of input the outputNot Zed2001-07-052-2/+6 * When indexing a new record, create a pseudo word 'ibexindexed' so we canNot Zed2001-07-054-22/+41 * Added NNTP_NO_PERMISSION (502) to the list of response codes.Joe Shaw2001-07-043-1/+16 * Doh. Don't remove things from the hash table while foreach'ing it. (AndDan Winship2001-07-033-23/+63 * Implemented nntp_folder_search_by_expression and nntp_folder_search_free.Sam Creasey2001-07-039-33/+156 * Add comment noting that Camel actually exists now :-)Peter Williams2001-07-032-0/+11 * new method to get an application-initialized filter driver.Dan Winship2001-07-0211-38/+113 * properly return error if we can't create pipes.Not Zed2001-07-022-1/+4 * re-enable html indexing.Not Zed2001-07-023-172/+843 * Change a camel_exception_clear to camel_exception_init to fix aDan Winship2001-07-022-1/+6 * Added Originator: header as a header to look for when looking for theJeffrey Stedfast2001-06-302-0/+4 * Build the test-crlf test program.Jeffrey Stedfast2001-06-308-25/+255 * sshJose Maria Celorio2001-06-291-0/+6 * Add a CamelMimeFilterStripHeader that removes a header from mime output. UsedPeter Williams2001-06-2922-3/+524 * Fix a memory leak. Also if the decoded value is NULL, that means it wasn'tJeffrey Stedfast2001-06-292-32/+114 * If the folder is frozen, don't refresh, just record that we need to do itDan Winship2001-06-295-7/+84 * Initialize the private send_lock. (camel_transport_finalize): Free theJeffrey Stedfast2001-06-284-4/+70 * Updated to match the current API.Jeffrey Stedfast2001-06-283-3/+10 * Use the new header_address_fold.Jeffrey Stedfast2001-06-284-83/+53 * Since we want an error opening a folder to result in the message beingJeffrey Stedfast2001-06-272-5/+15 * lock the cache around accessesDan Winship2001-06-273-6/+25 * D'oh. s/FALSE/CAMEL_URL_HIDE_PASSWORD/Dan Winship2001-06-271-1/+1 * constify argsDan Winship2001-06-271-1/+2 * constify argsDan Winship2001-06-272-1/+6 * g_strdup() the message source here or we will have problems later when weJeffrey Stedfast2001-06-264-50/+58 * Fix this: IMAP doesn't allow an extra argument to AUTHENTICATE to avoid aDan Winship2001-06-253-10/+17 * Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-23184-325/+325 * New function that decides if 2 word types are mergeable. An atom and aJeffrey Stedfast2001-06-223-30/+59 * Use camel_address_length() rather than casting and accessing data members.Jeffrey Stedfast2001-06-222-3/+9 * If the first char of the mailing-list name is '<', chop it off to makeJeffrey Stedfast2001-06-212-6/+19 * updated .cvsignore to ignore camel-lock-helperJeffrey Stedfast2001-06-201-0/+1 * Fixed a bug when not running setuid it wouldn't unlock.Not Zed2001-06-194-127/+40 * Note: Except for the info_free(), the NULL checks are g_return's. I feltJeffrey Stedfast2001-06-193-23/+84 * Remove DB3_LDADDDan Winship2001-06-196-6/+6 * Set camel-lock-help setgid or setuid as neededDan Winship2001-06-192-2/+15 * Only create a missing uid if we have indexing turned on.Not Zed2001-06-1815-53/+1145 * Return the largest real UID in the cache (as an integer). Eventually to beDan Winship2001-06-163-0/+27 * Added Mailing-List header regex so that we can do mlist magic on thatJeffrey Stedfast2001-06-152-0/+6 * Properly handle correct and incorrect (for the common case, ie Outlook andJeffrey Stedfast2001-06-151-0/+17 * Don't try to format the Reply-To header - we don't want to wrap theJeffrey Stedfast2001-06-152-0/+6 * A new provider, for spool mailboxes. Mostly a cut and paste of the mboxNot Zed2001-06-1222-51/+2468 * Add a separator between the service url and the folder name, if needed.Jon Trowbridge2001-06-082-1/+16 * Added an argument, so that the original source URI of the mbox can beJon Trowbridge2001-06-083-9/+27 * Don't fetch the UID and FLAGS of messages we don't know about yet, sinceDan Winship2001-06-062-30/+40 * Fix to not get into a recursive loop in get_type().Jeffrey Stedfast2001-06-034-41/+49 * Numerous fixes to get it to compile.Jeffrey Stedfast2001-06-014-62/+383 * Added camel-cipher-context.h, camel-cms-context.h, camel-smime-context.h,Jeffrey Stedfast2001-06-012-0/+7 * New virtual class for manipulating cryptographic message syntax messagesJeffrey Stedfast2001-06-019-939/+1291 * Redo the BUILD_MAP code to not depend on libunicode. Now it only generatesDan Winship2001-05-314-4091/+274 * Fix an obvious typoDan Winship2001-05-301-1/+1 * Remove this evolutionary dead endDan Winship2001-05-3010-1689/+0 * Create a CamelDiscoDiary. (imap_disconnect_offline): And free it.Dan Winship2001-05-307-72/+507 * Code for logging and replaying offline operations.Dan Winship2001-05-3010-75/+706 * Use g_strcasecmp() because some systems don't have strcasecmp(). Also,Jeffrey Stedfast2001-05-293-3/+10 * changelog entries for tests/ fixes committed yesterdayDan Winship2001-05-291-0/+20 * Fix an fd leakDan Winship2001-05-2819-646/+118 * Add a "need_rescan" flag saying if we want to rescan the entire folder forDan Winship2001-05-274-24/+66 * Oops. Use a strNcmp to make sure the response begins with a 334 code, notJeffrey Stedfast2001-05-262-1/+5 * remove the summary info so we are not out-of-sync with the maildir folder.Jeffrey Stedfast2001-05-264-71/+100 * Oops, I spelled the get-default-db function name wrong.Jeffrey Stedfast2001-05-252-1/+7 * s/folder_deleted/folder_created - result of a bad copy/paste.Jeffrey Stedfast2001-05-242-1/+5 * Optimize the match "" case.Jeffrey Stedfast2001-05-242-17/+35 * Store the CamelFolderInfo tree that was returned fromJeffrey Stedfast2001-05-223-5/+17 * The service can be NULL here too, thanks to Wayne Davis for pointing thisJeffrey Stedfast2001-05-172-1/+3 * We don't need to be passed the certdb path anymore.Jeffrey Stedfast2001-05-173-4/+8 * New function to return an array of all headers.Dan Winship2001-05-174-2/+108 * Don't close or free (it wasn't allocated) the certdb.Jeffrey Stedfast2001-05-162-13/+11 * Don't use EXTRA_GNOME_*, use the new CAMEL_* variables so we don't link inJeffrey Stedfast2001-05-163-4/+7 * Added t the test suite - tests the S/MIME pkcs7 functions.Jeffrey Stedfast2001-05-163-2/+186 * Lots of fixes to get this to compile.Jeffrey Stedfast2001-05-152-4/+2 * bah, just mod the pgp-context macro for camel_pgp_verify so that we don't hav...Jeffrey Stedfast2001-05-152-2/+2 * Lots of fixes to get this to almost compile. Still struggling with theJeffrey Stedfast2001-05-159-39/+95 * Add camel-smime-context.[c,h] and camel-smime.[c,h] to the build.Jeffrey Stedfast2001-05-156-14/+568 * Replicate the semantics of the libunicode utf8 functions by returning NULLJon Trowbridge2001-05-155-8/+30 * Subclass CamelSession since we can no longer specify the passwd callbackJeffrey Stedfast2001-05-1512-89/+727 * er, OptionSetJeffrey Stedfast2001-05-131-1/+1 * s/SSL_Enable/SSL_SetOptionJeffrey Stedfast2001-05-131-1/+1 * Decode Content-Location, either correctly or Netscape-generated-brokenly.Dan Winship2001-05-125-0/+64 * Don't check the initial auth response until we get into the while-loopJeffrey Stedfast2001-05-122-9/+20 * Make this return CamelStream * (like the other stream new functions)Dan Winship2001-05-123-5/+10 * call SSL_Enable after the SSL_ImportFD and before PR_Connect. Otherwise,Chris Toshok2001-05-112-1/+8 * Don't abort if the Service is NULL, this is perfectly valid for cipherJeffrey Stedfast2001-05-112-1/+5 * Pass appropriate parameters to CF_CLASS and add comment explaining why myPeter Williams2001-05-102-1/+9 * Set the disconnected status. (camel_disco_store_can_work_offline): ReturnDan Winship2001-05-1010-10/+308 * remove something jeff didn't mean to commitDan Winship2001-05-101-1/+1 * Wrap the content-id with <>'s.Jeffrey Stedfast2001-05-103-3/+17 * Add support for using OpenSSL.Jeffrey Stedfast2001-05-087-30/+109 * Fix another build problem. (Um, anyone else could have done this...)Dan Winship2001-05-062-1/+5 * Fix up refcounting on current_folder.Dan Winship2001-05-044-4/+14 * new abstract class for disconnectable remote storesDan Winship2001-05-0414-536/+1174 * Clean this up a bit. Add a "tag_prefix" member. Move "useful_lsub" intoDan Winship2001-05-034-18/+31 * Fix this up... it was losing count in some cases and giving a more verboseDan Winship2001-05-032-14/+12 * Rescue the KPOP code from bit rot.Dan Winship2001-05-022-23/+21 * Remove the last argument from camel_session_alert_user.Anders Carlsson2001-05-021-1/+1 * Redo command locking. Since command_lock is recursive, we can just get aDan Winship2001-05-027-197/+234 * remove unused assignment that calls non-existent function.Dan Winship2001-05-011-2/+0 * Support the IMAP UIDPLUS extension (RFC 2359), which lets youDan Winship2001-05-016-73/+469 * New-and-improved version of get_uid_set() from camel-imap-folder.c. LooksDan Winship2001-05-014-38/+89 * Redo this a lot so that instead of having a class full of callbacks, weDan Winship2001-04-2810-244/+361 * Automagically call camel_shutdown() atexit() ;-) (camel_init): AlsoJeffrey Stedfast2001-04-273-16/+25 * #include <sys/types.h> for off_t.Jeffrey Stedfast2001-04-272-0/+5 * #include "nss.h" rather than <nss.h> due to the non-mozilla nss.h file living...Jeffrey Stedfast2001-04-271-2/+3 * New file, with the int, string, time_t, and off_t encode/decode routinesDan Winship2001-04-279-363/+447 * Remove UNICODE_CFLAGS (and some other stuff that's redundant withDan Winship2001-04-2713-103/+83 * Use e_gethostbyname_r. (camel_service_gethost): Remove unused var.Dan Winship2001-04-272-9/+8 * Applied jacob's patches for e-poolv stuff.Not Zed2001-04-267-67/+122 * Add camel-vee-folder.h and camel-digest-folder.hJeffrey Stedfast2001-04-242-0/+4 * New class that can be used to browse a multipart/digest message as if itJeffrey Stedfast2001-04-245-1/+366 * Oops, don't use the return value of iconv() as a string length, it onlyJeffrey Stedfast2001-04-233-3/+10 * Changed GTK_INCLUDEDIR to EXTRA_GNOME_CFLAGS.Mikael Hallendal2001-04-232-1/+6 * Implemented using the secmime.h convenience functions. (smime_clearsign):Jeffrey Stedfast2001-04-214-15/+754 * Implemented. (pkcs7_clearsign): Implemented. (get_zero_len_passwd):Jeffrey Stedfast2001-04-202-5/+159 * Implemented. (pkcs7_clearsign): Implemented. (get_zero_len_passwd):Jeffrey Stedfast2001-04-202-7/+307 * missed this with the last commit (pop3 and imap memory leaks)Dan Winship2001-04-191-0/+14 * Free base_url and storage_path.Dan Winship2001-04-193-5/+33 * New source files to handle Pkcs7 encryption, decryption, signing, andJeffrey Stedfast2001-04-184-0/+330 * more memory leaksDan Winship2001-04-182-0/+7 * don't use g_return'sJeffrey Stedfast2001-04-171-2/+3 * Don't we want to tell where we are by using the start of the message? IJeffrey Stedfast2001-04-172-5/+14 * Added a prototype for stamp().Jeffrey Stedfast2001-04-174-1/+11 * Go back to doing the utf8 conversion by hand so that we don't depend onJeffrey Stedfast2001-04-172-4/+46 * oops, forgot to commit this with the last filesJeffrey Stedfast2001-04-171-1/+0 * Remove the EXTRA_GNOME_CFLAGS include.Jeffrey Stedfast2001-04-1711-21/+103 * eh?Jeffrey Stedfast2001-04-171-2/+0 * oops, &patternJeffrey Stedfast2001-04-161-2/+2 * regex doesn't set errno and regcomp returns 0 on success and any otherJeffrey Stedfast2001-04-162-5/+21 * Check to make sure the context is a valid context in all the userJeffrey Stedfast2001-04-152-0/+15 * s/imap_store/store/, fixing a typo that was causing the build to fail.Jon Trowbridge2001-04-142-5/+9 * Make the (previously unused) get-source command actually do the rightJon Trowbridge2001-04-143-4/+22 * Plug leaks.Dan Winship2001-04-146-10/+41 * Oops, lets not get into a recursive call here ;-)Jeffrey Stedfast2001-04-135-15/+24 * Updated to reflect the few changes made to the CamelPgpContext class.Jeffrey Stedfast2001-04-138-313/+662 * Fix a pair of array bounds reads noted by purifyDan Winship2001-04-132-2/+7 * oh, and the tcp-stream headers.Jeffrey Stedfast2001-04-131-0/+3 * #include the pgp stuff.Jeffrey Stedfast2001-04-132-0/+6 * Plug memory leaks.Dan Winship2001-04-133-0/+8 * s/IMAP/SMTPJeffrey Stedfast2001-04-121-1/+1 * Simplify peterw's imap_is_atom_char fix.Dan Winship2001-04-122-2/+7 * Added pgp-mime.c to the tests.Jeffrey Stedfast2001-04-127-26/+155 * Check if gethostbyname_r take five paramsJP Rosevear2001-04-128-2/+34 * add camel-charset-map.h to the list of includesJeffrey Stedfast2001-04-111-0/+1 * Use camel_charset_locale_name() to get the locale charset rather thanJeffrey Stedfast2001-04-114-3/+58 * Use e_utf8_from_locale_string() rather than trying to do it manually sinceJeffrey Stedfast2001-04-112-26/+10 * Added camel-pgp-context.[c,h] to the build. Also added tests/smime/pgp.cJeffrey Stedfast2001-04-1010-28/+182 * It would be a good idea to recognize '\0'. Before, this code was runningPeter Williams2001-04-082-1/+8 * merge from evolution-0-10-branch to evolution-0-10-merge-0Not Zed2001-04-059-26/+257 * Added tests/ back inJeffrey Stedfast2001-04-043-131/+219 * (imap_update_summary): When reading message flags, set theDan Winship2001-04-042-2/+13 * (imap_get_message): If the server_level < IMAP4rev1, always fetchDan Winship2001-04-042-3/+9 * If we don't change any flags or expunge, send a NOOP to give the server aDan Winship2001-04-042-1/+17 * Remove the "quick_login" member, which is unnecessary.Dan Winship2001-04-0312-44/+64 * marked report status strings for tanslation, fixes #1973Gediminas Paulauskas2001-04-032-7/+11 * mutex lock & unlock the context. (camel_pgp_clearsign): Same.Jeffrey Stedfast2001-04-022-0/+55 * Update the function prototypes to match those found inJeffrey Stedfast2001-04-025-8/+585 * New files to handle the LOGIN SASL mechanism.Jeffrey Stedfast2001-04-028-23/+241 * Updated the authtypes here too.Jeffrey Stedfast2001-04-023-4/+13 * Updated the authtype values.Jeffrey Stedfast2001-04-0212-11/+73 * Move things around here to make this all work right again (so you don'tDan Winship2001-03-312-47/+35 * Add support for converting e-mail addresses to links. (is_email_address):Jon Trowbridge2001-03-312-1/+12 * removed a g_warning for debuggingJeffrey Stedfast2001-03-301-2/+0 * Don't blindly append "/INBOX", construct a CamelURL and set the path thatJeffrey Stedfast2001-03-302-7/+44 * Dont overwrite an exception if we got one already. Added camel_operationNot Zed2001-03-302-10/+25 * Not quite finished but checking in for some local frobbing.Not Zed2001-03-309-17/+163 * Added #include <libgnome/gnome-paper.h>Jon Trowbridge2001-03-304-4/+31 * Big header cleanups and nntp compile fixKjartan Maraas2001-03-30116-165/+510 * change "gboolean show_passwd" to "guint32 flags".Dan Winship2001-03-306-24/+38 * New class for PGP encrypting, decrypting, signing and verifying. Next I'llJeffrey Stedfast2001-03-293-0/+1603 * Optimise the match "" case, just match everything in the folder (if weNot Zed2001-03-292-2/+14 * (vee_expunge): Oops, call the class sync, not superclass sync.Michael Zucci2001-03-292-1/+4 * Access the folder directly from the message info.Not Zed2001-03-29