DRAG AND DROP, OR MOVE MAIL TO NEW SMART MAIL?

HI,
I DO NOT SEEM TO BE ABLE TO DRAG AND DROP OR MOVE OLD MAIL INTO NEW SMART LOCATIONS?
CYFROMAYO

Smart mailboxes are not storage locations. They are simply a kind of remembered search. You cannot put things in those mailboxes, they simply show anything found in other mailboxes that matches the criteria you defined.

Similar Messages

  • HT1386 Where do you drag and drop playlists onto iphone in new itunes

    Where do you drag and drop playlists onto iphone in new itunes

    I don't blame this person whatsoever for making the assumption that the iPod portion of his phone would work similarily, if not the same, as the iPod.
    But it does work the same as the iPod. As with an iPod, you can sync all songs and playlists, or selected playlists, or you can manually manage music and videos. You can also select sync only checked songs and videos under the Summary tab and uncheck the songs in your iTunes library that you don't want transferred to your iPhone. This can be used with syncing selected playlists - if you want to remove a song from your iPhone that is in a selected playlist without removing the song from the playlist in iTunes, you uncheck the song in the playlist in iTunes followed by a sync. There is no difference with an iPod in this regard except for the iPhone not supporting disk mode.
    In order to manually manage music and videos with an iPod, you must select this under the Summary tab for the iPod sync preferences, and the same for the iPhone.
    And if you resent his rant, why respond and waste your volunteer time on this post?
    I can waste my time anyway I see fit. If you don't like it, don't respond.
    And not everyone can afford to replace this type of investment on a whim.
    Copied from the OP's post.
    Don't tell me it's clicking on the boxes next to the songs in the Library page, *because that's when I will start asking for my money back...*
    Or the iPhone can be sold to someone else with the proceeds used to purchase a different phone. I haven't read any reports about someone having trouble selling their iPhone used at a good price even if damaged.

  • How to change the effect of drag and drop from MOVE to COPY in alv tree.

    Hi,
    I am using a tool in which now the behaviour on drag and drop is MOVE. I want to change it to COPY.
    But I do not know which parameter needs to be set and where.
    please help.
    Regards,
    Smita.

    Hi,
    Thanks for quick reply.
    The code goes on like this
    METHOD set_dd_behavior.
      DATA: l_copysrc(1) TYPE c,
            l_movesrc(1) TYPE c,
            l_droptarget(1) TYPE c.
    Set the Drag and Drop Flavors.
      CREATE OBJECT dd_behavior.
      READ TABLE reg_functions WITH KEY name_function = 'COPY'
      TRANSPORTING NO FIELDS.
      IF sy-subrc = 0.
        l_copysrc = 'X' .
      ENDIF.
      READ TABLE reg_functions WITH KEY name_function = 'CUT'
      TRANSPORTING NO FIELDS.
      IF sy-subrc = 0.
        l_movesrc = 'X' .
      ENDIF.
      READ TABLE reg_functions WITH KEY name_function = 'PASTE'
      TRANSPORTING NO FIELDS.
      IF sy-subrc = 0.
        l_droptarget = 'X' .
      ENDIF.
      CALL METHOD dd_behavior->add
      EXPORTING
      flavor = 'MOVE'
      dragsrc = l_movesrc
      droptarget = l_droptarget
      effect = cl_dragdrop=>move.
      CALL METHOD dd_behavior->add
      EXPORTING
      flavor = 'COPY'
      dragsrc = l_copysrc
      droptarget = l_droptarget
      effect = cl_dragdrop=>copy.
      CALL METHOD dd_behavior->get_handle
      IMPORTING handle = dd_behavior_handle.
    ENDMETHOD.
    Here what changes needs to be done.
    As I see once COPY is added and next time MOVE is added.
    I am able to check because I am not able to edit while debugging the value of effect.
    Please suggest.
    Warm regards,
    Smita.

  • Having Problem Adding to drag and drop to move furniture over a floor plan

    I have the code which follows. I need to create floor plans where web visitors can drag and drop furniture onto the floor plan.  I have  three items that work but when I convert any additional items to a symbol and select movie clip and then add more lines to the code, none will work.. How can the code determine that  my movie clip I named "couch" is going to movie clip 4.  Thank you if you can help, Frankie Foster
    Below is my code:
    var numObjects:uint = 3  // assign the total number of movieclips that will be dragged
    for(var i:uint=1; i<=numObjects; i++){
         this["movieClip_"+String(i)].addEventListener(MouseEvent.MOUSE_DOWN, clickToDrag);
         this["movieClip_"+String(i)].addEventListener(MouseEvent.MOUSE_UP, releaseToDrop);
    var selectedMC:MovieClip;
    movieClip_1.addEventListener(MouseEvent.MOUSE_DOWN, clickToDrag);
    movieClip_2.addEventListener(MouseEvent.MOUSE_DOWN, clickToDrag);
    movieClip_3.addEventListener(MouseEvent.MOUSE_DOWN, clickToDrag);
    movieClip_1.addEventListener(MouseEvent.MOUSE_UP, releaseToDrop);
    movieClip_2.addEventListener(MouseEvent.MOUSE_UP, releaseToDrop);
    movieClip_3.addEventListener(MouseEvent.MOUSE_UP, releaseToDrop);
    function clickToDrag(event:MouseEvent):void
         selectedMC = MovieClip(event.currentTarget);
         selectedMC.startDrag(); 
    function releaseToDrop(event:MouseEvent):void
         event.currentTarget.stopDrag();
    stage.addEventListener(KeyboardEvent.KEY_DOWN, nextQuestion);
    function nextQuestion(event:KeyboardEvent):void {
          //trace(event.keyCode);
          if(event.keyCode == Keyboard.RIGHT)
               selectedMC.rotation += 5;
          if(event.keyCode == Keyboard.LEFT)
               selectedMC.rotation -= 5;

    Your appear to have redundant coding assigning your listeners.  What code are you trying to add/modify to make the couch function like the others?
    this...
    for(var i:uint=1; i<=numObjects; i++){
         this["movieClip_"+String(i)].addEventListener(MouseEvent.MOUSE_DOWN, clickToDrag);
         this["movieClip_"+String(i)].addEventListener(MouseEvent.MOUSE_UP, releaseToDrop);
    currently does what this also does....
    movieClip_1.addEventListener(MouseEvent.MOUSE_DOWN, clickToDrag);
    movieClip_2.addEventListener(MouseEvent.MOUSE_DOWN, clickToDrag);
    movieClip_3.addEventListener(MouseEvent.MOUSE_DOWN, clickToDrag);
    movieClip_1.addEventListener(MouseEvent.MOUSE_UP, releaseToDrop);
    movieClip_2.addEventListener(MouseEvent.MOUSE_UP, releaseToDrop);
    movieClip_3.addEventListener(MouseEvent.MOUSE_UP, releaseToDrop);

  • Drag and drop simple ".mov" files, into 2 dif. browsers, no longer working

    -
    Did something, that caused my main drag and drop, of simple ".mov" files, into 2 different browsers - "Safari", Version 3.0.4, and "Camino", Version 1.6.8, .. to stop working.
    To be clear, this is regarding, just some simply ".mov" files which I have generated. (Individual hourly, weather images - like; in sequence. Generated, in / with, QuickTime - itself.)
    At this point, where dropped from a folder, into "Camino", .. it routes these back to my main desktop. - (Before the problem, .. played them, in browser.)
    "Safari", only brings up the folder that the main file is in — within a separate folder window.
    (As with "Camino", played these in browser, previously.)
    (Have gone into "preferences", either browser, .. and can't figure things from there.)
    Problem occurred follow two different downloads / installations
    "DjVu Browser Plug-in"
    http://www.caminova.net/en/downloads/download.aspx?id=1
    and, ..
    "Flash Player" (.. for Mac OS 10.4 - 10.5)
    http://get.adobe.com/flashplayer/otherversions/
    Have tried, either "uninstalling", .. or "trashing" these.
    (Uninstalled, "Flash Played" - with specific "Uninstalled" app.. / "Trashed" "DjVu Browser Plug-in".)
    Any help, certainly appreciated.
    Rm(richard583a)

    -
    It, .. or they, don't within either browser that I have installed - and am using, ..
    .. they had previously, ... don't know what I did exactly to caused this circumstance.
    .. is my question. (.. if not fully clear.)
    Just looking to try to find out what I can do, either whether to "back-off" from what I've done - more recently, regarding the two different downloads that I've pointed to above, .. apparently - only, having, superseded a more simply configuration .. previously working.
    This, or either, adjust the settings - broader / somewhere (more generally) - otherwise, .. in order to have these files, play, .. in browser.
    Rm(richard583)

  • How to drag and drop multi tabs to a new tab group?

    When I go to the new feature Tab Groups (shift+ctrl+E), I make a search then some tabs are highlighted but I would like to drag and drop to a new group the highlighted tabs all together not just one by one. Is it possible doing a multi-drag&drop with the CTRL+left mouse button?

    I see where you're going. I'm drawn to Thunderbird because it puts open emails in separate tabs, which makes finding a particular open message easier than searching the task bar for an open outlook message. I do see your point that tab happy programmers, probably too young to remember how cool we thought drag and drop was when it first came out, don't think much of it. As with a lot of software, each programmer has a very limited view of how it their program should be used vs how it is actually used in the wild.
    People work in different ways. When I schedule an appointment with a client, this is often preceded by a series of emails related to whatever the client wants to discuss. I drag and drop those messages into the appointment window so that on the date of the appointment, I have a nice neat summary of the issues right there in the appointment window. I could use workarounds (save email and then attach to the appointment), but that's like a trip back to Windows 3.0 and it's, if I'm not mistaken, 30+ years later. I guess I'll continue to use Tbird for email and outlook for calendar, not my preferred solution, I'd like to flip MS the bird and cut all ties to outlook, and was hoping Tbird was the solution. Not yet, and perhaps not ever, based on your thoughts.

  • Unable to drag and drop mp4 movies into itunes but the file will import and play using home sharing

    Strange problem with my brothers MacBook.
    The movie files were converted to mp4 format ready to be played on an iphone and I imported them into my iTunes on an iMac with no problems.
    Files were also saved onto a flash drive which I passed on to my brother.
    My brother was unable to import files by drag and drop and also by "add to library", we even copied and pasted files from the flash drive to the desktop but that also didn't work.
    Using "home sharing the movies imported and played with no problems.
    Any ideas why this is happening?

    This appears to be a long-standing bug:
    https://bugzilla.mozilla.org/show_bug.cgi?id=634720
    and the accepted workaround is stated in comment 11.
    Oddly, it's possible to do the reverse, i.e. drag multiple eml files from Explorer to a TB folder.

  • Drag and Drop iPod Movies. Why Not?

    You know, I have been wondering something for a very long time and I am amazed that I cannot find any threads anywhere by folks with the same thought process...
    Why are there not commercially-available, pre-encoded, drag and drop files of movies and DVDs for iPod?
    They make the PSP movies. Wouldnt this be a natural, with the sucess of the iPod and iTunes??
    One goes to their neighborhood DVD retailer, buys an iPod-ready CD or DVD, takes it home and drag and drops the files into the iPod. Instead of wasting hours converting the DVD....
    Food for thought during this commercially exploited holiday season....

    This can happen if you don't have write access to the source folder, or if the source and destination are on different drives. Select the folder you're trying to move files from in the Finder and choose Get Info from the File menu; you can check and change the permissions in the Ownership & Permissions section.
    (19396)

  • Having downloaded Mavericks now unable to drag and drop contacts into the to column of mail

    After downloading Mavericks I can not drag contacts from my addreass book to the message. I also find that iphoto has been locked out and not able to seek pemissions to enter my photos. Can any one help

    Finally figured it out. Podcasts in your Podcast folder aren't actually there (they're just "available") until you download them by clicking on the down arrow to the right of the name. Once you click on the down arrow the podcast will download to your computer and a blue dot will appear to the left of the name. You should now be able to move the podcast to your other i-devices.

  • Drag and Drop a .mov into iMovie and, Why the wait?

    Alright. This is getting very annoying. Every time I use iMovie, dragging my .movs into the application, I've got to wait about 12-15 minutes for it to "import" it. This is ridiculous. Since I've got 7 .movs to import, it's going to take me a couple hours "tonight" just to import them. Will have to do editing "some other day."
    I'm I doing something wrong. What's with the waiting?

    .mov is a container, no video codec. a mov can contain dozends of codecs, stills, music, aiff, mp3, aac, qtvr, video, h263, h264, sorenson1/2/3, mpeg1/2/4, divx ... etc.
    iMHD6 is a DV-editor, meant to copy (=import lossless) from miniDV devices.. which use 'dv' as codec.
    so, if your .mov contain anything else than dv+specific NTSC/PAL settings, the underlying Quicktime engines has to convert it.. a process of high computation = time.
    plus, depending on your set-up, that process can take more or less time.. e.g. not enough disk-space 'brakes' the apps ...

  • Drag and drop files from Outlook move mails to delete box

    Hi everybody,
    I'm trying to develop a feature to be able to drag one or several mails from Outlook to my Java application.
    As Java doesn't recognize a drop of an Outlook mail, in my program, I assume that if it's not a known file type, it is a mail. (I know it's quite straightforward).
    When one or several mails are dropped I use a function from a plugin to get detail from the Outlook mails to import them into my application. In fact it import the data from the current selected mails in Outlook. This function is working perfectly when I use it without drag and drop (from a button 'Import' in the application).
    My problem is that when I use drag and drop, mails are imported correctly but sometimes (not always) they are also moved in the delete box of Outlook. I have done several tests to try to figure out what is the cause. I have used several versions of Outlook, I have dropped 1 mail and several mails a the same time, etc...
    Here are my tests results: it deletes the mails randomly but it seems to delete more often when my Java application isn't in full screen.
    What could be the cause?
    Another question: is it possible to configure my drop area to do copies only and not move? When you drag and drop you have a small symbol next to your mouse arrow. It is a '+' inside a square for copy and an empty square for move. My drag and drop does move by default. I could maybe avoid my deletion problem by changing it to copy?!
    Cheers.
    Edited by: Foobrother on Apr 16, 2009 2:46 AM

    I think I have fixed it. I still have to make more tests, but it doesn't delete the mails any more for the moment.
    In fact, when dropped item is detected as a file I do dtde.acceptDrop(DnDConstants.ACTION_COPY);But if it's not, I just set a variable to say that it is an Outlook mail.
    So I have added the line dtde.rejectDrop(); to cancel the drop. And now it seems to work.
    Apparently, I didn't clean some stuff when doing an email drop and it still wanted to move the mail or something?!
    Anyway, thanks for the help

  • Drag and drop photo files into photo lab website for uploading photos, worked in old version but not in new version.

    drag and drop ability not available in new version. I am trying to upload a large number of photo file to an online photo site for processing and the drag and drop does not work it did on the old version.

    Nothing to be fixed. Just a little learning for you.
    There are many, many ways to access your files in iPhoto:   You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    There's a similar option in Outlook and many, many other apps.  If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    If you want to access the files with iPhoto not running:
    For users of 10.6 and later:  You can download a free Services component from MacOSXAutomation  which will give you access to the iPhoto Library from your Services Menu.
    Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and 10.5 Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    Drag and Drop: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    File -> Export: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    Show File:  a. On iPhoto 09 and earlier:  Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.    3.b.
    b: On iPhoto 11 and later: Select one of the affected photos in the iPhoto Window and go File -> Reveal in Finder -> Original. A Finder window will pop open with the file already selected.

  • Drag and Drop e-mails to a SharePoint Online Folder

    Summary
    E-mail to a list is not available in SharePoint Online (yet) and it is difficult to move e-mails from Outlook to a SharePoint list for collaboration, storage and search.  The following steps will put a file on the users desktop that will open a SharePoint list and then you can drag and drop e-mails into the proper folder. 
    Step 1
    Create a drag and drop folder location for SharePoint Online e-mails
    1.       Go to your SharePoint Online shared documents location
    2.       Create the folder structure that you want for your e-mail storage
    3.       Click on your top folder
    4.       Click on Actions
    5.       Open with Windows Explorer
    6.       In the address bar at the top of the Explorer Window copy the address
    Step 2
    Go to Start, Computer
    1.       Click on Map Network Drive
    2.       Paste the address copied above into the Folder box
    3.       Check Reconnect at logon
    4.       Take note of the drive letter given or choose a drive letter
    *note these instructions are for Windows 7 – you can search help for Map Network Drive for the OS you are using
    Step 3
    Open Notepad
    1.       Type in the following:
    “explorer z:”  (leave out the quotation marks and enter the drive letter in step 2
    2.       Click File
    3.       Click Save As
    4.       File name OpenEmail.bat
    ·         Note the file name does not matter but the .bat has to be there
    ·         Save to the Desktop
    When a user wants to open the SharePoint location that stores e-mail they double click on OpenEmail.bat and it will open in an Explorer view which will allow for e-mails to drag and drop from Outlook into the folder.
    David Allred

    For drag and drop of emails from Outlook to SharePoint we are using a third party
    SharePoint Outlook Integration tool called PageLight. PageLight also offers
    Save Outlook emails to SharePoint functionality

  • My mp4 movie files used to transfer from computer to iPad but now they will not Tried dragging and dropping to iTunes library but won't work anymore Plse help

    I have mp4 movie files that i am trying to transfer to my ipad and it will no longer work.  They will not copy to my iTunes library. I used to be able to transfer/drag and drop converted movies to my iTunes are the mp4 files maybe too big Although I have plenty of space

    Howdy Anastasia,
    I was thinking about why the songs arent importing and I feel that its either, A) the format of the files has changed since you last imported them, or B) you may need to rebuild the iTunes library.
    Here is an article about doing just that:
    iTunes: How to re-create your iTunes library and playlists
    http://support.apple.com/kb/ht1451
    Re-creating the iTunes Library file
    Note: After re-creating your library, any devices that you sync with iTunes (Apple TV, iPod, iPhone, iPad) will see your iTunes library as a new library and will completely resync. The next sync with such a device will take longer and may reset some options since your rebuilt library isn't familiar to the device.
    1. Quit iTunes.
    2. Locate your iTunes folder (this is the folder that contains the iTunes Library and iTunes Library.xml files).
    Operating System
    Default location of iTunes Folder
    Mac OS X
    /Users/[your username]/Music
    Microsoft Windows XP
    \Documents and Settings\[your username]\My Documents\My Music\
    Microsoft Windows Vista
    \Users\[your username]\Music\
    Microsoft Windows 7
    \Users\[your username]\My Music\
    3. Open your iTunes folder.
    4. Drag the "iTunes Library.xml" or "iTunes Music Library.xml" file to the Desktop. If neither is available, learn how to add files back to the Library (because the XML file is not available, playlists and other information will not be available).
    5. Drag the following file from your iTunes folder to the Trash:
    Mac OS X
    "iTunes Library" or "iTunes Library.itl"
    Microsoft Windows
    "iTunes Library.itl"
    6. Open iTunes.
    Important: Do not add any content into iTunes at this point (such as by purchasing something from the iTunes Store).
    7. Choose File > Library > Import Playlist.
    8. Navigate to the "iTunes Library.xml" file on the Desktop.
    Mac users: Click Choose.
    Windows users: Click Open.
    If your Podcasts list in iTunes is empty after following these steps, learn how to add them back into iTunes.
    Regards,
    Sterling

  • Quiz drag and drop, do the pictures need to be movie clips?

    I just worked my way through a Flash MX quiz template
    tutorial. The drag and drop uses movie clips, but they don't say
    this is required. Can I use png files from my library? I tried and
    it doesn't appear to work.
    I am very new at all this, so please bear with me. If I have
    to make the pictures into a movie clip, how do I do this, and how
    do I get them into my library?
    Any help would be greatly appreciated.
    JudyD

    I don't have a Recently Added playlist.  However, I discovered that the file I had named Eating Healthy was given the name You Can Enjoy Eating Healthy when it copied to iTunes.  I'm guessing iTunes pulled the full name of the piece from the internet.  Upshot--the mp3 did transfer to iTunes on all 3 tries, but I was looking in my alphabetized list under E, not Y, so I didn't see it there.  Thanks for your help. 

Maybe you are looking for

  • MXF clips do not open in CS4

    Hi guys, I have Sony DXCAM's MXF's which I can not import in Premiere (neither CS3 nor CS4). I did convert the original MXF's using Sony's DXCAM software. Adobe claims it supports MXF files. Another editing company which uses CS3 can import XMF's usi

  • Form text around image

    Is there any easy way to get text to form around an image? It's a simple rectangle, so nothing complicated there. I can't have the text-preformatted with tabs and such because it needs to be able to change and still fit in the box. Basically, I just

  • Swaps - Help with tunning.

    Hi experts I'am facin some problems with swaps My machine windows 2003 SQL 2005 with 48GB RAM. Any sugestion about Tunning Buffers ? THX Regards Below number of swaps : Nametab (NTAB)     0 Table definition             379.612 Field definition       

  • Invalid URL's

    I have a new MacBook and I am having a lot of problems with getting Invalid URL's. I have tried to solve it but it is getting worse. I did call support and they tried to help but it still is doing it. I have to keep refreshing and it is getting very

  • How to measure frequency by USB 6211?

    Dear all, I'm using USB 6211 to measure the input analog voltage signal, then use a counter to yield the frequency. Please find the VI figure in the attachement. The problem is the insteal of measure the right frequency, which is from 300Hz to 1000Hz