aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.c
Commit message (Expand)AuthorAgeFilesLines
...
| * More whitespace cleanup.Matthew Barnes2009-07-191-8/+8
| * Fix excessive whitespace.Matthew Barnes2009-07-131-8/+0
| * More code cleanup.Matthew Barnes2009-06-021-17/+17
| * Whitespace cleanup.Matthew Barnes2009-05-291-25/+25
| * Prefer GLib basic types over C types.Matthew Barnes2009-05-291-202/+202
| * Remove trailing whitespace, again.Matthew Barnes2009-05-291-6/+6
* | More whitespace cleanup.Matthew Barnes2009-07-191-8/+8
* | Fix excessive whitespace.Matthew Barnes2009-07-141-8/+0
* | More code cleanup.Matthew Barnes2009-06-021-17/+17
* | Whitespace cleanup.Matthew Barnes2009-05-291-25/+25
* | Prefer GLib basic types over C types.Matthew Barnes2009-05-271-198/+198
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-23/+23
|\ \
| * | Remove trailing whitespace, again.Matthew Barnes2009-05-271-6/+6
| |/
| * Fix compiler warnings in mail.Matthew Barnes2009-05-261-17/+17
| * Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-241-1/+1
| * Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-3/+3
* | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-251-1/+1
* | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-211-3/+3
* | Adapt calendar to EShellBackend changes.Matthew Barnes2009-05-081-4/+4
* | Adapt mail to EShellBackend changes.Matthew Barnes2009-05-081-26/+26
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-041-5/+6
|\|
| * ** BUGFIX: 569696 – Memory leak in message-listSrinivasa Ragavan2009-05-041-5/+6
| * Hide last junked message too from the non-junk folderMilan Crha2009-04-271-2/+3
| * Sort UIDs before using themMilan Crha2009-04-251-0/+2
* | Hide last junked message too from the non-junk folderMilan Crha2009-04-281-2/+3
* | Sort UIDs before using themMilan Crha2009-04-281-0/+2
* | Manual conflict resolutionMatthew Barnes2009-04-251-2/+1
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-6/+24
|\|
| * ** Fix for bug #569765Tobias Mueller2009-04-041-8/+14
| * Fix compiler warningsSrinivasa Ragavan2009-01-301-1/+2
| * ** Fix for bug #567654Srinivasa Ragavan2009-01-291-1/+1
| * ** Fix for #546637Srinivasa Ragavan2008-12-151-7/+6
| * ** Fix for bug #563870Milan Crha2008-12-101-2/+0
| * ** Fix for bug #438155Milan Crha2008-10-201-1/+15
| * Remove unnecessary FIXME. normalized columns are for internalSankarasivasubramanian Pasupathilingam2008-09-301-3/+0
| * Added new column "Subject - Trimmed". Patch by hpj.Sankarasivasubramanian Pasupathilingam2008-09-301-0/+61
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-291-16/+16
| * ** Fix for bug #313225Milan Crha2008-09-241-1/+5
| * Milan Crha <mcrha@redhat.com> ** Fix for bug #543135 (Write error message to...Suman Manjunath2008-09-011-12/+16
| * ** Fix for bug #519292Milan Crha2008-08-121-4/+23
| * ** Fix for bug #519292Milan Crha2008-08-111-15/+11
| * ** Fix for bug #352695Milan Crha2008-08-111-11/+46
| * Don't use uninitialized exception. It leads to freeing uninitializedSrinivasa Ragavan2008-08-111-2/+8
| * Fix a performance issue, where we can just go by the presence than theSrinivasa Ragavan2008-08-051-1/+4
| * ** Fix for bug #545436Srinivasa Ragavan2008-07-311-3/+3
| * Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-07-211-0/+9
| * Pushing changes from the madagascar branch related to the on-diskSankarasivasubramanian Pasupathilingam2008-07-161-0/+6
* | Rewrite the mail label code from top to bottom.Matthew Barnes2009-02-081-40/+216
* | Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-011-1/+2
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-7/+6
* | Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-111-2/+0
* | Merge revisions 36534:36684 from trunk.Matthew Barnes2008-10-251-1/+15
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-17/+79
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-12/+16
* | Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-28/+78
* | Merge revisions 35747:35930 from trunk.Matthew Barnes2008-08-081-4/+16
|/
* ** Fix for bug #207802 (Patch suggested by Veerapuram Varadhan.)Milan Crha2008-07-091-0/+38
* ** Fix for bug #541365Milan Crha2008-07-031-4/+8
* Sort the uids so that moving/copying messages preserves mailbox orderingJeffrey Stedfast2008-07-031-4/+6
* ** Fix for bug #540160Milan Crha2008-06-261-20/+17
* fixed copyright noticesJeffrey Stedfast2008-06-211-1/+1
* ** Fix for bug #467892Milan Crha2008-06-161-4/+27
* ** Fix for bug #337160Milan Crha2008-06-131-4/+17
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-5/+1
* Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-06-021-7/+19
* Committing on behalf of Milan Crha <mcrha@redhat.com>Milan Crha2008-06-021-13/+17
* ** Fix a bunch of compiler warnings.Matthew Barnes2008-05-231-20/+0
* Use a bit more direct English when informing the user of no messages inMatthew Barnes2008-05-201-1/+1
* ** Fix for bug #528288Milan Crha2008-04-301-0/+13
* ** Fix for bug #467892Milan Crha2008-04-301-11/+21
* ** Fixes bug #525508, spotted by Thomas M.Matthew Barnes2008-04-011-0/+1
* ** Fixes bug #525510, patch from Thomas M.Matthew Barnes2008-04-011-1/+1
* ** Fix for bug #519292Milan Crha2008-03-271-13/+2
* ** Fix for bug #488175Milan Crha2008-03-271-5/+4
* ** Part of fix for bug #515744Milan Crha2008-02-181-2/+5
* ** Fix for bug #411576Srinivasa Ragavan2008-02-111-1/+4
* Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #504062 (Don't use c...Suman Manjunath2008-01-281-1/+4
* Change of heart; decided we like the old "emblem-important" icon betterMatthew Barnes2008-01-171-1/+1
* ** Fix for bug #211353Milan Crha2008-01-101-13/+12
* Patch from Michael Monreal <michael.monreal@gmx.net>: Fix for bug #492188 (U...Suman Manjunath2008-01-071-2/+2
* ** Fixes bug #362638Matthew Barnes2007-12-211-50/+41
* ** Fix for bug #211353Milan Crha2007-12-171-10/+83
* ** Fix for bug #216485 Edit->Select thread menu fix and improvement.Nicholas Miell2007-11-261-24/+45
* ** Fix for bug #335931Milan Crha2007-11-231-1/+33
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-283/+283
* Warning fixes: - NULL vs. 0 vs FALSE - ANSIfication of functionKjartan Maraas2007-10-291-5/+5
* ** Fix for bug #489027Milan Crha2007-10-261-10/+20
* ** Fixes bug #437579Matthew Barnes2007-10-101-4/+3
* ** Fixes bug #469657Matthew Barnes2007-10-021-21/+9
* ** Fixes bug #477045Matthew Barnes2007-09-281-4/+4
* ** Fixes bug #476040Matthew Barnes2007-09-131-1/+1
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* ** Move away from g_assert to g_return* calls Srinivasa Ragavan2007-08-311-23/+26
* ** Fix for bug #464312Srinivasa Ragavan2007-08-071-1/+1
* ** Fix for bug #419690Srinivasa Ragavan2007-08-071-1/+1
* Removed dead if statement, fixes bug #387312Tobias Mueller2007-08-031-1/+1
* 2007-07-27 mcrha Fix for bug #303937Milan Crha2007-07-271-1/+1
* Fix compilation warnings in mail folder (#437935).Matthew Barnes2007-06-031-4/+5
* Improved GMail like sorting. Expanded thread moved up the list if it has a ne...Srinivasa Ragavan2007-05-171-0/+40
* ** Added support to specify the default thread state for messages.Srinivasa Ragavan2007-05-161-2/+5
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-2/+1
* More intelligent message selection. (#332765) Patch from Christof KrügerMatthew Barnes2007-04-061-18/+74
* Load "emblem-important" instead of deprecated "stock_mail-priority-high"Matthew Barnes2007-04-031-1/+1
* Fix "incompatible pointer type" warnings (#360619).Matthew Barnes2007-03-301-11/+11
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* ** Fixes bug #360240Matthew Barnes2007-03-171-1/+0
* ** Downstream fix from OpenSUSESrinivasa Ragavan2007-01-171-0/+2
* ** Pushing a downstream fix in SUSE.Srinivasa Ragavan2006-09-281-3/+8
* ** Fix for bug #352695Srinivasa Ragavan2006-08-261-1/+1
* ** Fix for bug #350337Srinivasa Ragavan2006-08-231-2/+2
* Fix for bug #350884 (GMail like thread sorting)Srinivasa Ragavan2006-08-191-10/+25
* Plug a leak.Kjartan Maraas2006-08-171-0/+3
* Add missing headers. Fixes #344744.Yuri Pankov2006-07-221-0/+2
* Enhanced search functionality. patch submitted by Johnny Jacob ReviewedHarish Krishnaswamy2006-06-301-5/+31
* Fix for bug #344580Srinivasa Ragavan2006-06-191-0/+16
* Fix memory leak. Fixes bug #335423.Chris Heath2006-06-091-0/+1
* Added support for Vertical View in Evolution Mailer with custom message list.Srinivasa Ragavan2006-06-031-9/+130
* Fix for #341381. We should lock e-tree-memory when we change it.Li Yuan2006-05-301-0/+3
* Committed fix for bug #342676.Srinivasa Ragavan2006-05-241-5/+5
* Committing a patch from Victor for adding a Sender header to message list.Srinivasa Ragavan2006-04-261-2/+20
* Fixes bug #333987 If CamelMessageInfo is null, don't free it.Jeff Cai2006-04-051-1/+2
* a11y changes for bug #330723Karsten Bräckelmann2006-02-111-1/+1
* s/int/guint/g for 1-bit bitfield. Remove cruft use guint for 1-bitKjartan Maraas2006-02-081-12/+7
* ** Fixes bug #218570Srinivasa Ragavan2006-01-161-1/+52
* Fixes the scroll issue with the message list.Srinivasa Ragavan2006-01-131-0/+3
* Beautify #include order and syntax. Use gstdio wrappers. ConstructTor Lillqvist2005-12-181-34/+37
* Define localtime_r() for Win32 using localtime() (which is thread-safe inTor Lillqvist2005-09-281-0/+10
* Free font name Free font name and name of citation color. Free searchKjartan Maraas2005-07-131-0/+2
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-1/+1
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-10/+10
* add some message list loading/profiling points, "list".Not Zed2005-04-281-2/+13
* only noop if we only have 1 message selected, otherwise we don't updateNot Zed2005-04-011-2/+2
* ** See bug #73293Not Zed2005-03-111-0/+2
* include atkutil.h (message_list_construct): cast warning.Not Zed2005-03-021-9/+9
* ** See bug #64987Not Zed2005-02-231-6/+4
* ** See bug #61363 & e-util/ChangeLogNot Zed2005-02-211-1/+6
* Use g_hash_table_foreach_remove() instead so the keys don't point toJeffrey Stedfast2005-02-041-3/+5
* Reset the normalised string sort table.Jeffrey Stedfast2005-02-011-1/+4
* ** See bug #70768.Not Zed2005-01-181-41/+13
* moved to after emae_authtype_changed to fix warning.Not Zed2004-12-221-1/+1
* Moved various things from e-util to libedataserver.Not Zed2004-12-031-1/+1
* add mnemonic for buttons. add atk name for the popup button. add accessMengjie Yu2004-12-011-0/+6
* ** Merge in notzed-messageinfo-branch.Not Zed2004-11-121-40/+52
* convert to org.gnome hook namesJP Rosevear2004-10-201-1/+1
* convert to G_DEFINE_TYPEJP Rosevear2004-10-191-13/+8
* put back in the attachment attaching code. Doesn't work for s/mime andNot Zed2004-10-071-1/+1
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-17/+29
* ** See bug #63456.Not Zed2004-08-301-0/+4
* ** See bug #62963.Not Zed2004-08-181-4/+8
* ** See #57972.Not Zed2004-07-281-82/+129
* set the session on the formatter. See #61767.Not Zed2004-07-231-9/+14
* If the app requires a terminal to run, give it a bloody terminal (who usesJeffrey Stedfast2004-06-231-1/+1
* ** See #59885.Not Zed2004-06-171-1/+1
* use new etreeselectionmodel api to select paths in one call. Fixes #59546.Not Zed2004-06-101-2/+5
* pull the message from the regen list before we check the list and pendingNot Zed2004-05-241-1/+3
* add marshaller for p_ppppp call.Not Zed2004-05-211-45/+65
* ** See #57583.Not Zed2004-05-201-8/+33
* Changed to load an empty pixbuf manually rather than relying on the pixbufJeffrey Stedfast2004-05-201-22/+27
* put the None item at the head of the providers list.Not Zed2004-05-171-1/+4
* ** Bug #6556.Not Zed2004-05-171-52/+225
* ** See #58017.Not Zed2004-05-071-1/+2
* ** See bug #57720.Not Zed2004-05-051-7/+17
* Fix for bug #57968Jeffrey Stedfast2004-05-041-7/+14
* removed.Not Zed2004-05-031-0/+5
* Properly initialise the strikeout column for both types of folders (trashJeffrey Stedfast2004-05-011-18/+14
* return the right type, related to #53839.Not Zed2004-04-281-1/+3
* Same.Jeffrey Stedfast2004-04-201-3/+2
* Removed variables that got re-added with the icon-theme patch somehow.Jeffrey Stedfast2004-04-201-3/+3
* mail-component.cMichael Terry2004-04-191-39/+22
* Added a new "message_list_scrolled" signal so our users can listen to thisJeffrey Stedfast2004-04-151-11/+27
* ugh, use the queued thread to get the folder, otherwise we can get foldersNot Zed2004-04-141-8/+37
* ** See bug #56149.Not Zed2004-04-141-31/+2
* New function. (message_list_set_scrollbar_position): New function.Jeffrey Stedfast2004-04-131-0/+20
* VJUNK_FOLDER's dont exist, they're VTRASH folders now.Not Zed2004-04-081-22/+1
* Cleaned up header inclusions and added plenty of forward declarations.Not Zed2004-03-311-2/+11
* NOOP if the folder has changed.Not Zed2004-02-261-4/+7
* ** See bug #53258.Not Zed2004-02-061-14/+13
* ** See bug #53549, partial fix.Not Zed2004-01-301-0/+4
* ** See bug #53320 and probably othersNot Zed2004-01-291-34/+46
* Migrate the ETree expanded state files as well as the GalView files.Jeffrey Stedfast2004-01-221-10/+10
* ** See bug #53028.Not Zed2004-01-201-1/+3
* ** See bug #52989.Not Zed2004-01-201-6/+14
* removed this like i asked radek to ages ago, just call the parentNot Zed2004-01-191-0/+1
* Move 'message_list->folder = folder;' out of the uri compare if-block andJeffrey Stedfast2004-01-161-8/+9
* Check that the folder isn't NULL (ie. no folder is selected). Fixes bugJeffrey Stedfast2004-01-061-1/+7
* put the style in .evolution.Not Zed2003-12-121-0/+3
* setup another image (followup completed) to flag status list.Not Zed2003-12-021-6/+15
* Same.Jeffrey Stedfast2003-11-201-5/+5
* merged spam filtering branchRadek Doulik2003-11-131-40/+72
* Don't #include e-name-western.h, since the code that uses it is commentedDan Winship2003-11-081-1/+0
* Removed, use em_utils_selection_get_uidlist() instead. (drop_uid_list):Jeffrey Stedfast2003-10-231-8/+8
* Fix for bug #48618.Jeffrey Stedfast2003-09-201-1/+0
* updated for camel namespace changesJeffrey Stedfast2003-09-191-2/+2
* cvs removed.Not Zed2003-09-181-34/+456
* temporarily reverting camel namespace changes until after other branches have...Jeffrey Stedfast2003-08-271-2/+2
* updated for namespace changed made to camel-mime-utils.[c,h]Jeffrey Stedfast2003-08-261-2/+2
* translate the local time format.Not Zed2003-08-231-1/+1
* Fix type warnings (folder_browser_toggle_caret_mode): Remove unusedDan Winship2003-07-231-1/+1
* Use the newer utf8 versions of the e_strftime*() functions since ourJeffrey Stedfast2003-07-021-5/+5
* Might fix bug #45368 but I wouldn't bet on it.Jeffrey Stedfast2003-06-251-2/+2
* Save the idle_idDan Winship2003-06-241-1/+1
* Only save state if we have a folder reference. Fixes some warnings aboutJeffrey Stedfast2003-06-191-1/+4
* Don't display an unread icon for a parent message status if it has unreadJeffrey Stedfast2003-06-181-13/+1
* ** See bug #44609Not Zed2003-06-171-2/+30
* Use mail-config's gconf client. (target_date_new): Same.Jeffrey Stedfast2003-06-121-2/+2
* Add #include to fix warning.Jeremy Katz2003-05-171-3/+3
* To be consistant with the message-list envelope toggle, undelete theJeffrey Stedfast2003-05-031-2/+19
* ** See bug #41972Not Zed2003-04-301-4/+4
* create a stock cancel button with a cancel all text. (build_dialogue):Not Zed2003-04-151-0/+3
* For string columns, never return NULL - always return "" if the value isJeffrey Stedfast2003-04-081-12/+16
* Fixes bug #40074.Jeffrey Stedfast2003-03-271-0/+8
* Register a destroy virtual method. (mail_accounts_tab_destroy): SetJeffrey Stedfast2003-02-121-12/+13
* Use g_signal_emit() rather than gtk_signal_emit(). (build_flat): SameJeffrey Stedfast2003-02-111-12/+12
* updated for e scroll frame --> gtk scrolled windowRadek Doulik2003-02-051-1/+1
* Get the thread_subject setting here instead of in regen_list_regen sinceJeffrey Stedfast2003-02-041-7/+7
* New function to return a cached list of labels.Jeffrey Stedfast2003-02-011-1/+7
* removed a FIXME commentJeffrey Stedfast2003-01-271-1/+0
* reverted fe casts and added ChageLog entriesRadek Doulik2003-01-151-1/+1
* EScrollFrame --> GtkScrolledWindowRadek Doulik2003-01-151-4/+2
* Use gconf to get the paned size. (folder_browser_set_message_preview):Jeffrey Stedfast2003-01-081-22/+33
* frobbed around with these till it exits without crashing.Not Zed2002-12-031-27/+38
* Duh idiot, "un-fixed" the memleak i added.Not Zed2002-11-261-1/+0
* gtk_widget_set_parent_window -> gtk_window_set_transient_for.Not Zed2002-11-261-3/+14
* Want a (GWeakNotify) cast here, not (GWeakNotify *).Ettore Perazzoli2002-11-151-12/+12
* Commented out stuff that doesn't build yet. Also fixed idl build rule.Not Zed2002-11-121-80/+81
* rename this from "Mail.idl" so that the generated .h file won't overwriteDan Winship2002-09-131-1/+0
* If we already have a folder, make sure we unref/unhook from it. Fixes aNot Zed2002-09-101-1/+11
* Pass mail_config_get_thread_subject() as the third argument toJeffrey Stedfast2002-08-281-1/+2
* Don't bother overloading the timeout virtual methods since they don'tJeffrey Stedfast2002-08-221-2/+2
* Once we hit the target node, update the cursor_uid if it's set. FixesPeter Williams2002-08-211-0/+4
* Only count hidden messages which are in the folder. Should probablyNot Zed2002-08-061-2/+24
* If we are not in interactive mode, don't display error dialogs.Jeffrey Stedfast2002-08-061-9/+22
* Updated to use the new Follow-Up tags. Instead of storing a stringJeffrey Stedfast2002-08-031-36/+17
* Remove the assert, and always copy over the threadtree which representsNot Zed2002-07-221-5/+4
* Lookup the label colour based on the label token, not an integer.Not Zed2002-07-161-1/+3
* New convenience function to find the first parent node that is visible andJeffrey Stedfast2002-06-191-2/+23
* New convenience function to get a cached normalised string.Jeffrey Stedfast2002-06-181-56/+127
* If we dont support searching, dont try to.Not Zed2002-06-171-2/+5
* Move m->complete = TRUE; to within the cancel-check block, this wayJeffrey Stedfast2002-06-121-2/+2
* If we dont get a folder, dont try and get details off it. Should get ridNot Zed2002-06-111-29/+77
* Keep track of the regeneration request in a list. (regen_list_free):Not Zed2002-06-061-18/+42
* Implement, return a text description of the localfolder.Not Zed2002-06-031-1/+19
* Check for a label tag when doing a lookup on the COLOR column.Jeffrey Stedfast2002-05-171-11/+18
* Instead of g_assert()ing that the msg_info is not NULL, if it is NULL justJeffrey Stedfast2002-05-151-1/+2
* Implemented.Jeffrey Stedfast2002-03-151-1/+35
* Connect to the focus-in/out events on the message-list so that we canJeffrey Stedfast2002-03-051-3/+0
* Removed, this wasn't working as intended and seemed to break otherJeffrey Stedfast2002-02-231-29/+0
* Connect to our own message_list_built signal. Focus the list and selectJeffrey Stedfast2002-02-221-1/+29
* Prompt the user to find out if he/she wants to go to the next folder withJeffrey Stedfast2002-02-201-7/+9
* Set the followup icon to use the new flag icon rather than the exclamationJeffrey Stedfast2002-02-141-1/+2