[SOLVED] How to add dictionary in Claws-mail

How do I add Norwegian to the Claws-mail spellchecking? Btw, English works fine.
Last edited by alphahsk (2008-02-04 21:49:50)

if you use aspell then add proper aspell-no (?) and it should appear in Preferences-Compose-Spell checking
I found aspell-nb in AUR. Cheers

Similar Messages

  • How to add send recipet in mail

    How to add send mail receipt in mail.

    In the Write window's menu, '''Options|Return Receipt''' or '''Options|Delivery Status Notification'''.
    No menu? Press the <alt> button.

  • How to add gmail account to mail without having to download all old mail

    How to add a gmail account to mail without having to download all old mail.  As i have thousands of main over the years.

    In Mail, select the File -> Preferences menu. Click on Accounts in the toolbar. Select your gmail account on the list on the left and press the Advanced tab. Uncheck the Enable This Account box. That should do it.

  • [SOLVED] How to add modules to build with the kernel?

    Hello i´m trying to learn how to build my own custom kernel and doing it the arch way https://wiki.archlinux.org/index.php/Ke … raditional. But unfortunately dm-crypt was not included in the kernel so it all failed.
    svart_alg% sudo mkinitcpio -k 3.15.6 -c /etc/mkinitcpio.conf -g /boot/initramfs-test.img
    ==> Starting build: 3.15.6
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [lvm2]
    ==> ERROR: module not found: ‘dm-snapshot’
    -> Running build hook: [encrypt]
    ==> ERROR: module not found: ‘dm-crypt’
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> WARNING: No modules were added to the image. This is probably not what you want.
    ==> Creating gzip initcpio image: /boot/initramfs-test.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    I have never don any of this before and have no idea of how to add a missing module to the kernel i´m building. So i search on internet and had a very hard time finding a good guide for this but i fond one possible solution. https://www.kernel.org/doc/Documentatio … odules.txt
    svart_alg% make -C /home/nigro_alko/Kernel/linux-3.15.6 M=/home/nigro_alko/Kernel/cryptsetup-1.6.5/Makefile.in
    make: Entering directory ‘/home/nigro_alko/Kernel/linux-3.15.6‘
    mkdir: cannot create directory ‘/home/nigro_alko/Kernel/cryptsetup-1.6.5/Makefile.in’: Not a directory
    scripts/Makefile.build:44: /home/nigro_alko/Kernel/cryptsetup-1.6.5/Makefile.in/Makefile: Not a directory
    make[1]: *** No rule to make target ‘/home/nigro_alko/Kernel/cryptsetup-1.6.5/Makefile.in/Makefile’. Stop.
    Makefile:1310: recipe for target ‘_module_/home/nigro_alko/Kernel/cryptsetup-1.6.5/Makefile.in’ failed
    make: *** [_module_/home/nigro_alko/Kernel/cryptsetup-1.6.5/Makefile.in] Error 2
    make: Leaving directory ‘/home/nigro_alko/Kernel/linux-3.15.6‘
    So is there any one that have time to help a lost little newbie i would bee very happy  :-)
    Last edited by Moosey_Linux (2014-07-29 15:00:40)

    karol wrote:Why do you want a custom kernel in the first place?
    Moosey_Linux wrote:i´m trying to learn how to build my own custom kernel
    Reason enough IMO. But anyway... you refer to the Traditional build method in the wiki, but is it possible you didn't really read it? Or maybe you only skimmed it? Did you run make menuconfig? Did you try to build everything in instead of using modules? That mkinitcpio output suggests that you did.
    As suggested there for first-timers, it's a good idea to start with a kernel configuration that is known to work - the Arch config is the obvious choice, but there are other sources e.g. http://kernel-seeds.org/ .

  • [SOLVED]How to add multiple gateways in Arch

    Hi, can someone please advise how to add multiple gateway address for multiple interfaces.
    In my case I have two wired LAN cards. I use Arch network daemon to manage my NIC's.
    I know in Gentoo it could be done through : 'gateway_ethX=( "default gw xx.xx.xx.xx dev ethX" )'
    but doing so in arch wont connect to router/gateway.
    Also in rc.conf it says :
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    #   - prefix an entry in ROUTES with a ! to disable it
    How to declare each route, and then how to list it in ROUTES?
    I read the following thread:
    http://bbs.archlinux.org/viewtopic.php?id=52992, but after adding the suggested lines in rc.conf and restarting the network it fails and says hostname not found.
    Thanks.
    Last edited by kapz (2009-10-08 18:53:39)

    In that case, your routing table should look something like this:
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
    192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
    0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth1
    rc.conf:
    eth0="eth0 192.168.1.14 netmask 255.255.255.0 broadcast 192.168.1.255"
    eth1="eth1 192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255"
    INTERFACES=(eth0 eth1)
    # You may need to add 'dev eth1' to the end of this after '.1.1'
    gateway="default gw 192.168.1.1"
    ROUTES=(gateway)
    Last edited by fukawi2 (2009-10-06 21:55:49)

  • How to add Attribute Category in Mail Form - WEB UI CRM 7.0

    Dear Friends,
    My requirement is to add custom fields to the mail form - attribute page so that IC agent can select these attributes when they create the mail forms. These customer fields are related to Service ticket like Account details, service ticket ID , IBASE details etc.
    I read on SAP HELP and got to know that I need to implement BADI CRM_IM_ADD_DATA_BADI to maintain additional attribute but for this, first i need to maintain attribute context ( IMG path is under personalized mails under campaign management in CRM Marketing ). so i created the attribute context.
    But  i can't see anything related to my attribute context on mail form when i select attribute button, i get nothing in additional fields to insert. Also the BADI does not get triggered.
    Can anyone please guide me on this as how to get the custom attributes on mail forms ?
    Our requirement is not specific to CRM marketing but generic to give IC agents some Service ticket specific attributes to add in the mail forms.
    Please advice as i am struggling a lot on this and i never worked in CRM marketing.
    Reply awaited.
    Thanks & Regards,
    Suchita

    Hi,
    Sorry for the delayed reply as notifications were kept off.
    I solved it by implementing the BADI, and the same method as you guessed. I also had to maintain the custom attribute contexts with the fields i would like. This custom attribute context will be the filter for the badi and basically you will populate the attribute values in the badi method.
    Mail-form help on help.sap.com as well as the BADI and IMG documentations on SPRO are more than enough to get the job done.
    I wont be able to share the code as it was complete custom development in relation to auto-escalation emails in SLA and Escalations scenario and the project was completed long back.
    Thanks & Regards
    Suchita

  • How to add subject in the mail while choosing option i.e. "Send a copy of the entire PDF file as an

    I need to update the subject in the mail while choosing option i.e. "Send a copy of the entire PDF file as an attachment"?
    How I can add my own subject in the mail while attaching pdf file, currently it shows as "do" subject name which is default every time?

    the normal FILE FTP adapter will do or do we have to use any special Adapter
    File adapter with a bit of modification will do. See this
    XI: Read data from PDF file in Sender Adapter
    Once ur pdf is converted to xml, u can use the java or xsl mapping to map the comlpete xml structure into one field
    The specified item was not found.
    Regards,
    Prateek

  • How to add attachments to a mail

    Hi experts!!
    I've been looking for a solution of the problem that I have through this forum but I haven't found anything that I can use in order to add attachments documents to the e.m.a.i.l.
    I'm trying to add a file using the followings FM, LIST FROM MEMORY, TABLE COMPRESS but when I go to SCOT transaction the file attached is empty... I don't really know how to use this FM, I think my problem is that I can't attached correctly the table in memory and when I call List_FROM_MEMORY FM, it doesn't receive anything... is there any place where I have to put the path where the file is?
    I'm using the FM SO_OBJECT_SEND in order to send the mail
    Thanks in advance,
    Best Regards,
    Rebeca

    Hello Rebecca,
    i would use the FM "SO_DOCUMENT_SEND_API1".  There are quite a lot of Explanations how to use this FMs in the Internet.  I would almost say this is the FM you got to use. =) Just google around and you'll find some good examples.
    Greetz Gollmer
    Update:
    Here is some Explanation where you can see how to extract binary data from a File:
    [http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3d42358411d1829f0000e829fbfe/content.htm|http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3d42358411d1829f0000e829fbfe/content.htm]
    Edited by: GollmerBZ on Mar 29, 2011 4:41 PM

  • How to add a folder at Mail?

    Good morning,
    I would like to add a foder (and defining it's name) in Mail.
    I couldn't find any help in the user manual.
    Thanks for your help
    Roger - Greece

    If the email account is an IMAP one, then in the Mail app at the top of the selection/display list of its current folders there should be an Edit button - tap that and you should be able to create a new folder. If the email account is POP based then unfortunately you can't create new folders (I can't on my old POP account and other people have reported the same thing).

  • How to add attachment to a mail from client side to an account

    hi all,
    i am using java mail api for my web-application. what i have done is that when the user submits a weekly-report form , the contents of form are mailed to a specific address acount in gmail from where i can retrieve all mails. i am able to achieve this.
    what i want now is that the user should be able to attach some file to the report-form and that file comes as attachmernt to the gmail account.
    How can i pass value to FileDataSource for filename as it looks for that in my local machine and not on client machine.
    Please help and if u can give a sample code for reference also.
    here is code snippet for jsp form and servlet for reference:-
    jsp form code is:-
    <FORM method="post" enctype="multipart/form-data" action="SendMailServlet">
    <CENTER><TABLE BORDER=0 CELLPADDING=5 WIDTH="95%" >
    <TR>
         <TD WIDTH="25%"><B>Name:</B></TD>     
         <TD WIDTH="25%"><INPUT type="text" name="name" size="20"></TD>
    </tr>
    <tr>
         <TD WIDTH="25%"><B>Comment: </B></TD>     
         <TD WIDTH="20%"><textarea cols="40" rows="4" name="comment"></textarea></TD>
    </TR>
    <tr>
         <TD WIDTH="25%"><B>Attachment: </B></TD>
         <TD WIDTH="20%"><INPUT type="file" name="file" size="20"></TD>
    </TR>
    corresponding code for servlet is:-
    MimeBodyPart p1=new MimeBodyPart();
    p1.setText( "FeedBack Sent From :- "+senderName+CR+
                   "Comment Given is :- "+comment+CR);
    //Set the attachments
    MimeBodyPart p2=new MimeBodyPart();
    FileDataSource fds=new FileDataSource(file);
    p2.setDataHandler(new DataHandler(fds));
    p2.setFileName(fds.getName());
    Multipart mp=new MimeMultipart();
    mp.addBodyPart(p1);
    mp.addBodyPart(p2);
    msg.setContent(mp);
    msg.saveChanges();
    Transport.send(msg);
    Any help in this regard will be highly useful
    thanks in advance
    rahul

    Read the Swing tutorial on [url http://java.sun.com/docs/books/tutorial/uiswing/components/list.html]How to Use Lists. It has an example of dynamically adding an item to the list. There is also a tutorial on "How to Use File Choosers" if thats your problem.
    Start with the basics and read the tutorial.

  • How to add our own sender mail id for cl_bcs

    Hi all,
      CONSTANTS:
        gc_subject TYPE so_obj_des VALUE 'ABAP Email with CL_BCS',
        gc_raw     TYPE char03 VALUE 'RAW'.
      TRY.
          "Create send request
          gr_send_request = cl_bcs=>create_persistent( ).
          "Email FROM...
          gr_sender = cl_sapuser_bcs=>create( sy-uname ).
          "Add sender to send request
          CALL METHOD gr_send_request->set_sender
            EXPORTING
              i_sender = gr_sender.
          "Email TO...
          gv_email = '[email protected]'.
          gr_recipient = cl_cam_address_bcs=>create_internet_address( gv_email ).
          "Add recipient to send request
          CALL METHOD gr_send_request->add_recipient
            EXPORTING
              i_recipient = gr_recipient
              i_express   = 'X'.
          "Email BODY
          APPEND 'Hello world! My first ABAP email!' TO gv_text.
          gr_document = cl_document_bcs=>create_document(
                          i_type    = gc_raw
                          i_text    = gv_text
                          i_length  = '12'
                          i_subject = gc_subject ).
          "Add document to send request
          CALL METHOD gr_send_request->set_document( gr_document ).
          "Send email
          CALL METHOD gr_send_request->send(
            EXPORTING
              i_with_error_screen = 'X'
            RECEIVING
              result              = gv_sent_to_all ).
          IF gv_sent_to_all = 'X'.
            WRITE 'Email sent!'.
          ENDIF.
          "Commit to send email
          COMMIT WORK.
          "Exception handling
        CATCH cx_bcs INTO gr_bcs_exception.
          WRITE:
            'Error!',
            'Error type:',
            gr_bcs_exception->error_type.
      ENDTRY.
    1) Im using this method to send email, But my requirement is to create the my own sendor mail id in the above program instead of using the username.
    2) I need to increase the subject length from 50 to 100char.

    Hi Shashank,
    For the second query.....
    You could refer this post:-
    http://scn.sap.com/thread/1276196
    data l_ref_send_request      TYPE REF TO cl_bcs.
    data     l_sub type string.
    *Subject of the email 
       TRY. 
           CALL METHOD l_ref_send_request->set_message_subject 
             EXPORTING 
               ip_subject = l_sub. 
         CATCH cx_send_req_bcs. 
           RETURN. 
       ENDTRY. 
    Thanks,
    Sharath

  • How to add attachments to draft mail

    Hi i know i can send docs from Pages for example individually but is there a way i can send it with a draft i have already written? Thanks

    You need a third party app in order to attach multiple files. Other than the photos app which will allow up to 5 photos to be emailed at a time, I know of no other app that allows for multiple attachments. you can look at these two apps and see if they will work for your needs. I do not use either app and have only read about them so I'm not real sure how either app works.
    Group Email with Attachments
    Mail Shot

  • [SOLVED]How to add OAL driver level functionality in the AM335x BSP source code???

    Dear developers,
    Greetings!!!
    As, my platform is WinCE 7 with AM335x BSP and I would like to copy one driver and update the driver as per my requirements. The location from where I have taken the existing driver is - 
    BSP\SRC\CSP\COMMON_TI_AMXX\OAL --
    Existing diver is OALRTC and new driver is abc_I2C under the same location and I have tailored the driver according to my requirements.
    One funciton is OALIoCtlHalInitRTC and the call is made from BSP\SRC\OAL\oallib\ioctl.c and the calling funciton is BSPIoCtlHalInitRegistry
    In my case, I am calling my OAL API as OALIoCtlHalInitPHY..
    But the thing is that I am getting linking error during the time of compiling and is shown below -
    Error 6 Error(s) in directory "C:\WINCE700\platform\AM335x\SRC\OAL\OALEXE\". C:\WINCE700\build.log 2800
    Error 7 oal.lib(ioctl.obj) : error LNK2019: unresolved external symbol OALIoCtlHalInitPHY referenced in function BSPIoCtlHalInitRegistry C:\WINCE700\build.log 2801
    Error 8 fatal error LNK1120: 1 unresolved externals {log="C:\WINCE700\build.log(2802)"} C:\WINCE700\OSDesigns\Enventure\Enventure\Wince700\AM335x_ARMV7_Retail\cesysgen\platform\AM335x\target\ARMV7\retail\oal.exe
    Error 9 NMAKE : fatal error U1077: 'C:\WINCE700\sdk\bin\i386\ARM\link.EXE' : return code '0x460' C:\WINCE700\build.log 2803
    Error 10 TargetExeFiles -nologo BUILDMSG=Stop. BUILDROOT=C:\WINCE700\platform\AM335x LINKONLY=1 NOPASS0=1 failed - rc = 2. C:\WINCE700\build.log 2805
    Error 11 BLDDEMO: ERROR: There were errors building CEBASE. C:\WINCE700\build.log 2837
    As I searched but I am unable to solve the issue. 
    Any one suggest that how to solve the issue???

    Hello Friends,
    The above problem is self solved..

  • [Solved] How To Add Blank Space In Prompt With zsh

    How can I get zsh to show the full directory path I'm in, instead of just my hostname?
    Last edited by shoober420 (2014-07-31 16:53:51)

    You should be able to just add a space in your prompt. Can you post the prompt you have now?
    Have a look at https://wiki.archlinux.org/index.php/Color_Bash_Prompt
    PS1='[\u@\h \W]\$ '
    The prompt goes between the ' ' - the last two characters are $ and a space. Try doing something similar.

  • [SOLVED] How to add files to iso file for Live USB ?

    I created a Live USB by dd command of the dual iso. Now I want to write a shell script to collect commands I need during installation process. Since dd command writes from sector to sector on the USB drive, it is not editable. How can I add my shell script to be available when booting by the arch Live USB ?
    Last edited by etrader (2013-03-10 05:24:17)

    jasonwryan wrote:Not an installation issue, moving to Newbie Corner...
    Sorry for inappropriate posting. This is an advanced customization, but I need a simple manual approach to add my shell script to the iso archive. Moreover, using archiso needs an arch host, but I hoped to be able to create the Live USB from within other linux distributions, as I do with dd command.

Maybe you are looking for

  • VMwarePlayer not working in windows 7 - 64 bit

    Hi, I have tried to install ubuntu 12.04 LTS in VMware-player (ver-6.0.2-1744117) running over windows 7 home edition 64 bit. I didn't get any error while installing the VMWare Player as well as installing guest os. Guest OS : Ubuntu 12.04 (also trie

  • Please read this on the Nokia Updater - Important ...

    Hi All, Well - it looks like you have really taken well to the new Nokia Software Updater. We can also see that there is a little bit of confusion about the service in its present state right now. So... We got an email from the NSU team that gives a

  • Oracle Clusterware error while installing

    Hi all, I am installing Oracle Clusterware (10.2.0.1) on solaris SPARC 5.10...and while installing Clusterware i am getting the following error Exception PRKC-1044 : Failed to check remote command execution setup for node1 using shells /usr/bin/ssh a

  • "X" amount of tabs in a JTabbedPane

    Hi. I'm trying to make an app that opens files in tabbed panes (JTabbedPane) which is itself inside a JInternalFrame. So far, every example i've seen has a pre-determined amount of tabs (and they all are give a handle). Problem is: i have no idea how

  • Image x for Commercial use.

    Hi, is a retail company allowed use the Image x sourcecode to reproduce images for other companies deployed on muliple machines as a payable service?