From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mi Nombre Newsgroups: gmane.emacs.help Subject: Two mu4e issues Date: Mon, 3 Nov 2014 19:26:11 -0800 (PST) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1415071825 8211 80.91.229.3 (4 Nov 2014 03:30:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Nov 2014 03:30:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 04 04:30:19 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XlUp0-000468-OR for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Nov 2014 04:30:19 +0100 Original-Received: from localhost ([::1]:38318 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlUp0-0007BH-Aa for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Nov 2014 22:30:18 -0500 X-Received: by 10.236.8.100 with SMTP id 64mr29367599yhq.25.1415071572943; Mon, 03 Nov 2014 19:26:12 -0800 (PST) X-Received: by 10.140.51.102 with SMTP id t93mr430qga.8.1415071572853; Mon, 03 Nov 2014 19:26:12 -0800 (PST) Original-Path: usenet.stanford.edu!i13no1072219qae.0!news-out.google.com!u5ni19qab.1!nntp.google.com!i13no1072215qae.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=190.174.183.26; posting-account=Klm3vQoAAABJeJefTbjt3Kcv7GLQBzjA Original-NNTP-Posting-Host: 190.174.183.26 User-Agent: G2/1.0 Injection-Date: Tue, 04 Nov 2014 03:26:12 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:208444 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100719 Archived-At: Hello! 1) Autocomplete for contacts for mu4e is not working for me. I think it may be because of yasnippet but I'm not sure. C-h c TAB shows yas-expand when I'm in "To:" field. 2) My sent "folder" it's empty. This is my configuration: (setq mu4e-sent-folder "\[Gmail].Enviados") (setq mu4e-update-interval 600 mu4e-sent-messages-behavior 'delete mu4e-headers-skip-duplicates t mu4e-headers-auto-update t mu4e-compose-complete-addresses t ) If I enter to my Maildir/[Gmail].Enviados/cur folder I see a list of files (messages). So why is mu4e not showing those messages? Thanks in advance!