Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Using reportbug with kmail

 
   Linux (Home) -> KDE RSS
Next:  Problems with hotplug after installing kde 3.4  
Author Message
Hendrik Sattler

External


Since: Jul 08, 2005
Posts: 20



(Msg. 1) Posted: Mon Nov 07, 2005 8:50 pm
Post subject: Using reportbug with kmail
Archived from groups: linux>debian>maint>kde (more info?)

Hi,

I just cannot figure out how to use the --mua option from reportbug with my
main mail program KMail. Sad

Maybe someone can help me out here? Is there a web front-end for submitting
bugs to the debian BTS?


HS

PS: I do not want (although I know how) to configure exim because there is no
easy way out: only with TLS and authentication. Both is a pain to hack into
the exim configuration. Additionally, I do not want to save the password as
clear text in the exim configuration.


--
To UNSUBSCRIBE, email to debian-kde-REQUEST.RemoveThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.RemoveThis@lists.debian.org
Back to top
Login to vote
Ana Guerrero

External


Since: Oct 29, 2005
Posts: 4



(Msg. 2) Posted: Mon Nov 07, 2005 10:41 pm
Post subject: Re: Using reportbug with kmail [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi!

El Lunes, 7 de Noviembre de 2005 19:23, Hendrik Sattler escribió:
> Hi,
>
> I just cannot figure out how to use the --mua option from reportbug with my
> main mail program KMail. Sad
>
> Maybe someone can help me out here? Is there a web front-end for submitting
> bugs to the debian BTS?

No, unfortunately, there is not Sad



> PS: I do not want (although I know how) to configure exim because there is
> no easy way out: only with TLS and authentication. Both is a pain to hack
> into the exim configuration. Additionally, I do not want to save the
> password as clear text in the exim configuration.

Yeah, i understand you.
A fast solution is execute reportbug and when you get the mail ready to send,
cut and paste it in kmail, then, send it to submit RemoveThis @bugs.d.o

Ana.


______________________________________________
Renovamos el Correo Yahoo!
Nuevos servicios, más seguridad
http://correo.yahoo.es
Back to top
Login to vote
Alejandro Exojo

External


Since: Mar 07, 2004
Posts: 23



(Msg. 3) Posted: Mon Nov 07, 2005 11:20 pm
Post subject: Re: Using reportbug with kmail [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

El Lunes, 7 de Noviembre de 2005 20:23, Hendrik Sattler escribió:
> Hi,
>
> I just cannot figure out how to use the --mua option from reportbug with my
> main mail program KMail. Sad
>
> Maybe someone can help me out here? Is there a web front-end for submitting
> bugs to the debian BTS?

This snippet was written by Isaac Clerencia, IIRC.

#!/bin/sh

suf=$RANDOM
reportbug -p "$@" > /tmp/reportbug.$suf
if [ -s /tmp/reportbug.$suf ]
then
subject=$(grep ^Subject\: /tmp/reportbug.$suf | cut -d\: -f 2-)
sed -n '8~1p' /tmp/reportbug.$suf > /tmp/reportkmail.$suf
kmail -s "$subject" --msg /tmp/reportkmail.$suf submit RemoveThis @bugs.debian.org
fi
rm -f /tmp/reportkmail.$suf

--
Alex (a.k.a. suy) - GPG ID 0x0B8B0BC2
http://darkshines.net/ - Jabber ID: suy RemoveThis @bulmalug.net
Back to top
Login to vote
Nate Bargmann

External


Since: Jul 17, 2006
Posts: 26



(Msg. 4) Posted: Tue Nov 08, 2005 5:40 am
Post subject: Re: Using reportbug with kmail [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

* Ana Guerrero <anja_isbilia.DeleteThis@yahoo.es> [2005 Nov 07 21:28 -0600]:

> > PS: I do not want (although I know how) to configure exim because there is
> > no easy way out: only with TLS and authentication. Both is a pain to hack
> > into the exim configuration. Additionally, I do not want to save the
> > password as clear text in the exim configuration.
>
> Yeah, i understand you.
> A fast solution is execute reportbug and when you get the mail ready to send,
> cut and paste it in kmail, then, send it to submit.DeleteThis@bugs.d.o

I threw out Exim about a year ago and setup esmtp which is quite small,
easy to configure (five or six lines a couple of which are optional),
works with Procmail, and works with Mutt and reportbug. Exim is
overkill when esmtp works just fine for me.

- Nate >>

--
Wireless | Amateur Radio Station N0NB | Successfully Microsoft
Amateur radio exams; ham radio; Linux info @ | free since January 1998.
http://www.qsl.net/n0nb/ | "Debian, the choice of
My Kawasaki KZ-650 SR @ | a GNU generation!"
http://www.networksplus.net/n0nb/ | http://www.debian.org


--
To UNSUBSCRIBE, email to debian-kde-REQUEST.DeleteThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.DeleteThis@lists.debian.org
Back to top
Login to vote
Hendrik Sattler

External


Since: Jul 08, 2005
Posts: 20



(Msg. 5) Posted: Tue Nov 08, 2005 4:30 pm
Post subject: Re: Using reportbug with kmail [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Am Dienstag, 8. November 2005 05:35 schrieb Nate Bargmann:
> * Ana Guerrero <anja_isbilia RemoveThis @yahoo.es> [2005 Nov 07 21:28 -0600]:
> > > PS: I do not want (although I know how) to configure exim because there
> > > is no easy way out: only with TLS and authentication. Both is a pain to
> > > hack into the exim configuration. Additionally, I do not want to save
> > > the password as clear text in the exim configuration.
> >
> > Yeah, i understand you.
> > A fast solution is execute reportbug and when you get the mail ready to
> > send, cut and paste it in kmail, then, send it to submit RemoveThis @bugs.d.o
>
> I threw out Exim about a year ago and setup esmtp which is quite small,
> easy to configure (five or six lines a couple of which are optional),
> works with Procmail, and works with Mutt and reportbug. Exim is
> overkill when esmtp works just fine for me.

esmtp would _not_ solve the problem. This is not about bashing exim, it is the
general problem of having to store the SMTP/Auth-Password when using an
automated program like this.

I'd really love to have a program, that does not try to deliver itself but
uses a user-configurable maildir directory to simply store the data. In this
case, I could simply use the outgoing-mail or draft directory of kmail and
then send it with kmail.

HS


--
To UNSUBSCRIBE, email to debian-kde-REQUEST RemoveThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster RemoveThis @lists.debian.org
Back to top
Login to vote
Display posts from previous:   
Related Topics:
kmail crash - Hi Debian-kde, i'm trying to use kmail 1.8 with KDE 3.4.1 from Alioth. Sometimes (very often) kmail crashes and give this backtrace: this one was produces by clicking on the "subject" button on the message list, but it happens also with o...

KMail + certificate - Hi! I've recently got a digital certificate (not PGP or related stuff), with which I can sign my e-mails in Windows. I'd like to be able to do it also in Linux, using my favourite KMail. However, I didn't find any faqs or tutorials about it - is it..

kmail crash - Hi, I am having some trouble starting kmail. This has happened a few times recently but normally seems to fix itself (it's not this time though). Starting kmail from the command line gives the output shown below. This crash, I have noticed, is..

KMail issues - I've a couple of issues with KMail recently I was hoping someone could help me with here. This is on Sid, KDE 3.5.1. First, a while back I accidentally enabled the HTML formatting toolbar. I hit a wrong key or something. Fine, I disable it from the...

Kmail does Something Strange - Hello there I've got a minor bug in Kmail 1.9.7.  KDE 3.5.8 and Etch stable.  Was wondering whether someone could help me out. http://download.tuxfamily.org/emiscabpo/kde358-bpo If I 'cd' to.... /home/user/.kde/share/apps/kmail/mail/inbox/cur# and....
       Linux (Home) -> KDE All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
  Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact