similar to: Shared Mailboxes (symlink) and kmail: known issues?

Displaying 20 results from an estimated 6000 matches similar to: "Shared Mailboxes (symlink) and kmail: known issues?"

2020 Apr 08
2
How to add new AVR targets?
Is there anything I can do about it? BTW: gcc is loosing the AVR backend, so I would assume, there will be a greater interest to this in llvm compared to the past. Thanks, Wilhelm Am 03.04.20 um 15:09 schrieb Wilhelm Meier via llvm-dev: > Should I create an issue in bugzilla for this? Just to be reminded ... > > Am 31.03.20 um 09:34 schrieb Wilhelm Meier via llvm-dev: >> Hi
2020 Mar 31
3
How to add new AVR targets?
Hi Dylan, looks ok now. One thing: the ISR is now: __vector_21: ; @__vector_21 __vector_21$local: sei push r0 push r1 in r0, 63 push r0 clr r0 push r24 lds r24, v1 sts v2, r24 pop r24 pop r0 out 63, r0 pop r1 pop r0 reti There are unneccessary push/pops of r1 and r0 too, since the clr is useless ... GCC had the same
2020 Mar 31
2
How to add new AVR targets?
Hey Wilhelm, That's a bug, the "interrupt" attribute is not being recognized by the backend. I have fixed it in https://github.com/llvm/llvm-project/commit/339b34266c1b54a9b5ff2f83cfb1da9cd8c9d90a Pull the latest LLVM and it should be fixed. On Tue, Mar 31, 2020 at 8:00 AM Wilhelm Meier <wilhelm.meier at hs-kl.de> wrote: > Hi Dylan, > > I used the following
2020 Mar 30
2
How to add new AVR targets?
Hey Wilhelm, Could you post the LLVM IR generated from your C++ file? This can be achieved with 'clang -S -emit-llvm' Cheers On Sat, Mar 28, 2020 at 6:36 PM Wilhelm Meier <wilhelm.meier at hs-kl.de> wrote: > Answering partly to myself there was a extern "C" missing. > > But the register pushes ans reti are still missing. > > Whats wrong? > > Am
2004 Dec 15
2
KMail + dovecot
Is anyone running docecot on a home LAN. to give an IMAP feed to other machines on the LAN? I am running dovecot on my desktop, alfred. I want to collect email on my laptop, william, using KMail. As far as I can tell, dovecot is running perfectly. I can bring email from /var/spool/mail/tim on alfred to the same directory on william by running "fetchmail alfred" on william. I can then
2009 Jun 20
1
Minor dovecot/KMail problem
I'm running a dovecot/IMAP server under CentOS-5.3 on my desktop, reading the mail with KMail on my laptop. I have what seems a venerable and well-documented problem/bug; when I click on "Check Mail" I get an error message "Error while getting folder information" ... Actually, this doesn't appear to have the slightest effect on kmail, which works perfectly if one just
2020 Mar 28
2
How to add new AVR targets?
Hi Dylan, the following code volatile uint8_t v1; volatile uint8_t v2; __attribute__((interrupt)) void __vector_21(void) { v2 = v1; } produces in C mode: 00000092 <__vector_21>: 92: 80 91 61 00 lds r24, 0x0061 ; 0x800061 <v1> 96: 80 93 60 00 sts 0x0060, r24 ; 0x800060 <__data_end> 9a: 08 95 ret and in C++ mode: 00000074
2006 Jan 26
5
Support for Kmail maildir format
Has anyone looked into providing support in dovecot for Kmail folders? I would like to make my Kmail folders (on my main desktop system) available to my other systems (including over a VPN when I am travelling). Kmail is my main mail program and I have a lot of mail in a lot of folders, so I don't want to set up a separate IMAP service and move all the mail and folders. Kmail's use
2020 Mar 04
2
How to add new AVR targets?
Thanks! The new are of xmega3 architecture, which is already included. So this should be simple. Where is the information about ISR-vector table, SRAM addresses and so on stored? -- Wilhelm Am 04.03.20 um 11:03 schrieb Dylan McKay: > Hey Wilhelm, > > This should be possible by editing the 'AVRDevices.td' [1]TableGen > definitions to add an entry for the newer chip types.
2003 May 07
1
KMail?
Hey everyone - is anyone else having problems with Dovecot and KMail? I'm having trouble seeing my INBOX using KMail (Maildir format on the server), though all subfolders show up as normal. I suspect the problem is with KMail as all the other mail clients I've tested seem to have no such problems, they see INBOX *and* subfolders just fine, just wanted to see if anyone could confirm this
2016 Jul 24
4
KMail
Any hope of KMail (and Kontact) coming to CentOS-7? What exactly is the problem? KMail seems to work on other Linux OS's. -- Timothy Murphy gayleard /at/ eircom.net School of Mathematics, Trinity College, Dublin
2008 Apr 24
1
Problems with KMail and signatures
Hello, For some reason KMail is all but coming to a stand still when I open messages with any kind of signature. So I goto the configuration page of KMail Security Crypo Back ends and I see nothing is checked off. So I hit rescan and get the error that is listed in the attachment. Anyone else having this issue? -- Regards Robert Smile... it increases your face value! Linux User
2018 Mar 04
2
Addind kmail to EPEL
I finally decided to move from CentOS 6 to CentOS 7, but was surprised to see that kmail is no longer included: Red Hat deliberately decided to omit it. How can I ask that kmail be added to EPEL? The information on EPEL's site basically says to submit it myself, but that's above my capabilities. -- Yves Bellefeuille <yan at storm.ca>
2020 Mar 04
2
How to add new AVR targets?
Am 04.03.20 um 11:16 schrieb Dylan McKay: > > The new are of xmega3 architecture, which is already included. So this > should be simple. > > Where is the information about ISR-vector table, SRAM addresses and so > on stored? > > > At the moment, this is not implemented in LLVM; these details are left > to the frontend. Clang/compiler-rt does not
2008 Jul 25
1
Rename to open file doesn't work, why?
Hello, this may be a question a thousand times answered but I did not find it ... On a local linux filesystem like ext2/3 one can rename a file to an existing, already open file. But this doesn't work on a cifs-mounted samba-share - or do I miss something in the samba configuration. Attached ist a small test-program that does essentially the same as kmail does when it creates a
2012 Feb 27
2
GSSAPI auth failing for kmail
Hi, have dovecot 2.0.13 running fine on a NetBSD box, with lots of clients happily authenticating to it with GSSAPI. I've just updated an ArchLinux box to latest new version which has meant its switched from using heimdal to using mit krb5 and its kmail is now also slightly newer. Thunderbird successfully authenticates to dovecot from this machine but kmail now fails. Kmail reports:
2010 Jul 04
1
Winebrowser from Kmail?????
On my Ubuntu system, when I click on a web link in my email program (Kmail), a winebrowser dialogue appears but the default browser (Firefox) is not called up. I am NOT using Kmail inside Wine so I don't understand why Winebrowser is being called. How do I fix this problem? I have removed and reinstalled Wine. Thanks
2020 Mar 04
2
How to add new AVR targets?
Am 04.03.20 um 13:28 schrieb Dylan McKay: > > * *The C/C++ function needs to be declared with either the calling > convention avr-interrupt or avr-non-blocking-interrupt.* Skipping > this step will cause regular ret instructions to be emitted for > return-from-subroutine, instead of the required reti for interrupt > handlers. ISRs also have stricter
2003 Jul 24
2
Dovecot, Squirrelmail and KMail
I just installed Dovecot and squirrelmail to read my email when I'm away from home. I subscribed to all the folders in my mail directory but I can't actually see any email. Is this a dovecot issue or a squirrelmail issue? I'm running KMail from KDE 3.1.2 and use Debian (Testing) on a Digital Alpha and installed both squirrelmail and dovecot using apt-get. I had to set
2008 Mar 22
2
Dovecot and kmail IMAP resources
For some time now I have been trying to get IMAP resources working on KMail. I have followed the docs from kde, but they tell how to configure cyrus IMAP, so I've had to learn as I went along. After a lot of help from the postfix list I now have a working sasl. The ability of the user 'groupware' to log in with PLAIN has been checked in a telnet session. Everything in KMail has